Home
last modified time | relevance | path

Searched defs:pmd_thp_or_huge (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm/include/asm/
H A Dpgtable-2level.h245 #define pmd_thp_or_huge(pmd) (0) macro
H A Dpgtable-3level.h194 #define pmd_thp_or_huge(pmd) (pmd_huge(pmd) || pmd_trans_huge(pmd)) macro
/openbmc/linux/arch/arm64/include/asm/
H A Dpgtable.h503 #define pmd_thp_or_huge(pmd) (pmd_huge(pmd) || pmd_trans_huge(pmd)) macro