Home
last modified time | relevance | path

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

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