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