Searched refs:GET_PTE (Results 1 – 4 of 4) sorted by relevance
248 #define GET_PTE(ptr) (*(x86pte_t *)(ptr)) macro260 #define GET_PTE(ptr) (mmu.pae_hat ? get_pte64(ptr) : *(x86pte32_t *)(ptr)) macro
1631 found_pte = GET_PTE((x86pte_t *)pte_ptr); in htable_scan()2063 pte = GET_PTE(ptep); in x86pte_get()2102 prev = GET_PTE(ptep); in x86pte_set()2248 oldpte = GET_PTE(ptep); in x86pte_inval()2266 oldpte = GET_PTE(ptep); in x86pte_inval()2316 (GET_PTE(ptep) & PT_MOD) != 0) { in x86pte_update()2318 found = GET_PTE(ptep); in x86pte_update()
2290 old_pte = GET_PTE(pte_ptr); in hat_kmap_unload()2817 pte = GET_PTE(PT_INDEX_PTR(mmu.kmap_ptes, pg_index)); in hat_getpfnum()
229 pte = GET_PTE(ptep); in xpv_va_walk()