Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dhuge_mm.h276 static inline bool is_huge_zero_pmd(pmd_t pmd) in is_huge_zero_pmd() function
408 static inline bool is_huge_zero_pmd(pmd_t pmd) in is_huge_zero_pmd() function
/linux-6.1.9/mm/
Dhuge_memory.c852 WARN_ON_ONCE(!is_huge_zero_pmd(*pmd)); in insert_pfn_pmd()
1135 if (is_huge_zero_pmd(pmd)) { in copy_huge_pmd()
1319 if (is_huge_zero_pmd(orig_pmd)) in do_huge_pmd_wp_page()
1449 if ((flags & FOLL_DUMP) && is_huge_zero_pmd(*pmd)) in follow_trans_huge_pmd()
1573 if (is_huge_zero_pmd(orig_pmd)) in madvise_free_huge_pmd()
1660 } else if (is_huge_zero_pmd(orig_pmd)) { in zap_huge_pmd()
1839 if (is_huge_zero_pmd(*pmd)) in change_huge_pmd()
2084 if (is_huge_zero_pmd(*pmd)) { in __split_huge_pmd_locked()
Dmlock.c321 if (is_huge_zero_pmd(*pmd)) in mlock_pte_range()
Dmadvise.c352 if (is_huge_zero_pmd(orig_pmd)) in madvise_cold_or_pageout_pte_range()
Dvmscan.c3831 if (!pmd_present(pmd) || is_huge_zero_pmd(pmd)) in get_pmd_pfn()
4061 if (!pmd_present(val) || is_huge_zero_pmd(val)) { in walk_pmd_range()
Dmemory.c703 if (is_huge_zero_pmd(pmd)) in vm_normal_page_pmd()