Searched refs:pte_huge (Results 1 – 8 of 8) sorted by relevance
363 #define pte_huge(pte) (pte_val(pte) & _PAGE_HUGE) macro367 #define pte_huge(pte) (0) macro
171 #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()
291 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
1187 WARN_ON(pte_huge(range->pte) || range->start + 1 != range->end); in set_spte_gfn()
1457 WARN_ON(pte_huge(pte)); in kvm_set_pte_rmapp()