Searched refs:pte_huge (Results 1 – 11 of 11) sorted by relevance
332 #define pte_huge(pte) (pte_val(pte) & _PAGE_HUGE) macro336 #define pte_huge(pte) (0) macro
201 if (!pte || !pte_testbit(*pte) || pte_huge(*pte)) { in pageattr_test()
173 #define pte_huge(pte) (pte_val(pte) && !(pte_val(pte) & PTE_TABLE_BIT)) macro
79 WARN_ON_ONCE(pte_present(pteval) && !pte_huge(pteval)); in huge_pte_alloc()
207 | pte_huge | Tests a HugeTLB |
432 static inline int pte_huge(pte_t pte) { return pte_val(pte) & _PAGE_HUGE; } in pte_huge() function
404 static inline int pte_huge(pte_t pte) { return pte_val(pte) & _PAGE_HUGE; } function
390 static inline int pte_huge(pte_t pte) in pte_huge() function
894 WARN_ON(!pte_huge(pte)); in hugetlb_basic_tests()
7043 BUG_ON(pte_present(pteval) && !pte_huge(pteval)); in huge_pte_alloc()
238 static inline int pte_huge(pte_t pte) in pte_huge() function