Searched refs:pte_huge (Results 1 – 8 of 8) sorted by relevance
396 #define pte_huge(pte) (pte_val(pte) & _PAGE_HUGE) macro400 #define pte_huge(pte) (0) macro
202 if (!pte || !pte_testbit(*pte) || pte_huge(*pte)) { in pageattr_test()
195 #define pte_huge(pte) (pte_val(pte) && !(pte_val(pte) & PTE_TABLE_BIT)) macro
224 static inline int pte_huge(pte_t pte) in pte_huge() function
402 static inline int pte_huge(pte_t pte) { return pte_val(pte) & _PAGE_HUGE; } function
187 static inline int pte_huge(pte_t pte) in pte_huge() function
4951 BUG_ON(pte && pte_present(*pte) && !pte_huge(*pte)); in huge_pte_alloc()
1882 WARN_ON(pte_huge(*ptep)); in kvm_set_pte_rmapp()