Searched refs:pmd_thp_or_huge (Results 1 – 5 of 5) sorted by relevance
54 if (unlikely(pmd_thp_or_huge(*pmd))) { in pin_page_for_write()57 if (unlikely(!pmd_thp_or_huge(*pmd) in pin_page_for_write()
221 #define pmd_thp_or_huge(pmd) (0) macro
217 #define pmd_thp_or_huge(pmd) (pmd_huge(pmd) || pmd_trans_huge(pmd)) macro
97 if (!pmd_thp_or_huge(*pmd)) in stage2_dissolve_pmd()177 VM_BUG_ON(pmd_thp_or_huge(*pmd)); in clear_stage2_pmd_entry()273 if (pmd_thp_or_huge(*pmd)) { in unmap_stage2_pmds()382 if (pmd_thp_or_huge(*pmd)) in stage2_flush_pmds()468 VM_BUG_ON(pmd_thp_or_huge(*pmd)); in clear_hyp_pmd_entry()1088 if (!pmd_thp_or_huge(old_pmd)) { in stage2_set_pmd_huge()1184 if (pmd_thp_or_huge(*pmdp)) { in stage2_get_leaf_entry()1455 if (pmd_thp_or_huge(*pmd)) { in stage2_wp_pmds()
375 #define pmd_thp_or_huge(pmd) (pmd_huge(pmd) || pmd_trans_huge(pmd)) macro