Home
last modified time | relevance | path

Searched refs:copy_highpage (Results 1 – 6 of 6) sorted by relevance

/linux/arch/arm64/mm/
H A Dcopypage.c17 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 Dhighmem.h316 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 Dtest_hmm.c736 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 Dutil.c727 copy_highpage(folio_page(dst, i), folio_page(src, i)); in folio_copy()
/linux/kernel/
H A Dkexec_core.c720 copy_highpage(page, old_page); in kimage_alloc_page()
/linux/arch/sparc/mm/
H A Dinit_64.c3170 void copy_highpage(struct page *to, struct page *from) in copy_highpage() function
3202 EXPORT_SYMBOL(copy_highpage);