Home
last modified time | relevance | path

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

/linux/arch/arm64/mm/
H A Dcopypage.c17 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 Dpage.h29 void copy_highpage(struct page *to, struct page *from);
/linux/drivers/gpu/drm/ttm/
H A Dttm_tt.c254 copy_highpage(to_page, from_page); in ttm_tt_swapin()
351 copy_highpage(to_page, from_page); in ttm_tt_swapout()
/linux/include/linux/
H A Dhighmem.h413 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/fs/erofs/
H A Ddecompressor.c415 copy_highpage(tmppage, rq->in[j]); in z_erofs_stream_switch_bufs()
/linux/drivers/block/drbd/
H A Ddrbd_bitmap.c1039 copy_highpage(page, b->bm_pages[page_nr]); in bm_page_io_async()