Home
last modified time | relevance | path

Searched refs:copy_mc_user_highpage (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dhighmem.h341 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 Dmemory.c2833 if (copy_mc_user_highpage(dst, src, addr, vma)) { in __wp_page_copy_user()
6057 if (copy_mc_user_highpage(dst_page, src_page, in copy_user_gigantic_page()
6076 if (copy_mc_user_highpage(copy_arg->dst + idx, copy_arg->src + idx, in copy_subpage()
H A Dkhugepaged.c800 if (copy_mc_user_highpage(page, src_page, _address, vma) > 0) { in __collapse_huge_page_copy()
H A Dksm.c2819 if (copy_mc_user_highpage(new_page, page, address, vma)) { in ksm_might_need_to_copy()