Searched refs:pte_huge (Results 1 – 11 of 11) sorted by relevance
390 #define pte_huge(pte) (pte_val(pte) & _PAGE_HUGE) macro394 #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
226 static inline int pte_huge(pte_t pte) in pte_huge() function
215 | pte_huge | Tests a HugeTLB |
418 static inline int pte_huge(pte_t pte) { return pte_val(pte) & _PAGE_HUGE; } function
748 WARN_ON(pte_huge(*ptep)); in set_tdp_spte()
1353 WARN_ON(pte_huge(*ptep)); in kvm_set_pte_rmapp()
188 static inline int pte_huge(pte_t pte) in pte_huge() function
811 WARN_ON(!pte_huge(pte_mkhuge(pte))); in hugetlb_basic_tests()
5399 BUG_ON(pte && pte_present(*pte) && !pte_huge(*pte)); in huge_pte_alloc()