Home
last modified time | relevance | path

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

/Linux-v5.4/mm/
Dhuge_memory.c779 WARN_ON_ONCE(!is_huge_zero_pmd(*pmd)); in insert_pfn_pmd()
1031 if (is_huge_zero_pmd(pmd)) { in copy_huge_pmd()
1325 if (is_huge_zero_pmd(orig_pmd)) in do_huge_pmd_wp_page()
1478 if ((flags & FOLL_DUMP) && is_huge_zero_pmd(*pmd)) in follow_trans_huge_pmd()
1709 if (is_huge_zero_pmd(orig_pmd)) in madvise_free_huge_pmd()
1796 if (is_huge_zero_pmd(orig_pmd)) in zap_huge_pmd()
1798 } else if (is_huge_zero_pmd(orig_pmd)) { in zap_huge_pmd()
1965 if (prot_numa && is_huge_zero_pmd(*pmd)) in change_huge_pmd()
2176 } else if (is_huge_zero_pmd(*pmd)) { in __split_huge_pmd_locked()
Dmadvise.c328 if (is_huge_zero_pmd(orig_pmd)) in madvise_cold_or_pageout_pte_range()
/Linux-v5.4/include/linux/
Dhuge_mm.h255 static inline bool is_huge_zero_pmd(pmd_t pmd) in is_huge_zero_pmd() function