Searched refs:copy_highpage (Results 1 – 14 of 14) sorted by relevance
| /linux-6.15/arch/arm64/mm/ |
| H A D | copypage.c | 17 void copy_highpage(struct page *to, struct page *from) in copy_highpage() function 61 EXPORT_SYMBOL(copy_highpage); 66 copy_highpage(to, from); in copy_user_highpage()
|
| /linux-6.15/drivers/gpu/drm/ttm/ |
| H A D | ttm_backup.c | 60 copy_highpage(dst, folio_file_page(from_folio, idx)); in ttm_backup_copy_page() 110 copy_highpage(folio_file_page(to_folio, idx), page); in ttm_backup_backup_page()
|
| H A D | ttm_tt.c | 251 copy_highpage(to_page, from_page); in ttm_tt_swapin() 348 copy_highpage(to_page, from_page); in ttm_tt_swapout()
|
| H A D | ttm_pool.c | 550 copy_highpage(restore->alloced_page + i, p); in ttm_pool_restore_commit()
|
| /linux-6.15/arch/arm64/include/asm/ |
| H A D | page.h | 29 void copy_highpage(struct page *to, struct page *from);
|
| /linux-6.15/include/linux/ |
| H A D | highmem.h | 320 static inline void copy_highpage(struct page *to, struct page *from) in copy_highpage() function 389 copy_highpage(to, from); in copy_mc_highpage()
|
| /linux-6.15/arch/sparc/include/asm/ |
| H A D | page_64.h | 53 void copy_highpage(struct page *to, struct page *from);
|
| /linux-6.15/lib/ |
| H A D | test_hmm.c | 673 copy_highpage(rpage, spage); in dmirror_migrate_alloc_and_copy() 853 copy_highpage(dpage, spage); in dmirror_devmem_fault_alloc_and_copy() 1221 copy_highpage(dpage, spage); in dmirror_device_evict_chunk()
|
| /linux-6.15/fs/erofs/ |
| H A D | decompressor.c | 421 copy_highpage(tmppage, rq->in[j]); in z_erofs_stream_switch_bufs()
|
| /linux-6.15/mm/ |
| H A D | util.c | 725 copy_highpage(folio_page(dst, i), folio_page(src, i)); in folio_copy()
|
| /linux-6.15/kernel/ |
| H A D | kexec_core.c | 697 copy_highpage(page, old_page); in kimage_alloc_page()
|
| /linux-6.15/arch/sparc/mm/ |
| H A D | init_64.c | 3171 void copy_highpage(struct page *to, struct page *from) in copy_highpage() function 3203 EXPORT_SYMBOL(copy_highpage);
|
| /linux-6.15/drivers/block/drbd/ |
| H A D | drbd_bitmap.c | 1039 copy_highpage(page, b->bm_pages[page_nr]); in bm_page_io_async()
|
| /linux-6.15/kernel/events/ |
| H A D | uprobes.c | 543 copy_highpage(new_page, old_page); in uprobe_write_opcode()
|