/linux/arch/x86/include/asm/ |
A D | page_32.h | 30 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
|
/linux/arch/m68k/include/asm/ |
A D | page_mm.h | 14 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
|
A D | page_no.h | 11 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
|
/linux/arch/alpha/lib/ |
A D | copy_page.S | 12 copy_page: label
|
A D | ev6-copy_page.S | 65 copy_page: label
|
/linux/arch/arm/include/asm/ |
A D | page-nommu.h | 12 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
|
/linux/arch/sh/mm/ |
A D | nommu.c | 20 void copy_page(void *to, void *from) in copy_page() function
|
/linux/arch/nios2/include/asm/ |
A D | page.h | 49 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
|
/linux/arch/openrisc/include/asm/ |
A D | page.h | 40 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
|
/linux/arch/csky/include/asm/ |
A D | page.h | 48 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
|
/linux/include/asm-generic/ |
A D | page.h | 29 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
|
/linux/arch/hexagon/include/asm/ |
A D | page.h | 115 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
|
/linux/arch/arc/include/asm/ |
A D | page.h | 26 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
|
/linux/arch/microblaze/include/asm/ |
A D | page.h | 53 # define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
|
/linux/arch/mips/mm/ |
A D | page.c | 654 void copy_page(void *to, void *from) in copy_page() function
|
/linux/arch/um/include/asm/ |
A D | page.h | 30 #define copy_page(to,from) memcpy((void *)(to), (void *)(from), PAGE_SIZE) macro
|
/linux/arch/sparc/include/asm/ |
A D | page_64.h | 49 #define copy_page(X,Y) memcpy((void *)(X), (void *)(Y), PAGE_SIZE) macro
|
A D | page_32.h | 21 #define copy_page(to,from) memcpy((void *)(to), (void *)(from), PAGE_SIZE) macro
|
/linux/arch/parisc/include/asm/ |
A D | page.h | 26 #define copy_page(to, from) copy_page_asm((void *)(to), (void *)(from)) macro
|
/linux/arch/riscv/include/asm/ |
A D | page.h | 41 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
|
/linux/arch/s390/include/asm/ |
A D | page.h | 56 static inline void copy_page(void *to, void *from) in copy_page() function
|
/linux/tools/testing/selftests/vm/ |
A D | userfaultfd.c | 640 static int copy_page(int ufd, unsigned long offset) in copy_page() function
|
/linux/kernel/power/ |
A D | snapshot.c | 2281 struct page *copy_page; /* data is here now */ member
|