Searched defs:pte_huge (Results 1 – 5 of 5) sorted by relevance
390 #define pte_huge(pte) (pte_val(pte) & _PAGE_HUGE) macro394 #define pte_huge(pte) (0) macro
171 #define pte_huge(pte) (pte_val(pte) && !(pte_val(pte) & PTE_TABLE_BIT)) macro
225 static inline int pte_huge(pte_t pte) in pte_huge() function
418 static inline int pte_huge(pte_t pte) { return pte_val(pte) & _PAGE_HUGE; } function
188 static inline int pte_huge(pte_t pte) in pte_huge() function