taglinefilesource code
memmove47arch/alpha/kernel/ksyms.cX(memmove),
memmove549drivers/char/vt.cmemmove(fj + delta, fj, first_free - fj);
memmove568drivers/char/vt.cmemmove(fnw, funcbufptr, fj - funcbufptr);
memmove574drivers/char/vt.cmemmove(fnw + (fj - funcbufptr) + delta, fj, first_free - fj);
memmove611drivers/net/slhc.cmemmove(icp + hdrlen, cp, len - hdrlen);
memmove89drivers/scsi/eata_pio.cmemmove(hptr,hptr2,24*80*2);
memmove377drivers/scsi/g_NCR5380.cmemmove(dst+start,NCR53C400_host_buffer+NCR5380_map_name,128);
memmove397drivers/scsi/g_NCR5380.cmemmove(dst+start,NCR53C400_host_buffer+NCR5380_map_name,128);
memmove479drivers/scsi/g_NCR5380.cmemmove(NCR53C400_host_buffer+NCR5380_map_name,src+start,128);
memmove499drivers/scsi/g_NCR5380.cmemmove(NCR53C400_host_buffer+NCR5380_map_name,src+start,128);
memmove31include/linux/string.hextern void * memmove(void *,const void *,size_t);
memmove311net/ipv4/ip_options.cmemmove(&optptr[3], &optptr[7], optlen-7);
memmove465net/ipv4/ip_sockglue.cmemmove(optptr+7, optptr+3, optptr[1]-7);