/linux-4.4.14/arch/x86/include/asm/ |
D | page_32.h | 29 static inline void copy_page(void *to, void *from) in copy_page() function 41 static inline void copy_page(void *to, void *from) in copy_page() function
|
/linux-4.4.14/arch/alpha/lib/ |
D | copy_page.S | 11 copy_page: label
|
D | ev6-copy_page.S | 64 copy_page: label
|
/linux-4.4.14/arch/avr32/mm/ |
D | copy_page.S | 20 copy_page: label
|
/linux-4.4.14/arch/sh/lib64/ |
D | copy_page.S | 31 copy_page: label
|
/linux-4.4.14/arch/m32r/mm/ |
D | page.S | 25 copy_page: label
|
/linux-4.4.14/arch/m68k/include/asm/ |
D | page_mm.h | 16 static inline void copy_page(void *to, void *from) in copy_page() function 55 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
|
D | page_no.h | 13 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
|
/linux-4.4.14/arch/arm/include/asm/ |
D | page-nommu.h | 24 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
|
/linux-4.4.14/arch/sh/mm/ |
D | nommu.c | 22 void copy_page(void *to, void *from) in copy_page() function
|
/linux-4.4.14/arch/cris/include/asm/ |
D | page.h | 13 #define copy_page(to,from) memcpy((void *)(to), (void *)(from), PAGE_SIZE) macro
|
/linux-4.4.14/arch/nios2/include/asm/ |
D | page.h | 49 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
|
/linux-4.4.14/arch/openrisc/include/asm/ |
D | page.h | 47 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
|
/linux-4.4.14/arch/arc/include/asm/ |
D | page.h | 20 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
|
/linux-4.4.14/arch/mn10300/include/asm/ |
D | page.h | 30 #define copy_page(to, from) memcpy((void *)(to), (void *)(from), PAGE_SIZE) macro
|
/linux-4.4.14/include/asm-generic/ |
D | page.h | 31 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
|
/linux-4.4.14/arch/hexagon/include/asm/ |
D | page.h | 129 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
|
/linux-4.4.14/arch/frv/include/asm/ |
D | page.h | 15 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
|
/linux-4.4.14/arch/score/include/asm/ |
D | page.h | 34 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
|
/linux-4.4.14/tools/testing/selftests/vm/ |
D | userfaultfd.c | 220 static int copy_page(unsigned long offset) in copy_page() function
|
/linux-4.4.14/arch/mips/mm/ |
D | page.c | 657 void copy_page(void *to, void *from) in copy_page() function
|
/linux-4.4.14/arch/s390/include/asm/ |
D | page.h | 47 static inline void copy_page(void *to, void *from) in copy_page() function
|
/linux-4.4.14/arch/sparc/include/asm/ |
D | page_64.h | 43 #define copy_page(X,Y) memcpy((void *)(X), (void *)(Y), PAGE_SIZE) macro
|
D | page_32.h | 20 #define copy_page(to,from) memcpy((void *)(to), (void *)(from), PAGE_SIZE) macro
|
/linux-4.4.14/arch/tile/include/asm/ |
D | page.h | 64 static inline void copy_page(void *to, void *from) in copy_page() function
|
/linux-4.4.14/arch/um/include/asm/ |
D | page.h | 29 #define copy_page(to,from) memcpy((void *)(to), (void *)(from), PAGE_SIZE) macro
|
/linux-4.4.14/arch/parisc/include/asm/ |
D | page.h | 25 #define copy_page(to, from) copy_page_asm((void *)(to), (void *)(from)) macro
|
/linux-4.4.14/arch/microblaze/include/asm/ |
D | page.h | 78 # define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
|
/linux-4.4.14/kernel/power/ |
D | snapshot.c | 2118 struct page *copy_page; /* data is here now */ member
|