pte_huge          195 arch/arm/include/asm/pgtable-3level.h #define pte_huge(pte)		(pte_val(pte) && !(pte_val(pte) & PTE_TABLE_BIT))
pte_huge          402 arch/mips/include/asm/pgtable.h static inline int pte_huge(pte_t pte)	{ return pte_val(pte) & _PAGE_HUGE; }
pte_huge          396 arch/parisc/include/asm/pgtable.h #define pte_huge(pte)           (pte_val(pte) & _PAGE_HUGE)
pte_huge          400 arch/parisc/include/asm/pgtable.h #define pte_huge(pte)           (0)
pte_huge          224 arch/riscv/include/asm/pgtable.h static inline int pte_huge(pte_t pte)
pte_huge          187 arch/x86/include/asm/pgtable.h static inline int pte_huge(pte_t pte)