Home
last modified time | relevance | path

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

/Linux-v4.19/mm/
Dhuge_memory.c954 if (is_huge_zero_pmd(pmd)) { in copy_huge_pmd()
1253 if (is_huge_zero_pmd(orig_pmd)) in do_huge_pmd_wp_page()
1406 if ((flags & FOLL_DUMP) && is_huge_zero_pmd(*pmd)) in follow_trans_huge_pmd()
1627 if (is_huge_zero_pmd(orig_pmd)) in madvise_free_huge_pmd()
1714 if (is_huge_zero_pmd(orig_pmd)) in zap_huge_pmd()
1716 } else if (is_huge_zero_pmd(orig_pmd)) { in zap_huge_pmd()
1883 if (prot_numa && is_huge_zero_pmd(*pmd)) in change_huge_pmd()
2095 } else if (is_huge_zero_pmd(*pmd)) { in __split_huge_pmd_locked()
/Linux-v4.19/include/linux/
Dhuge_mm.h229 static inline bool is_huge_zero_pmd(pmd_t pmd) in is_huge_zero_pmd() function