Searched refs:pte_huge (Results 1 – 11 of 11) sorted by relevance
357 #define pte_huge(pte) (pte_val(pte) & _PAGE_HUGE) macro361 #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
215 | pte_huge | Tests a HugeTLB |
287 static inline int pte_huge(pte_t pte) in pte_huge() function
412 static inline int pte_huge(pte_t pte) { return pte_val(pte) & _PAGE_HUGE; } function
159 static inline int pte_huge(pte_t pte) in pte_huge() function
1174 WARN_ON(pte_huge(range->pte) || range->start + 1 != range->end); in set_spte_gfn()
1471 WARN_ON(pte_huge(pte)); in kvm_set_pte_rmapp()
930 WARN_ON(!pte_huge(pte_mkhuge(pte))); in hugetlb_basic_tests()
6100 BUG_ON(pte && pte_present(*pte) && !pte_huge(*pte)); in huge_pte_alloc()