Searched defs:copy_page (Results 1 – 12 of 12) sorted by relevance
/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 52 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
|
/linux/arch/alpha/lib/ |
H A D | copy_page.S | 12 copy_page: label
|
H A D | ev6-copy_page.S | 65 copy_page: label
|
/linux/arch/arm/include/asm/ |
H A D | page-nommu.h | 12 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE) macro
|
/linux/arch/sh/mm/ |
H A D | nommu.c | 22 void copy_page(void *to, void *from) in copy_page() function
|
/linux/arch/arc/include/asm/ |
H A D | page.h | 26 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
|
/linux/arch/mips/mm/ |
H A D | page.c | 643 void copy_page(void *to, void *from) in copy_page() function
|
/linux/arch/um/include/asm/ |
H A D | page.h | 27 #define copy_page(to,from) memcpy((void *)(to), (void *)(from), PAGE_SIZE) macro
|
/linux/arch/parisc/include/asm/ |
H A D | page.h | 17 #define copy_page(to, from) copy_page_asm((void *)(to), (void *)(from)) macro
|
/linux/arch/riscv/include/asm/ |
H A D | page.h | 51 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
|
/linux/tools/testing/selftests/mm/ |
H A D | uffd-common.c | 632 int copy_page(int ufd, unsigned long offset, bool wp) in copy_page() function
|
/linux/kernel/power/ |
H A D | snapshot.c | 2397 struct page *copy_page; /* data is here now */ member
|