Searched defs:pmd_trans_huge (Results 1 - 8 of 8) sorted by relevance

/arch/arm/include/asm/
H A Dpgtable-3level.h231 #define pmd_thp_or_huge(pmd) (pmd_huge(pmd) || pmd_trans_huge(pmd))
234 #define pmd_trans_huge(pmd) (pmd_val(pmd) && !pmd_table(pmd)) macro
/arch/mips/include/asm/
H A Dpgtable.h441 static inline int pmd_trans_huge(pmd_t pmd) function
552 if (pmd_trans_huge(pmd))
/arch/powerpc/include/asm/
H A Dpgtable-ppc64.h407 * Order this load with the test for pmd_trans_huge in the caller
426 static inline int pmd_trans_huge(pmd_t pmd) function
439 if (pmd_trans_huge(pmd))
446 if (pmd_trans_huge(pmd))
/arch/arm64/include/asm/
H A Dpgtable.h277 #define pmd_trans_huge(pmd) (pmd_val(pmd) && !(pmd_val(pmd) & PMD_TABLE_BIT)) macro
/arch/sparc/include/asm/
H A Dpgtable_64.h684 static inline unsigned long pmd_trans_huge(pmd_t pmd) function
695 return pmd_trans_huge(pmd) && pte_special(pte);
/arch/tile/include/asm/
H A Dpgtable.h502 #define pmd_trans_huge pmd_huge_page macro
/arch/x86/include/asm/
H A Dpgtable.h171 static inline int pmd_trans_huge(pmd_t pmd) function
/arch/s390/include/asm/
H A Dpgtable.h1666 static inline int pmd_trans_huge(pmd_t pmd) function

Completed in 951 milliseconds