Home
last modified time | relevance | path

Searched defs:pte_size (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/boot/
H A Dboot_mmu.c49 uint_t pte_size; variable
/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_pte.h200 uint_t pte_size; /* either 4 or 8 */ member
/illumos-gate/usr/src/lib/libvmm/
H A Dlibvmm.c680 int pte_size = ia32 ? sizeof (uint32_t) : sizeof (uint64_t); in vmm_pte2paddr() local