Searched refs:pte_huge (Results 1 – 13 of 13) sorted by relevance
332 #define pte_huge(pte) (pte_val(pte) & _PAGE_HUGE) macro336 #define pte_huge(pte) (0) macro
174 #define pte_huge(pte) (pte_val(pte) && !(pte_val(pte) & PTE_TABLE_BIT)) macro
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()
225 | pte_huge | Tests a HugeTLB |
417 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
375 static inline int pte_huge(pte_t pte) in pte_huge() function
1226 WARN_ON_ONCE(pte_huge(range->arg.pte) || range->start + 1 != range->end); in set_spte_gfn()
1461 WARN_ON_ONCE(pte_huge(pte)); in kvm_set_pte_rmap()
197 static inline int pte_huge(pte_t pte) in pte_huge() function
930 WARN_ON(!pte_huge(arch_make_huge_pte(pte, PMD_SHIFT, VM_ACCESS_FLAGS))); in hugetlb_basic_tests()
7126 BUG_ON(pte_present(pteval) && !pte_huge(pteval)); in huge_pte_alloc()