Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm64/mm/
Dcopypage.c17 void copy_highpage(struct page *to, struct page *from) in copy_highpage() function
29 EXPORT_SYMBOL(copy_highpage);
34 copy_highpage(to, from); in copy_user_highpage()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dpage.h28 void copy_highpage(struct page *to, struct page *from);
/kernel/linux/linux-5.10/drivers/gpu/drm/ttm/
Dttm_tt.c337 copy_highpage(to_page, from_page); in ttm_tt_swapin()
391 copy_highpage(to_page, from_page); in ttm_tt_swapout()
/kernel/linux/linux-5.10/arch/sparc/include/asm/
Dpage_64.h56 void copy_highpage(struct page *to, struct page *from);
/kernel/linux/linux-5.10/fs/cachefiles/
Drdwr.c182 copy_highpage(monitor->netfs_page, monitor->back_page); in cachefiles_read_copier()
337 copy_highpage(netpage, backpage); in cachefiles_read_backing_file_one()
620 copy_highpage(netpage, backpage); in cachefiles_read_backing_file()
/kernel/linux/linux-5.10/include/linux/
Dhighmem.h337 static inline void copy_highpage(struct page *to, struct page *from) in copy_highpage() function
/kernel/linux/linux-5.10/lib/
Dtest_hmm.c602 copy_highpage(rpage, spage); in dmirror_migrate_alloc_and_copy()
1041 copy_highpage(dpage, spage); in dmirror_devmem_fault_alloc_and_copy()
/kernel/linux/linux-5.10/fs/nilfs2/
Dpage.c221 copy_highpage(dst, src); in nilfs_copy_page()
/kernel/linux/linux-5.10/mm/
Dmigrate.c571 copy_highpage(dst, src); in __copy_gigantic_page()
601 copy_highpage(dst + i, src + i); in copy_huge_page()
683 copy_highpage(newpage, page); in migrate_page_copy()
Dkhugepaged.c1893 copy_highpage(new_page + (page->index % HPAGE_PMD_NR), in collapse_file()
Dshmem.c1649 copy_highpage(newpage, oldpage); in shmem_replace_page()
/kernel/linux/linux-5.10/kernel/
Dkexec_core.c758 copy_highpage(page, old_page); in kimage_alloc_page()
/kernel/linux/linux-5.10/arch/sparc/mm/
Dinit_64.c3153 void copy_highpage(struct page *to, struct page *from) in copy_highpage() function
3185 EXPORT_SYMBOL(copy_highpage);
/kernel/linux/linux-5.10/drivers/block/drbd/
Ddrbd_bitmap.c1005 copy_highpage(page, b->bm_pages[page_nr]); in bm_page_io_async()
/kernel/linux/linux-5.10/fs/fuse/
Dfile.c1920 copy_highpage(tmp_page, page); in fuse_writepage_locked()
2181 copy_highpage(tmp_page, page); in fuse_writepages_fill()
/kernel/linux/linux-5.10/kernel/events/
Duprobes.c518 copy_highpage(new_page, old_page); in uprobe_write_opcode()