Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/lib/
Duaccess_with_memcpy.c57 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()
/Linux-v4.19/virt/kvm/arm/
Dmmu.c111 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()
/Linux-v4.19/arch/arm/include/asm/
Dpgtable-2level.h224 #define pmd_thp_or_huge(pmd) (0) macro
Dpgtable-3level.h229 #define pmd_thp_or_huge(pmd) (pmd_huge(pmd) || pmd_trans_huge(pmd)) macro
/Linux-v4.19/arch/arm64/include/asm/
Dpgtable.h371 #define pmd_thp_or_huge(pmd) (pmd_huge(pmd) || pmd_trans_huge(pmd)) macro