Searched defs:pte_huge (Results 1 - 5 of 5) sorted by relevance

/arch/arm/include/asm/
H A Dpgtable-3level.h208 #define pte_huge(pte) (pte_val(pte) && !(pte_val(pte) & PTE_TABLE_BIT)) macro
/arch/mips/include/asm/
H A Dpgtable.h340 static inline int pte_huge(pte_t pte) { return pte_val(pte) & _PAGE_HUGE; } function
/arch/arm64/include/asm/
H A Dpgtable.h233 #define pte_huge(pte) (!(pte_val(pte) & PTE_TABLE_BIT)) macro
/arch/tile/include/asm/
H A Dpgtable.h201 #define pte_huge hv_pte_get_page macro
487 #define pmd_huge_page(pmd) pte_huge(pmd_pte(pmd))
/arch/x86/include/asm/
H A Dpgtable.h117 static inline int pte_huge(pte_t pte) function

Completed in 780 milliseconds