Home
last modified time | relevance | path

Searched defs:copy_page (Results 1 – 21 of 21) 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/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.h12 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
/arch/sh/mm/
Dnommu.c21 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/openrisc/include/asm/
Dpage.h40 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/arch/csky/include/asm/
Dpage.h48 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/arch/arc/include/asm/
Dpage.h26 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/arch/hexagon/include/asm/
Dpage.h116 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/arch/riscv/include/asm/
Dpage.h51 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
/arch/mips/mm/
Dpage.c651 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/um/include/asm/
Dpage.h30 #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/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