Home
last modified time | relevance | path

Searched refs:pte_size_shift (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_pte.h201 uint_t pte_size_shift; /* either 2 or 3 */ member
238 #define PWIN_PTE_VA(x) (mmu.pwin_pte_va + ((x) << mmu.pte_size_shift))
239 #define PWIN_PTE_PA(x) (mmu.pwin_pte_pa + ((x) << mmu.pte_size_shift))
283 ((x86pte_t *)((uintptr_t)(p) + ((x) << mmu.pte_size_shift)))
290 ((paddr_t)(p) + ((x) << mmu.pte_size_shift))
H A Dhat_kdi.c186 *pap += index << mmu.pte_size_shift; in kdi_vtop()
H A Dhat_i86.c891 mmu.pte_size_shift = 3; in mmu_init()
894 mmu.pte_size_shift = 2; in mmu_init()
4412 (pte_pa & MMU_PAGEOFFSET) >> mmu.pte_size_shift, NULL); in hat_mempte_release()
4473 (pte_pa & MMU_PAGEOFFSET) >> mmu.pte_size_shift, NULL); in hat_mempte_remap()
4954 *pte_ma = base_ma + (entry << mmu.pte_size_shift); in hat_prepare_mapping()
H A Dhtable.c2364 size = count << mmu.pte_size_shift; in x86pte_copy()
2442 size = count << mmu.pte_size_shift; in x86pte_zero()
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c525 ptr += va2entry(htable, addr) << mmu.pte_size_shift; in get_pte()
530 paddr += va2entry(htable, addr) << mmu.pte_size_shift; in get_pte()
1070 (entry[curlevel] << mmu.pte_size_shift); in ptmap_dcmd()
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c228 (idx << mmu.pte_size_shift)); in xpv_va_walk()