Home
last modified time | relevance | path

Searched refs:pte_size (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_mmu.c49 uint_t pte_size; variable
120 *pa = table + index * pte_size; in find_pte()
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c532 if ((mdb_pread(&buf, mmu.pte_size, paddr)) == mmu.pte_size) in get_pte()
774 len = mdb_pread(&pte, mmu.pte_size, in do_report_maps()
775 paddr + entry * mmu.pte_size); in do_report_maps()
776 if (len != mmu.pte_size) in do_report_maps()
902 len = mdb_pread(&pte, mmu.pte_size, in do_ptable_dcmd()
903 paddr + entry * mmu.pte_size); in do_ptable_dcmd()
904 if (len != mmu.pte_size) in do_ptable_dcmd()
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dkboot_mmu.c102 pte_size = 8; in kbm_init()
108 pte_size = 4; in kbm_init()
515 return ((x86pte_t *)((caddr_t)table_ptr + index * pte_size)); in map_pte()
H A Di86_mmu.c128 window_size = mmu_btop(map_len) * mmu.pte_size; in hat_kmap_init()
302 ASSERT(nwindows <= MMU_PAGESIZE / mmu.pte_size); in hat_kern_alloc()
H A Dhat_pte.h200 uint_t pte_size; /* either 4 or 8 */ member
H A Dhat_kdi.c188 if (kdi_pread((caddr_t)&pte, mmu.pte_size, *pap, &len) != 0) in kdi_vtop()
H A Dhtable.c1634 pte_ptr += mmu.pte_size; in htable_scan()
2400 src_va += mmu.pte_size; in x86pte_copy()
H A Dhat_i86.c890 mmu.pte_size = 8; /* 8 byte PTEs */ in mmu_init()
893 mmu.pte_size = 4; /* 4 byte PTEs */ in mmu_init()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dmach_mmu.h181 extern uint_t pte_size;
/illumos-gate/usr/src/lib/libvmm/
H A Dlibvmm.c680 int pte_size = ia32 ? sizeof (uint32_t) : sizeof (uint64_t); in vmm_pte2paddr() local
712 if (vmm_pread(vmm, &pte, pte_size, *paddr) != pte_size) in vmm_pte2paddr()
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c411 t.ptr = (mtable + index * pte_size) | MMU_NORMAL_PT_UPDATE; in set_pteval()
453 return ((x86pte_t *)(uintptr_t)(table + index * pte_size)); in map_pte()
2481 pte_size = 8; in startup_kernel()
2493 pte_size = 4; in startup_kernel()
2504 DBG(pte_size); in startup_kernel()
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_mmu.c124 t.ptr = (mtable + index * pte_size) | MMU_NORMAL_PT_UPDATE; in set_pteval()