Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm64/mm/
Dcopypage.c17 void copy_highpage(struct page *to, struct page *from) in copy_highpage() function
38 EXPORT_SYMBOL(copy_highpage);
43 copy_highpage(to, from); in copy_user_highpage()
/linux-5.19.10/arch/arm64/include/asm/
Dpage.h29 void copy_highpage(struct page *to, struct page *from);
/linux-5.19.10/drivers/gpu/drm/ttm/
Dttm_tt.c225 copy_highpage(to_page, from_page); in ttm_tt_swapin()
278 copy_highpage(to_page, from_page); in ttm_tt_swapout()
/linux-5.19.10/arch/sparc/include/asm/
Dpage_64.h56 void copy_highpage(struct page *to, struct page *from);
/linux-5.19.10/include/linux/
Dhighmem.h323 static inline void copy_highpage(struct page *to, struct page *from) in copy_highpage() function
/linux-5.19.10/fs/erofs/
Ddecompressor_lzma.c261 copy_highpage(tmppage, rq->in[j]); in z_erofs_lzma_decompress()
/linux-5.19.10/fs/nilfs2/
Dpage.c221 copy_highpage(dst, src); in nilfs_copy_page()
/linux-5.19.10/lib/
Dtest_hmm.c606 copy_highpage(rpage, spage); in dmirror_migrate_alloc_and_copy()
1170 copy_highpage(dpage, spage); in dmirror_devmem_fault_alloc_and_copy()
/linux-5.19.10/mm/
Dutil.c883 copy_highpage(folio_page(dst, i), folio_page(src, i)); in folio_copy()
Dkhugepaged.c1919 copy_highpage(new_page + (page->index % HPAGE_PMD_NR), in collapse_file()
Dshmem.c1633 copy_highpage(newpage, oldpage); in shmem_replace_page()
/linux-5.19.10/kernel/
Dkexec_core.c759 copy_highpage(page, old_page); in kimage_alloc_page()
/linux-5.19.10/arch/sparc/mm/
Dinit_64.c3154 void copy_highpage(struct page *to, struct page *from) in copy_highpage() function
3186 EXPORT_SYMBOL(copy_highpage);
/linux-5.19.10/drivers/block/drbd/
Ddrbd_bitmap.c1006 copy_highpage(page, b->bm_pages[page_nr]); in bm_page_io_async()
/linux-5.19.10/fs/fuse/
Dfile.c1948 copy_highpage(tmp_page, page); in fuse_writepage_locked()
2216 copy_highpage(tmp_page, page); in fuse_writepages_fill()
/linux-5.19.10/kernel/events/
Duprobes.c513 copy_highpage(new_page, old_page); in uprobe_write_opcode()