Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/
Dmroute6.h62 #define IF_COPY(f, t) bcopy(f, t, sizeof(*(f)))
/linux-4.1.27/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.1.27/drivers/misc/
DKconfig283 scatter/gather, bcopy, AMOs, etc. The GRU is directly accessed by user
284 instructions using user virtual addresses. GRU instructions (ex., bcopy) use
/linux-4.1.27/arch/sparc/lib/
Dmemcpy.S141 nop ! Only bcopy returns here and it retuns void...