Searched refs:pte_size (Results 1 – 11 of 11) sorted by relevance
/titanic_41/usr/src/cmd/mdb/i86pc/modules/unix/ |
H A D | i86mmu.c | 546 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 D | boot_mmu.c | 51 uint_t pte_size; variable 122 *pa = table + index * pte_size; in find_pte()
|
/titanic_41/usr/src/uts/i86pc/vm/ |
H A D | kboot_mmu.c | 100 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 D | i86_mmu.c | 209 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 D | hat_pte.h | 191 uint_t pte_size; /* either 4 or 8 */ member
|
H A D | hat_kdi.c | 188 if (kdi_pread((caddr_t)&pte, mmu.pte_size, *pap, &len) != 0) in kdi_vtop()
|
H A D | htable.c | 1621 pte_ptr += mmu.pte_size; in htable_scan() 2415 src_va += mmu.pte_size; in x86pte_copy()
|
H A D | hat_i86.c | 576 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 D | mach_mmu.h | 162 extern uint_t pte_size;
|
/titanic_41/usr/src/uts/i86pc/dboot/ |
H A D | dboot_startkern.c | 358 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 D | xen_mmu.c | 124 t.ptr = (mtable + index * pte_size) | MMU_NORMAL_PT_UPDATE; in set_pteval()
|