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

/linux-master/arch/mips/include/asm/
H A Dpgtable.h404 static inline int pte_huge(pte_t pte) { return pte_val(pte) & _PAGE_HUGE; } function
/linux-master/arch/arm/include/asm/
H A Dpgtable-3level.h173 #define pte_huge(pte) (pte_val(pte) && !(pte_val(pte) & PTE_TABLE_BIT)) macro
/linux-master/arch/loongarch/include/asm/
H A Dpgtable.h414 static inline int pte_huge(pte_t pte) { return pte_val(pte) & _PAGE_HUGE; } function
/linux-master/arch/parisc/include/asm/
H A Dpgtable.h332 #define pte_huge(pte) (pte_val(pte) & _PAGE_HUGE) macro
336 #define pte_huge(pte) (0) macro
/linux-master/arch/riscv/include/asm/
H A Dpgtable.h370 static inline int pte_huge(pte_t pte) function
/linux-master/arch/x86/include/asm/
H A Dpgtable.h197 static inline int pte_huge(pte_t pte) function

Completed in 132 milliseconds