Searched refs:copy_mc_user_highpage (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/ |
H A 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
|
/openbmc/linux/mm/ |
H A D | memory.c | 2835 if (copy_mc_user_highpage(dst, src, addr, vma)) { in __wp_page_copy_user() 6068 if (copy_mc_user_highpage(dst_page, src_page, in copy_user_gigantic_page() 6087 if (copy_mc_user_highpage(copy_arg->dst + idx, copy_arg->src + idx, in copy_subpage()
|
H A D | khugepaged.c | 800 if (copy_mc_user_highpage(page, src_page, _address, vma) > 0) { in __collapse_huge_page_copy()
|
H A D | ksm.c | 2819 if (copy_mc_user_highpage(new_page, page, address, vma)) { in ksm_might_need_to_copy()
|