Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/i86pc/vm/
H A Dhat_pte.h192 uint_t pte_size_shift; /* either 2 or 3 */ member
229 #define PWIN_PTE_VA(x) (mmu.pwin_pte_va + ((x) << mmu.pte_size_shift))
230 #define PWIN_PTE_PA(x) (mmu.pwin_pte_pa + ((x) << mmu.pte_size_shift))
274 ((x86pte_t *)((uintptr_t)(p) + ((x) << mmu.pte_size_shift)))
281 ((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.c577 mmu.pte_size_shift = 3; in mmu_init()
580 mmu.pte_size_shift = 2; in mmu_init()
3931 (pte_pa & MMU_PAGEOFFSET) >> mmu.pte_size_shift, NULL); in hat_mempte_release()
3992 (pte_pa & MMU_PAGEOFFSET) >> mmu.pte_size_shift, NULL); in hat_mempte_remap()
4473 *pte_ma = base_ma + (entry << mmu.pte_size_shift); in hat_prepare_mapping()
H A Dhtable.c2377 size = count << mmu.pte_size_shift; in x86pte_copy()
2457 size = count << mmu.pte_size_shift; in x86pte_zero()
/titanic_44/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c545 ptr += va2entry(htable, addr) << mmu.pte_size_shift; in get_pte()
549 paddr += va2entry(htable, addr) << mmu.pte_size_shift; in get_pte()
/titanic_44/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c228 (idx << mmu.pte_size_shift)); in xpv_va_walk()