Searched refs:pte_huge (Results 1 – 9 of 9) sorted by relevance
375 #define pte_huge(pte) (pte_val(pte) & _PAGE_HUGE) macro379 #define pte_huge(pte) (0) macro
184 if (!pte || !pte_testbit(*pte) || pte_huge(*pte)) { in pageattr_test()
207 #define pte_huge(pte) (pte_val(pte) && !(pte_val(pte) & PTE_TABLE_BIT)) macro
199 static inline int pte_huge(pte_t pte) in pte_huge() function
426 static inline int pte_huge(pte_t pte) { return pte_val(pte) & _PAGE_HUGE; } function
295 #define pte_huge(pte) (!(pte_val(pte) & PTE_TABLE_BIT)) macro
171 static inline int pte_huge(pte_t pte) in pte_huge() function
4747 BUG_ON(pte && pte_present(*pte) && !pte_huge(*pte)); in huge_pte_alloc()
1713 WARN_ON(pte_huge(*ptep)); in kvm_set_pte_rmapp()