Searched refs:memcpy_common (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/arch/tile/lib/ |
D | memcpy_32.S | 30 .section .text.memcpy_common, "ax" 52 .text.memcpy_common, \ 54 { movei r29, IS_COPY_FROM_USER; j memcpy_common } 63 { movei r29, IS_COPY_FROM_USER_ZEROING; j memcpy_common } 73 { movei r29, IS_COPY_TO_USER; j memcpy_common } 83 .type memcpy_common, @function 84 memcpy_common: label 493 .size memcpy_common, .Lend_memcpy_common - memcpy_common
|
/linux-4.4.14/kernel/events/ |
D | internal.h | 148 memcpy_common(void *dst, const void *src, unsigned long n) in memcpy_common() function 154 DEFINE_OUTPUT_COPY(__output_copy, memcpy_common) in DEFINE_OUTPUT_COPY() argument
|