Home
last modified time | relevance | path

Searched refs:pae_hat (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/vm/
H A Dhat_pte.h190 uint_t pae_hat; /* either 0 or 1 */ member
269 #define GET_PTE(ptr) (mmu.pae_hat ? get_pte64(ptr) : *(x86pte32_t *)(ptr))
271 ((mmu.pae_hat ? ((x86pte32_t *)(ptr))[1] = (pte >> 32) : 0), \
274 (mmu.pae_hat ? atomic_cas_64(ptr, x, y) : \
H A Dhtable.h151 (!mmu.pae_hat ? 1024 : ((ht)->ht_level == 2 ? 4 : 512))
H A Dhat_kdi.c88 hat_kdi_use_pae = mmu.pae_hat; in hat_kdi_init()
H A Dhtable.c1564 if (mmu.pae_hat) in htable_attach()
1962 if (mmu.pae_hat) in x86pte_mapin()
1987 if (mmu.pae_hat) in x86pte_mapin()
2354 if (mmu.pae_hat) in x86pte_copy()
2385 if (mmu.pae_hat) in x86pte_copy()
H A Dhat_i86.c843 mmu.pae_hat = kbm_pae_support; in mmu_init()
886 if (mmu.pae_hat == 0 && pa_bits > 32) in mmu_init()
889 if (mmu.pae_hat) { in mmu_init()
897 if (mmu.pae_hat && !is_x86_feature(x86_featureset, X86FSET_PAE)) in mmu_init()
1301 if (mmu.pae_hat) { in hat_init_finish()
2038 if (mmu.pae_hat) in hat_kmap_load()
3349 if (mmu.pae_hat) in hat_probe()
4413 if (mmu.pae_hat) in hat_mempte_release()
4474 if (mmu.pae_hat) in hat_mempte_remap()
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c169 if (mmu.pae_hat) in xpv_panic_map()
219 if (l == mmu.max_level && mmu.pae_hat) in xpv_va_walk()