Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/ttm/
Dttm_tt.c375 copy_highpage(to_page, from_page); in ttm_tt_swapin()
429 copy_highpage(to_page, from_page); in ttm_tt_swapout()
/Linux-v5.4/arch/sparc/include/asm/
Dpage_64.h56 void copy_highpage(struct page *to, struct page *from);
/Linux-v5.4/include/linux/
Dhighmem.h266 static inline void copy_highpage(struct page *to, struct page *from) in copy_highpage() function
/Linux-v5.4/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()
/Linux-v5.4/fs/nilfs2/
Dpage.c222 copy_highpage(dst, src); in nilfs_copy_page()
/Linux-v5.4/mm/
Dmigrate.c557 copy_highpage(dst, src); in __copy_gigantic_page()
587 copy_highpage(dst + i, src + i); in copy_huge_page()
660 copy_highpage(newpage, page); in migrate_page_copy()
Dkhugepaged.c1731 copy_highpage(new_page + (page->index % HPAGE_PMD_NR), in collapse_file()
Dshmem.c1577 copy_highpage(newpage, oldpage); in shmem_replace_page()
/Linux-v5.4/kernel/
Dkexec_core.c752 copy_highpage(page, old_page); in kimage_alloc_page()
/Linux-v5.4/arch/sparc/mm/
Dinit_64.c3163 void copy_highpage(struct page *to, struct page *from) in copy_highpage() function
3195 EXPORT_SYMBOL(copy_highpage);
/Linux-v5.4/drivers/block/drbd/
Ddrbd_bitmap.c1007 copy_highpage(page, b->bm_pages[page_nr]); in bm_page_io_async()
/Linux-v5.4/fs/fuse/
Dfile.c1822 copy_highpage(tmp_page, page); in fuse_writepage_locked()
2074 copy_highpage(tmp_page, page); in fuse_writepages_fill()
/Linux-v5.4/kernel/events/
Duprobes.c524 copy_highpage(new_page, old_page); in uprobe_write_opcode()