Home
last modified time | relevance | path

Searched refs:copy_mc_highpage (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/linux/
H A Dhighmem.h358 static inline int copy_mc_highpage(struct page *to, struct page *from) in copy_mc_highpage() function
381 static inline int copy_mc_highpage(struct page *to, struct page *from) in copy_mc_highpage() function
/openbmc/linux/mm/
H A Dkhugepaged.c2046 if (copy_mc_highpage(dst, page) > 0) { in collapse_file()