Home
last modified time | relevance | path

Searched refs:pmd_thp_or_huge (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/arch/arm/lib/
Duaccess_with_memcpy.c54 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()
/Linux-v5.4/arch/arm/include/asm/
Dpgtable-2level.h221 #define pmd_thp_or_huge(pmd) (0) macro
Dpgtable-3level.h217 #define pmd_thp_or_huge(pmd) (pmd_huge(pmd) || pmd_trans_huge(pmd)) macro
/Linux-v5.4/virt/kvm/arm/
Dmmu.c97 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()
/Linux-v5.4/arch/arm64/include/asm/
Dpgtable.h375 #define pmd_thp_or_huge(pmd) (pmd_huge(pmd) || pmd_trans_huge(pmd)) macro