Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dhuge_mm.h236 static inline bool is_huge_zero_pmd(pmd_t pmd) in is_huge_zero_pmd() function
359 static inline bool is_huge_zero_pmd(pmd_t pmd) in is_huge_zero_pmd() function
/openbmc/linux/mm/
H A Dhuge_memory.c851 WARN_ON_ONCE(!is_huge_zero_pmd(*pmd)); in insert_pfn_pmd()
1126 if (is_huge_zero_pmd(pmd)) { in copy_huge_pmd()
1305 if (is_huge_zero_pmd(orig_pmd)) in do_huge_pmd_wp_page()
1466 if ((flags & FOLL_DUMP) && is_huge_zero_pmd(*pmd)) in follow_trans_huge_pmd()
1596 if (is_huge_zero_pmd(orig_pmd)) in madvise_free_huge_pmd()
1684 } else if (is_huge_zero_pmd(orig_pmd)) { in zap_huge_pmd()
1866 if (is_huge_zero_pmd(*pmd)) in change_huge_pmd()
2115 if (is_huge_zero_pmd(*pmd)) { in __split_huge_pmd_locked()
H A Dmlock.c322 if (is_huge_zero_pmd(*pmd)) in mlock_pte_range()
H A Dmadvise.c374 if (is_huge_zero_pmd(orig_pmd)) in madvise_cold_or_pageout_pte_range()
H A Dvmscan.c3959 if (!pmd_present(pmd) || is_huge_zero_pmd(pmd)) in get_pmd_pfn()
4186 if (!pmd_present(val) || is_huge_zero_pmd(val)) { in walk_pmd_range()
H A Dmemory.c682 if (is_huge_zero_pmd(pmd)) in vm_normal_page_pmd()