Home
last modified time | relevance | path

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

/linux-6.1.9/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()
/linux-6.1.9/arch/arm64/include/asm/
Dpage.h29 void copy_highpage(struct page *to, struct page *from);
/linux-6.1.9/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-6.1.9/arch/sparc/include/asm/
Dpage_64.h56 void copy_highpage(struct page *to, struct page *from);
/linux-6.1.9/include/linux/
Dhighmem.h324 static inline void copy_highpage(struct page *to, struct page *from) in copy_highpage() function
/linux-6.1.9/fs/erofs/
Ddecompressor_lzma.c264 copy_highpage(tmppage, rq->in[j]); in z_erofs_lzma_decompress()
/linux-6.1.9/lib/
Dtest_hmm.c678 copy_highpage(rpage, spage); in dmirror_migrate_alloc_and_copy()
884 copy_highpage(dpage, spage); in dmirror_devmem_fault_alloc_and_copy()
1252 copy_highpage(dpage, spage); in dmirror_device_evict_chunk()
/linux-6.1.9/fs/nilfs2/
Dpage.c221 copy_highpage(dst, src); in nilfs_copy_page()
/linux-6.1.9/mm/
Dmigrate_device.c969 copy_highpage(dpage, page); in migrate_device_coherent_page()
Dutil.c855 copy_highpage(folio_page(dst, i), folio_page(src, i)); in folio_copy()
Dkhugepaged.c2031 copy_highpage(hpage + (page->index % HPAGE_PMD_NR), in collapse_file()
/linux-6.1.9/kernel/
Dkexec_core.c754 copy_highpage(page, old_page); in kimage_alloc_page()
/linux-6.1.9/arch/sparc/mm/
Dinit_64.c3157 void copy_highpage(struct page *to, struct page *from) in copy_highpage() function
3189 EXPORT_SYMBOL(copy_highpage);
/linux-6.1.9/drivers/block/drbd/
Ddrbd_bitmap.c1039 copy_highpage(page, b->bm_pages[page_nr]); in bm_page_io_async()
/linux-6.1.9/fs/fuse/
Dfile.c1947 copy_highpage(tmp_page, page); in fuse_writepage_locked()
2215 copy_highpage(tmp_page, page); in fuse_writepages_fill()
/linux-6.1.9/kernel/events/
Duprobes.c516 copy_highpage(new_page, old_page); in uprobe_write_opcode()