Searched refs:is_huge_zero_pmd (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/include/linux/
H A Dhuge_mm.h160 static inline bool is_huge_zero_pmd(pmd_t pmd) is_huge_zero_pmd() function
/linux-4.4.14/mm/
H A Dhuge_memory.c945 if (is_huge_zero_pmd(pmd)) { copy_huge_pmd()
1166 if (is_huge_zero_pmd(orig_pmd)) do_huge_pmd_wp_page()
1286 if ((flags & FOLL_DUMP) && is_huge_zero_pmd(*pmd)) follow_trans_huge_pmd()
1475 if (is_huge_zero_pmd(orig_pmd)) zap_huge_pmd()
1477 } else if (is_huge_zero_pmd(orig_pmd)) { zap_huge_pmd()
1571 if (prot_numa && is_huge_zero_pmd(*pmd)) { change_huge_pmd()
2980 if (is_huge_zero_pmd(_pmd)) __split_huge_page_pmd()
2982 } else if (is_huge_zero_pmd(*pmd)) { __split_huge_page_pmd()

Completed in 157 milliseconds