tag | line | file | source code |
memcpy_tofs | 97 | include/asm-alpha/segment.h | static inline void memcpy_tofs(void * to, const void * from, unsigned long n) |
memcpy_tofs | 258 | include/asm-i386/segment.h | #define memcpy_tofs(to, from, n) \ |
memcpy_tofs | 202 | include/asm-m68k/segment.h | #define memcpy_tofs(to, from, n) \ |
memcpy_tofs | 116 | include/asm-mips/segment.h | static inline void memcpy_tofs(void * to, const void * from, unsigned long n) |
memcpy_tofs | 105 | include/asm-ppc/segment.h | #define memcpy_tofs(to, from, n) memcpy((to),(from),(n)) |
memcpy_tofs | 105 | include/asm-sparc/segment.h | #define memcpy_tofs(to, from, n) memcpy((to),(from),(n)) |