Searched refs:pte_size (Results 1 - 11 of 11) sorted by relevance
/illumos-gate/usr/src/uts/i86pc/boot/ |
H A D | boot_mmu.c | 51 uint_t pte_size; variable 122 *pa = table + index * pte_size;
|
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/ |
H A D | i86mmu.c | 546 len = mdb_vread(&buf, mmu.pte_size, ptr); 550 len = mdb_pread(&buf, mmu.pte_size, paddr); 553 if (len != mmu.pte_size) 556 if (mmu.pte_size == sizeof (x86pte_t)) 799 len = mdb_pread(&buf, mmu.pte_size, 800 paddr + entry * mmu.pte_size); 801 if (len != mmu.pte_size) 803 if (mmu.pte_size == sizeof (x86pte_t)) 927 len = mdb_pread(&buf, mmu.pte_size, 928 paddr + entry * mmu.pte_size); [all...] |
/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | mach_mmu.h | 162 extern uint_t pte_size;
|
/illumos-gate/usr/src/uts/i86pc/vm/ |
H A D | kboot_mmu.c | 100 pte_size = 8; 110 pte_size = 4; 517 return ((x86pte_t *)((caddr_t)table_ptr + index * pte_size));
|
H A D | i86_mmu.c | 209 window_size = mmu_btop(map_len) * mmu.pte_size; 383 ASSERT(nwindows <= MMU_PAGESIZE / mmu.pte_size);
|
H A D | hat_kdi.c | 188 if (kdi_pread((caddr_t)&pte, mmu.pte_size, *pap, &len) != 0)
|
H A D | hat_pte.h | 191 uint_t pte_size; /* either 4 or 8 */ member in struct:hat_mmu_info
|
H A D | htable.c | 1636 pte_ptr += mmu.pte_size; 2430 src_va += mmu.pte_size;
|
H A D | hat_i86.c | 576 mmu.pte_size = 8; /* 8 byte PTEs */ 579 mmu.pte_size = 4; /* 4 byte PTEs */
|
/illumos-gate/usr/src/uts/i86pc/dboot/ |
H A D | dboot_startkern.c | 358 t.ptr = (mtable + index * pte_size) | MMU_NORMAL_PT_UPDATE; 400 return ((x86pte_t *)(uintptr_t)(table + index * pte_size)); 1631 pte_size = 8; 1643 pte_size = 4; 1653 DBG(pte_size);
|
/illumos-gate/usr/src/uts/i86xpv/os/ |
H A D | xen_mmu.c | 124 t.ptr = (mtable + index * pte_size) | MMU_NORMAL_PT_UPDATE;
|
Completed in 99 milliseconds