Searched defs:copy_page (Results 1 – 10 of 10) 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/sh/mm/ |
| H A D | nommu.c | 22 void copy_page(void *to, void *from) in copy_page() function
|
| /linux/arch/csky/include/asm/ |
| H A D | page.h | 40 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
|
| /linux/drivers/dpll/zl3073x/ |
| H A D | fw.c | 34 u32 copy_page; member
|
| /linux/arch/mips/mm/ |
| H A D | page.c | 643 void copy_page(void *to, void *from) in copy_page() function
|
| /linux/arch/riscv/include/asm/ |
| H A D | page.h | 47 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
|
| /linux/tools/testing/selftests/mm/ |
| H A D | uffd-common.c | 659 int copy_page(uffd_global_test_opts_t *gopts, unsigned long offset, bool wp) in copy_page() function
|
| /linux/kernel/power/ |
| H A D | snapshot.c | 2396 struct page *copy_page; /* data is here now */ member
|