Searched refs:pte_huge (Results 1 – 12 of 12) sorted by relevance
201 #define pte_huge hv_pte_get_page macro476 #define pmd_huge_page(pmd) pte_huge(pmd_pte(pmd))
374 #define pte_huge(pte) (pte_val(pte) & _PAGE_HUGE) macro378 #define pte_huge(pte) (0) macro
183 if (!pte || !pte_testbit(*pte) || pte_huge(*pte)) { in pageattr_test()
208 #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()
948 if (pte_huge(*ptep)) in free_init_pages()
386 static inline int pte_huge(pte_t pte) { return pte_val(pte) & _PAGE_HUGE; } in pte_huge() function
1609 if (pte_huge(*ptep)) { in setup_per_cpu_areas()1614 BUG_ON(pte_huge(*ptep)); in setup_per_cpu_areas()
125 static inline int pte_huge(pte_t pte) in pte_huge() function
296 #define pte_huge(pte) (!(pte_val(pte) & PTE_TABLE_BIT)) macro
4300 BUG_ON(pte && !pte_none(*pte) && !pte_huge(*pte)); in huge_pte_alloc()
1394 WARN_ON(pte_huge(*ptep)); in kvm_set_pte_rmapp()