Searched refs:pte_huge (Results 1 – 7 of 7) sorted by relevance
321 #define pte_huge(pte) (pte_val(pte) & _PAGE_HUGE) macro325 #define pte_huge(pte) (0) macro
173 #define pte_huge(pte) (pte_val(pte) && !(pte_val(pte) & PTE_TABLE_BIT)) macro
207 | pte_huge | Tests a HugeTLB |
436 static inline int pte_huge(pte_t pte) { return pte_val(pte) & _PAGE_HUGE; } in pte_huge() function
375 static inline int pte_huge(pte_t pte) in pte_huge() function
230 static inline int pte_huge(pte_t pte) in pte_huge() function
7027 BUG_ON(pte_present(pteval) && !pte_huge(pteval)); in huge_pte_alloc()