| /linux/arch/alpha/lib/ |
| H A D | copy_page.S | 10 .global copy_page 11 .ent copy_page 12 copy_page: label 50 .end copy_page 51 EXPORT_SYMBOL(copy_page)
|
| H A D | ev6-copy_page.S | 63 .global copy_page 64 .ent copy_page 65 copy_page: label 204 .end copy_page 205 EXPORT_SYMBOL(copy_page)
|
| H A D | Makefile | 33 $(ev6-y)copy_page.o \
|
| /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 60 do { copy_page(to, from); \
|
| /linux/arch/arm64/include/asm/ |
| H A D | page.h | 22 extern void copy_page(void *to, const void *from); 39 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from)
|
| /linux/arch/loongarch/mm/ |
| H A D | page.S | 40 SYM_FUNC_START(copy_page) 83 SYM_FUNC_END(copy_page) 84 EXPORT_SYMBOL(copy_page)
|
| /linux/arch/arm/lib/ |
| H A D | copy_page.S | 24 ENTRY(copy_page) 44 ENDPROC(copy_page)
|
| /linux/drivers/dpll/zl3073x/ |
| H A D | fw.c | 34 u32 copy_page; member 57 .copy_page = 0x000, 65 .copy_page = 0x004, 393 info->copy_page, extack); in zl3073x_fw_component_flash()
|
| /linux/arch/arm/mm/ |
| H A D | copypage-v6.c | 37 copy_page(kto, kfrom); in v6_copy_user_highpage_nonaliasing() 94 copy_page((void *)kto, (void *)kfrom); in v6_copy_user_highpage_aliasing()
|
| /linux/arch/loongarch/include/asm/ |
| H A D | page.h | 31 extern void copy_page(void *to, void *from); 33 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from)
|
| /linux/arch/xtensa/mm/ |
| H A D | misc.S | 59 ENTRY(copy_page) 92 ENDPROC(copy_page) 93 EXPORT_SYMBOL(copy_page)
|
| /linux/arch/riscv/include/asm/ |
| H A D | page.h | 47 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro 49 #define copy_user_page(vto, vfrom, vaddr, topg) copy_page(vto, vfrom)
|
| /linux/arch/powerpc/lib/ |
| H A D | copypage_64.S | 12 _GLOBAL_TOC(copy_page) 118 EXPORT_SYMBOL(copy_page)
|
| /linux/arch/mips/mm/ |
| H A D | page-funcs.S | 20 #define cpu_copy_page_function_name copy_page
|
| /linux/arch/x86/um/vdso/ |
| H A D | vma.c | 29 copy_page(page_address(um_vdso), vdso_start); in init_vdso()
|
| /linux/arch/riscv/kernel/ |
| H A D | hibernate-asm.S | 70 copy_page a0, a1
|
| /linux/arch/arm/kernel/ |
| H A D | hibernate.c | 97 copy_page(pbe->orig_address, pbe->address);
|
| H A D | armksyms.c | 96 EXPORT_SYMBOL(copy_page);
|
| /linux/kernel/power/ |
| H A D | snapshot.c | 1427 * This is needed, because copy_page and memcpy are not usable for copying 1495 copy_page(dst, buffer); in copy_data_page() 2271 copy_page(buffer, kaddr); in snapshot_read_next() 2396 struct page *copy_page; /* data is here now */ member 2536 pbe->copy_page = tmp; in get_highmem_page_buffer() 2542 pbe->copy_page = virt_to_page(kaddr); in get_highmem_page_buffer() 2562 copy_page(dst, buffer); in copy_last_highmem_page() 2894 copy_page(buf, kaddr1); in swap_two_pages_data() 2895 copy_page(kaddr1, kaddr2); in swap_two_pages_data() 2896 copy_page(kaddr in swap_two_pages_data() [all...] |
| /linux/arch/sh/mm/ |
| H A D | nommu.c | 22 void copy_page(void *to, void *from) in copy_page() function
|
| H A D | cache.c | 110 copy_page(vto, vfrom); in copy_user_highpage() 114 copy_page(vto, vfrom); in copy_user_highpage()
|
| /linux/arch/sh/lib/ |
| H A D | Makefile | 28 lib-$(CONFIG_MMU) += copy_page.o __clear_user.o
|
| /linux/arch/arm64/mm/ |
| H A D | copypage.c | 25 copy_page(kto, kfrom); in copy_highpage()
|
| /linux/arch/arm64/kernel/ |
| H A D | hibernate-asm.S | 67 copy_page x0, x1, x2, x3, x4, x5, x6, x7, x8, x9
|
| /linux/arch/csky/include/asm/ |
| H A D | page.h | 40 #define copy_page(to, from) memcpy((to), (from), PAGE_SIZE) macro
|