Home
last modified time | relevance | path

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

/linux-6.6.21/arch/arm64/mm/
Dcopypage.c17 void copy_highpage(struct page *to, struct page *from) in copy_highpage() function
34 EXPORT_SYMBOL(copy_highpage);
39 copy_highpage(to, from); in copy_user_highpage()
/linux-6.6.21/arch/arm64/include/asm/
Dpage.h29 void copy_highpage(struct page *to, struct page *from);
/linux-6.6.21/include/linux/
Dhighmem.h320 static inline void copy_highpage(struct page *to, struct page *from) in copy_highpage() function
383 copy_highpage(to, from); in copy_mc_highpage()
/linux-6.6.21/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.6.21/arch/sparc/include/asm/
Dpage_64.h56 void copy_highpage(struct page *to, struct page *from);
/linux-6.6.21/fs/erofs/
Ddecompressor_deflate.c218 copy_highpage(tmppage, rq->in[j]); in z_erofs_deflate_decompress()
Ddecompressor_lzma.c267 copy_highpage(tmppage, rq->in[j]); in z_erofs_lzma_decompress()
/linux-6.6.21/lib/
Dtest_hmm.c672 copy_highpage(rpage, spage); in dmirror_migrate_alloc_and_copy()
878 copy_highpage(dpage, spage); in dmirror_devmem_fault_alloc_and_copy()
1246 copy_highpage(dpage, spage); in dmirror_device_evict_chunk()
/linux-6.6.21/fs/nilfs2/
Dpage.c221 copy_highpage(dst, src); in nilfs_copy_page()
/linux-6.6.21/mm/
Dutil.c806 copy_highpage(folio_page(dst, i), folio_page(src, i)); in folio_copy()
Dmigrate_device.c954 copy_highpage(dpage, page); in migrate_device_coherent_page()
/linux-6.6.21/kernel/
Dkexec_core.c752 copy_highpage(page, old_page); in kimage_alloc_page()
/linux-6.6.21/arch/sparc/mm/
Dinit_64.c3187 void copy_highpage(struct page *to, struct page *from) in copy_highpage() function
3219 EXPORT_SYMBOL(copy_highpage);
/linux-6.6.21/drivers/block/drbd/
Ddrbd_bitmap.c1039 copy_highpage(page, b->bm_pages[page_nr]); in bm_page_io_async()
/linux-6.6.21/fs/fuse/
Dfile.c1979 copy_highpage(tmp_page, page); in fuse_writepage_locked()
2247 copy_highpage(tmp_page, &folio->page); in fuse_writepages_fill()
/linux-6.6.21/kernel/events/
Duprobes.c513 copy_highpage(new_page, old_page); in uprobe_write_opcode()