Home
last modified time | relevance | path

Searched defs:copy_page (Results 1 – 25 of 25) sorted by relevance

/arch/sh/lib64/
Dcopy_page.S30 .global copy_page symbol
31 copy_page: label
/arch/alpha/lib/
Dcopy_page.S10 .global copy_page symbol
12 copy_page: label
Dev6-copy_page.S63 .global copy_page symbol
65 copy_page: label
/arch/m32r/mm/
Dpage.S16 .global copy_page symbol
25 copy_page: label
/arch/x86/include/asm/
Dpage_32.h30 static inline void copy_page(void *to, void *from) in copy_page() function
42 static inline void copy_page(void *to, void *from) in copy_page() function
/arch/m68k/include/asm/
Dpage_mm.h14 static inline void copy_page(void *to, void *from) in copy_page() function
53 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
Dpage_no.h11 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
/arch/arm/include/asm/
Dpage-nommu.h15 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
/arch/sh/mm/
Dnommu.c22 void copy_page(void *to, void *from) in copy_page() function
/arch/nios2/include/asm/
Dpage.h49 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/arch/cris/include/asm/
Dpage.h14 #define copy_page(to,from) memcpy((void *)(to), (void *)(from), PAGE_SIZE) macro
/arch/openrisc/include/asm/
Dpage.h44 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/arch/arc/include/asm/
Dpage.h16 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/arch/frv/include/asm/
Dpage.h13 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
/arch/hexagon/include/asm/
Dpage.h129 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/arch/mn10300/include/asm/
Dpage.h30 #define copy_page(to, from) memcpy((void *)(to), (void *)(from), PAGE_SIZE) macro
/arch/score/include/asm/
Dpage.h35 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/arch/mips/mm/
Dpage.c666 void copy_page(void *to, void *from) in copy_page() function
/arch/tile/include/asm/
Dpage.h64 static inline void copy_page(void *to, void *from) in copy_page() function
/arch/sparc/include/asm/
Dpage_64.h49 #define copy_page(X,Y) memcpy((void *)(X), (void *)(Y), PAGE_SIZE) macro
Dpage_32.h21 #define copy_page(to,from) memcpy((void *)(to), (void *)(from), PAGE_SIZE) macro
/arch/parisc/include/asm/
Dpage.h26 #define copy_page(to, from) copy_page_asm((void *)(to), (void *)(from)) macro
/arch/um/include/asm/
Dpage.h30 #define copy_page(to,from) memcpy((void *)(to), (void *)(from), PAGE_SIZE) macro
/arch/s390/include/asm/
Dpage.h56 static inline void copy_page(void *to, void *from) in copy_page() function
/arch/microblaze/include/asm/
Dpage.h78 # define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro