Home
last modified time | relevance | path

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

/openbmc/linux/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
/openbmc/linux/arch/arm/include/asm/
H A Dpgtable-3level.h174 #define pte_huge(pte) (pte_val(pte) && !(pte_val(pte) & PTE_TABLE_BIT)) macro
/openbmc/linux/arch/mips/include/asm/
H A Dpgtable.h404 static inline int pte_huge(pte_t pte) { return pte_val(pte) & _PAGE_HUGE; } function
/openbmc/linux/arch/loongarch/include/asm/
H A Dpgtable.h417 static inline int pte_huge(pte_t pte) { return pte_val(pte) & _PAGE_HUGE; } in pte_huge() function
/openbmc/linux/arch/riscv/include/asm/
H A Dpgtable.h375 static inline int pte_huge(pte_t pte) in pte_huge() function
/openbmc/linux/arch/x86/include/asm/
H A Dpgtable.h197 static inline int pte_huge(pte_t pte) in pte_huge() function