copy_page          20 arch/x86/lib/copy_page_64.S ENTRY(copy_page)
copy_page          13 include/asm-cris/page.h #define copy_page(to,from)      memcpy((void *)(to), (void *)(from), PAGE_SIZE)
copy_page          15 include/asm-frv/page.h #define copy_page(to,from)			memcpy((to), (from), PAGE_SIZE)
copy_page          36 include/asm-m68k/page.h static inline void copy_page(void *to, void *from)
copy_page          75 include/asm-m68k/page.h #define copy_page(to,from)	memcpy((to), (from), PAGE_SIZE)
copy_page          30 include/asm-mn10300/page.h #define copy_page(to, from)	memcpy((void *)(to), (void *)(from), PAGE_SIZE)
copy_page          25 include/asm-parisc/page.h #define copy_page(to,from)      copy_user_page_asm((void *)(to), (void *)(from))
copy_page          29 include/asm-um/page.h #define copy_page(to,from)	memcpy((void *)(to), (void *)(from), PAGE_SIZE)
copy_page         119 include/asm-x86/page_32.h static inline void copy_page(void *to, void *from)
copy_page         131 include/asm-x86/page_32.h static inline void copy_page(void *to, void *from)