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