taglinefilesource code
memcpy_tofs97include/asm-alpha/segment.hstatic inline void memcpy_tofs(void * to, const void * from, unsigned long n)
memcpy_tofs304include/asm-i386/segment.h#define memcpy_tofs(to, from, n) \
memcpy_tofs202include/asm-m68k/segment.h#define memcpy_tofs(to, from, n) \
memcpy_tofs83include/asm-mips/segment.h#define memcpy_tofs(to, from, n) memcpy((to),(from),(n))
memcpy_tofs105include/asm-ppc/segment.h#define memcpy_tofs(to, from, n) memcpy((to),(from),(n))
memcpy_tofs110include/asm-sparc/segment.h#define memcpy_tofs(to, from, n) memcpy((to),(from),(n))