Searched defs:pte_huge (Results 1 – 6 of 6) sorted by relevance
375 #define pte_huge(pte) (pte_val(pte) & _PAGE_HUGE) macro379 #define pte_huge(pte) (0) macro
207 #define pte_huge(pte) (pte_val(pte) && !(pte_val(pte) & PTE_TABLE_BIT)) macro
199 static inline int pte_huge(pte_t pte) in pte_huge() function
426 static inline int pte_huge(pte_t pte) { return pte_val(pte) & _PAGE_HUGE; } function
295 #define pte_huge(pte) (!(pte_val(pte) & PTE_TABLE_BIT)) macro
171 static inline int pte_huge(pte_t pte) in pte_huge() function