/linux-6.3-rc2/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-6.3-rc2/arch/alpha/lib/ |
A D | copy_page.S | 12 copy_page: label
|
A D | ev6-copy_page.S | 65 copy_page: label
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | page_32.h | 25 static inline void copy_page(void *to, void *from) in copy_page() function
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | page-nommu.h | 12 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
|
/linux-6.3-rc2/arch/sh/mm/ |
A D | nommu.c | 20 void copy_page(void *to, void *from) in copy_page() function
|
/linux-6.3-rc2/arch/nios2/include/asm/ |
A D | page.h | 49 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
|
/linux-6.3-rc2/arch/openrisc/include/asm/ |
A D | page.h | 40 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
|
/linux-6.3-rc2/arch/csky/include/asm/ |
A D | page.h | 47 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
|
/linux-6.3-rc2/include/asm-generic/ |
A D | page.h | 29 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
|
/linux-6.3-rc2/arch/hexagon/include/asm/ |
A D | page.h | 114 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
|
/linux-6.3-rc2/arch/arc/include/asm/ |
A D | page.h | 26 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
|
/linux-6.3-rc2/arch/microblaze/include/asm/ |
A D | page.h | 53 # define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
|
/linux-6.3-rc2/arch/mips/mm/ |
A D | page.c | 655 void copy_page(void *to, void *from) in copy_page() function
|
/linux-6.3-rc2/arch/um/include/asm/ |
A D | page.h | 30 #define copy_page(to,from) memcpy((void *)(to), (void *)(from), PAGE_SIZE) macro
|
/linux-6.3-rc2/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-6.3-rc2/arch/riscv/include/asm/ |
A D | page.h | 53 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
|
/linux-6.3-rc2/arch/parisc/include/asm/ |
A D | page.h | 26 #define copy_page(to, from) copy_page_asm((void *)(to), (void *)(from)) macro
|
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | page.h | 58 static inline void copy_page(void *to, void *from) in copy_page() function
|
/linux-6.3-rc2/tools/testing/selftests/mm/ |
A D | userfaultfd.c | 703 static int copy_page(int ufd, unsigned long offset) in copy_page() function
|
/linux-6.3-rc2/kernel/power/ |
A D | snapshot.c | 2282 struct page *copy_page; /* data is here now */ member
|