Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_pte.h257 #define GET_PTE(ptr) (*(x86pte_t *)(ptr)) macro
269 #define GET_PTE(ptr) (mmu.pae_hat ? get_pte64(ptr) : *(x86pte32_t *)(ptr)) macro
H A Dhtable.c1644 found_pte = GET_PTE((x86pte_t *)pte_ptr); in htable_scan()
2050 pte = GET_PTE(ptep); in x86pte_get()
2089 prev = GET_PTE(ptep); in x86pte_set()
2233 oldpte = GET_PTE(ptep); in x86pte_inval()
2251 oldpte = GET_PTE(ptep); in x86pte_inval()
2301 (GET_PTE(ptep) & PT_MOD) != 0) { in x86pte_update()
2303 found = GET_PTE(ptep); in x86pte_update()
H A Dhat_i86.c2786 old_pte = GET_PTE(pte_ptr); in hat_kmap_unload()
3302 pte = GET_PTE(PT_INDEX_PTR(mmu.kmap_ptes, pg_index)); in hat_getpfnum()
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c229 pte = GET_PTE(ptep); in xpv_va_walk()