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

/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_mmu.c51 uint_t pte_size; variable
122 *pa = table + index * pte_size;
/illumos-gate/usr/src/cmd/mdb/i86pc/modules/unix/
H A Di86mmu.c546 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 Dmach_mmu.h162 extern uint_t pte_size;
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dkboot_mmu.c100 pte_size = 8;
110 pte_size = 4;
517 return ((x86pte_t *)((caddr_t)table_ptr + index * pte_size));
H A Di86_mmu.c209 window_size = mmu_btop(map_len) * mmu.pte_size;
383 ASSERT(nwindows <= MMU_PAGESIZE / mmu.pte_size);
H A Dhat_kdi.c188 if (kdi_pread((caddr_t)&pte, mmu.pte_size, *pap, &len) != 0)
H A Dhat_pte.h191 uint_t pte_size; /* either 4 or 8 */ member in struct:hat_mmu_info
H A Dhtable.c1636 pte_ptr += mmu.pte_size;
2430 src_va += mmu.pte_size;
H A Dhat_i86.c576 mmu.pte_size = 8; /* 8 byte PTEs */
579 mmu.pte_size = 4; /* 4 byte PTEs */
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c358 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 Dxen_mmu.c124 t.ptr = (mtable + index * pte_size) | MMU_NORMAL_PT_UPDATE;

Completed in 99 milliseconds