Home
last modified time | relevance | path

Searched refs:GET_PTE (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/i86pc/vm/
H A Dhat_pte.h248 #define GET_PTE(ptr) (*(x86pte_t *)(ptr)) macro
260 #define GET_PTE(ptr) (mmu.pae_hat ? get_pte64(ptr) : *(x86pte32_t *)(ptr)) macro
H A Dhtable.c1631 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()
H A Dhat_i86.c2290 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()
/titanic_41/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c229 pte = GET_PTE(ptep); in xpv_va_walk()