Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/i86pc/vm/
H A Dhat_pte.h181 uint_t pae_hat; /* either 0 or 1 */ member
260 #define GET_PTE(ptr) (mmu.pae_hat ? get_pte64(ptr) : *(x86pte32_t *)(ptr))
262 ((mmu.pae_hat ? ((x86pte32_t *)(ptr))[1] = (pte >> 32) : 0), \
265 (mmu.pae_hat ? atomic_cas_64(ptr, x, y) : \
H A Dhat_i86.c281 use_vlp = mmu.pae_hat; in hat_alloc()
541 mmu.pae_hat = kbm_pae_support; in mmu_init()
572 if (mmu.pae_hat == 0 && pa_bits > 32) in mmu_init()
575 if (mmu.pae_hat) { in mmu_init()
583 if (mmu.pae_hat && !is_x86_feature(x86_featureset, X86FSET_PAE)) in mmu_init()
603 if (mmu.pae_hat) { in mmu_init()
872 if (mmu.pae_hat) { in hat_init_finish()
921 if (mmu.pae_hat) { in hat_init_finish()
963 ASSERT(mmu.pae_hat); in reload_pae32()
1523 if (mmu.pae_hat) in hat_kmap_load()
[all …]
H A Dhtable.h144 (!mmu.pae_hat ? 1024 : ((ht)->ht_level == 2 ? 4 : 512))
H A Dhtable.c1551 if (mmu.pae_hat) in htable_attach()
1912 ASSERT(mmu.pae_hat != 0); in get_pte64()
1972 if (mmu.pae_hat) in x86pte_mapin()
1997 if (mmu.pae_hat) in x86pte_mapin()
2367 if (mmu.pae_hat) in x86pte_copy()
2398 if (mmu.pae_hat) in x86pte_copy()
H A Dhat_kdi.c88 hat_kdi_use_pae = mmu.pae_hat; in hat_kdi_init()
H A Di86_mmu.c447 if (mmu.pae_hat != 0 && (kernelbase & LEVEL_OFFSET(mmu.max_level)) != 0) in hat_kern_alloc()
/titanic_41/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c170 if (mmu.pae_hat) in xpv_panic_map()
219 if (l == mmu.max_level && mmu.pae_hat) in xpv_va_walk()
771 if (mmu.pae_hat) in xpv_do_panic()
H A Dmp_xen.c295 if (mmu.pae_hat) in mp_set_cpu_context()
/titanic_41/usr/src/uts/i86pc/os/
H A Dstartup.c1045 if (mmu.pae_hat) { in startup_memlist()