Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c546 len = mdb_vread(&buf, mmu.pte_size, ptr); in get_pte()
550 len = mdb_pread(&buf, mmu.pte_size, paddr); in get_pte()
553 if (len != mmu.pte_size) in get_pte()
556 if (mmu.pte_size == sizeof (x86pte_t)) in get_pte()
799 len = mdb_pread(&buf, mmu.pte_size, in do_report_maps()
800 paddr + entry * mmu.pte_size); in do_report_maps()
801 if (len != mmu.pte_size) in do_report_maps()
803 if (mmu.pte_size == sizeof (x86pte_t)) in do_report_maps()
927 len = mdb_pread(&buf, mmu.pte_size, in do_ptable_dcmd()
928 paddr + entry * mmu.pte_size); in do_ptable_dcmd()
[all …]
/titanic_41/usr/src/uts/i86pc/boot/
H A Dboot_mmu.c51 uint_t pte_size; variable
122 *pa = table + index * pte_size; in find_pte()
/titanic_41/usr/src/uts/i86pc/vm/
H A Dkboot_mmu.c100 pte_size = 8; in kbm_init()
110 pte_size = 4; in kbm_init()
517 return ((x86pte_t *)((caddr_t)table_ptr + index * pte_size)); in map_pte()
H A Di86_mmu.c209 window_size = mmu_btop(map_len) * mmu.pte_size; in hat_kmap_init()
383 ASSERT(nwindows <= MMU_PAGESIZE / mmu.pte_size); in hat_kern_alloc()
H A Dhat_pte.h191 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.c1621 pte_ptr += mmu.pte_size; in htable_scan()
2415 src_va += mmu.pte_size; in x86pte_copy()
H A Dhat_i86.c576 mmu.pte_size = 8; /* 8 byte PTEs */ in mmu_init()
579 mmu.pte_size = 4; /* 4 byte PTEs */ in mmu_init()
/titanic_41/usr/src/uts/i86pc/sys/
H A Dmach_mmu.h162 extern uint_t pte_size;
/titanic_41/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c358 t.ptr = (mtable + index * pte_size) | MMU_NORMAL_PT_UPDATE; in set_pteval()
400 return ((x86pte_t *)(uintptr_t)(table + index * pte_size)); in map_pte()
1631 pte_size = 8; in startup_kernel()
1643 pte_size = 4; in startup_kernel()
1653 DBG(pte_size); in startup_kernel()
/titanic_41/usr/src/uts/i86xpv/os/
H A Dxen_mmu.c124 t.ptr = (mtable + index * pte_size) | MMU_NORMAL_PT_UPDATE; in set_pteval()