Searched refs:pte_huge (Results 1 – 11 of 11) sorted by relevance
201 #define pte_huge hv_pte_get_page macro476 #define pmd_huge_page(pmd) pte_huge(pmd_pte(pmd))
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
378 BUG_ON(!pte_present(pteval) || pte_huge(pteval)); in homecache_change_page_home()
921 if (pte_huge(*ptep)) in free_init_pages()
1607 if (pte_huge(*ptep)) { in setup_per_cpu_areas()1612 BUG_ON(pte_huge(*ptep)); in setup_per_cpu_areas()
426 static inline int pte_huge(pte_t pte) { return pte_val(pte) & _PAGE_HUGE; } function
260 #define pte_huge(pte) (!(pte_val(pte) & PTE_TABLE_BIT)) macro
168 static inline int pte_huge(pte_t pte) in pte_huge() function
1750 WARN_ON(pte_huge(*ptep)); in kvm_set_pte_rmapp()