Home
last modified time | relevance | path

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

/linux-3.4.99/arch/xtensa/lib/
Dmemcopy.S80 .global bcopy
81 .type bcopy,@function
82 bcopy: label
88 j .Lcommon # go to common code for memcpy+bcopy
/linux-3.4.99/include/linux/
Dmroute6.h59 #define IF_COPY(f, t) bcopy(f, t, sizeof(*(f)))
/linux-3.4.99/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-3.4.99/arch/sparc/lib/
Dmemcpy.S141 nop ! Only bcopy returns here and it retuns void...