Searched refs:pte_huge (Results 1 – 12 of 12) sorted by relevance
353 #define pte_huge(pte) (pte_val(pte) & _PAGE_HUGE) macro357 #define pte_huge(pte) (0) macro
201 if (!pte || !pte_testbit(*pte) || pte_huge(*pte)) { in pageattr_test()
171 #define pte_huge(pte) (pte_val(pte) && !(pte_val(pte) & PTE_TABLE_BIT)) macro
217 | pte_huge | Tests a HugeTLB |
372 static inline int pte_huge(pte_t pte) { return pte_val(pte) & _PAGE_HUGE; } in pte_huge() function
394 static inline int pte_huge(pte_t pte) { return pte_val(pte) & _PAGE_HUGE; } function
312 static inline int pte_huge(pte_t pte) in pte_huge() function
163 static inline int pte_huge(pte_t pte) in pte_huge() function
1319 WARN_ON(pte_huge(range->pte) || range->start + 1 != range->end); in set_spte_gfn()
1410 WARN_ON(pte_huge(pte)); in kvm_set_pte_rmap()
945 WARN_ON(!pte_huge(pte_mkhuge(pte))); in hugetlb_basic_tests()
7136 BUG_ON(pte && pte_present(*pte) && !pte_huge(*pte)); in huge_pte_alloc()