Home
last modified time | relevance | path

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

/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
/linux/arch/arm/include/asm/
H A Dpgtable-3level.h173 #define pte_huge(pte) (pte_val(pte) && !(pte_val(pte) & PTE_TABLE_BIT)) macro
/linux/arch/riscv/include/asm/
H A Dpgtable.h390 static inline int pte_huge(pte_t pte) in pte_huge() function