Home
last modified time | relevance | path

Searched refs:bcopy (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dmroute6.h62 #define IF_COPY(f, t) bcopy(f, t, sizeof(*(f)))
/linux-4.4.14/arch/xtensa/lib/
Dmemcopy.S296 .global bcopy
297 .type bcopy,@function
298 bcopy: label
304 j .Lmovecommon # go to common code for memmove+bcopy
/linux-4.4.14/drivers/misc/
DKconfig293 scatter/gather, bcopy, AMOs, etc. The GRU is directly accessed by user
294 instructions using user virtual addresses. GRU instructions (ex., bcopy) use
/linux-4.4.14/arch/sparc/lib/
Dmemcpy.S141 nop ! Only bcopy returns here and it retuns void...