Searched refs:copy_highpage (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/arm64/mm/ |
| H A D | copypage.c | 17 void copy_highpage(struct page *to, struct page *from) in copy_highpage() function 66 EXPORT_SYMBOL(copy_highpage); 71 copy_highpage(to, from); in copy_user_highpage()
|
| /linux/arch/arm64/include/asm/ |
| H A D | page.h | 29 void copy_highpage(struct page *to, struct page *from);
|
| /linux/drivers/gpu/drm/ttm/ |
| H A D | ttm_tt.c | 254 copy_highpage(to_page, from_page); in ttm_tt_swapin() 351 copy_highpage(to_page, from_page); in ttm_tt_swapout()
|
| H A D | ttm_pool.c | 614 copy_highpage(restore->alloced_page + i, p); in ttm_pool_restore_commit()
|
| /linux/include/linux/ |
| H A D | highmem.h | 413 static inline void copy_highpage(struct page *to, struct page *from) in copy_highpage() function 482 copy_highpage(to, from); in copy_mc_highpage()
|
| /linux/mm/ |
| H A D | util.c | 756 copy_highpage(folio_page(dst, i), folio_page(src, i)); in folio_copy()
|
| /linux/drivers/block/drbd/ |
| H A D | drbd_bitmap.c | 1039 copy_highpage(page, b->bm_pages[page_nr]); in bm_page_io_async()
|