Searched defs:pte_huge (Results 1 – 6 of 6) sorted by relevance
332 #define pte_huge(pte) (pte_val(pte) & _PAGE_HUGE) macro336 #define pte_huge(pte) (0) macro
173 #define pte_huge(pte) (pte_val(pte) && !(pte_val(pte) & PTE_TABLE_BIT)) macro
404 static inline int pte_huge(pte_t pte) { return pte_val(pte) & _PAGE_HUGE; } function
397 static inline int pte_huge(pte_t pte) { return pte_val(pte) & _PAGE_HUGE; } in pte_huge() function
382 static inline int pte_huge(pte_t pte) in pte_huge() function
237 static inline int pte_huge(pte_t pte) in pte_huge() function