Searched refs:pmd_thp_or_huge (Results 1 – 5 of 5) sorted by relevance
57 if (unlikely(pmd_thp_or_huge(*pmd))) { in pin_page_for_write()60 if (unlikely(!pmd_thp_or_huge(*pmd) in pin_page_for_write()
111 if (!pmd_thp_or_huge(*pmd)) in stage2_dissolve_pmd()173 VM_BUG_ON(pmd_thp_or_huge(*pmd)); in clear_stage2_pmd_entry()269 if (pmd_thp_or_huge(*pmd)) { in unmap_stage2_pmds()378 if (pmd_thp_or_huge(*pmd)) in stage2_flush_pmds()463 VM_BUG_ON(pmd_thp_or_huge(*pmd)); in clear_hyp_pmd_entry()1095 if (pmd_thp_or_huge(*pmdp)) in stage2_is_exec()1313 if (pmd_thp_or_huge(*pmd)) { in stage2_wp_pmds()1649 if (pmd_thp_or_huge(*pmd)) { /* THP, HugeTLB */ in handle_access_fault()1878 if (pmd_thp_or_huge(*pmd)) /* THP, HugeTLB */ in kvm_age_hva_handler()1898 if (pmd_thp_or_huge(*pmd)) /* THP, HugeTLB */ in kvm_test_age_hva_handler()
224 #define pmd_thp_or_huge(pmd) (0) macro
229 #define pmd_thp_or_huge(pmd) (pmd_huge(pmd) || pmd_trans_huge(pmd)) macro
371 #define pmd_thp_or_huge(pmd) (pmd_huge(pmd) || pmd_trans_huge(pmd)) macro