Searched refs:copy_mc_user_highpage (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/include/linux/ |
D | highmem.h | 341 static inline int copy_mc_user_highpage(struct page *to, struct page *from, in copy_mc_user_highpage() function 374 static inline int copy_mc_user_highpage(struct page *to, struct page *from, in copy_mc_user_highpage() function
|
/linux-6.6.21/mm/ |
D | memory.c | 2816 if (copy_mc_user_highpage(dst, src, addr, vma)) { in __wp_page_copy_user() 6037 if (copy_mc_user_highpage(dst_page, src_page, in copy_user_gigantic_page() 6056 if (copy_mc_user_highpage(copy_arg->dst + idx, copy_arg->src + idx, in copy_subpage()
|
D | khugepaged.c | 800 if (copy_mc_user_highpage(page, src_page, _address, vma) > 0) { in __collapse_huge_page_copy()
|
D | ksm.c | 2822 if (copy_mc_user_highpage(new_page, page, address, vma)) { in ksm_might_need_to_copy()
|