Searched refs:pmd_thp_or_huge (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/arm/include/asm/
H A Dpgtable-2level.h244 #define pmd_thp_or_huge(pmd) (0) macro
H A Dpgtable-3level.h193 #define pmd_thp_or_huge(pmd) (pmd_huge(pmd) || pmd_trans_huge(pmd)) macro
/linux-master/arch/arm/lib/
H A Duaccess_with_memcpy.c59 if (unlikely(pmd_thp_or_huge(*pmd))) {
62 if (unlikely(!pmd_thp_or_huge(*pmd)
/linux-master/arch/arm64/include/asm/
H A Dpgtable.h520 #define pmd_thp_or_huge(pmd) (pmd_huge(pmd) || pmd_trans_huge(pmd)) macro

Completed in 117 milliseconds