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