Searched refs:copy_highpage (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/arm64/mm/ |
| H A D | copypage.c | 17 void copy_highpage(struct page *to, struct page *from) in copy_highpage() function 66 EXPORT_SYMBOL(copy_highpage); 71 copy_highpage(to, from); in copy_user_highpage()
|
| /linux/include/linux/ |
| H A D | highmem.h | 316 static inline void copy_highpage(struct page *to, struct page *from) in copy_highpage() function 385 copy_highpage(to, from); in copy_mc_highpage()
|
| /linux/lib/ |
| H A D | test_hmm.c | 736 copy_highpage(rpage, src_page); in dmirror_migrate_alloc_and_copy() 774 copy_highpage(dst_page, src_page); in dmirror_migrate_alloc_and_copy() 786 copy_highpage(rpage, spage); in dmirror_migrate_alloc_and_copy() 1016 copy_highpage(dst_page, src_page); in dmirror_devmem_fault_alloc_and_copy()
|
| /linux/mm/ |
| H A D | util.c | 727 copy_highpage(folio_page(dst, i), folio_page(src, i)); in folio_copy()
|
| /linux/kernel/ |
| H A D | kexec_core.c | 720 copy_highpage(page, old_page); in kimage_alloc_page()
|
| /linux/arch/sparc/mm/ |
| H A D | init_64.c | 3170 void copy_highpage(struct page *to, struct page *from) in copy_highpage() function 3202 EXPORT_SYMBOL(copy_highpage);
|