Searched refs:pte_huge (Results 1 – 7 of 7) sorted by relevance
201 if (!pte || !pte_testbit(*pte) || pte_huge(*pte)) { in pageattr_test()
79 WARN_ON_ONCE(pte_present(pteval) && !pte_huge(pteval)); in huge_pte_alloc()
219 | pte_huge | Tests a HugeTLB |
404 static inline int pte_huge(pte_t pte) { return pte_val(pte) & _PAGE_HUGE; } function
382 static inline int pte_huge(pte_t pte) in pte_huge() function
931 WARN_ON(!pte_huge(arch_make_huge_pte(pte, PMD_SHIFT, VM_ACCESS_FLAGS))); in hugetlb_basic_tests()
7358 BUG_ON(pte_present(pteval) && !pte_huge(pteval)); in huge_pte_alloc()