Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/i86pc/vm/
H A Dhat_pte.h183 uint_t pae_hat; /* either 0 or 1 */ member
261 #define GET_PTE(ptr) (mmu.pae_hat ? get_pte64(ptr) : *(x86pte32_t *)(ptr))
263 ((mmu.pae_hat ? ((x86pte32_t *)(ptr))[1] = (pte >> 32) : 0), \
266 (mmu.pae_hat ? cas64(ptr, x, y) : \
H A Dhat_i86.c278 use_vlp = mmu.pae_hat; in hat_alloc()
538 mmu.pae_hat = kbm_pae_support; in mmu_init()
569 if (mmu.pae_hat == 0 && pa_bits > 32) in mmu_init()
572 if (mmu.pae_hat) { in mmu_init()
580 if (mmu.pae_hat && !is_x86_feature(x86_featureset, X86FSET_PAE)) in mmu_init()
600 if (mmu.pae_hat) { in mmu_init()
869 if (mmu.pae_hat) { in hat_init_finish()
918 if (mmu.pae_hat) { in hat_init_finish()
960 ASSERT(mmu.pae_hat); in reload_pae32()
1521 if (mmu.pae_hat) in hat_kmap_load()
[all …]
H A Dhtable.h143 (!mmu.pae_hat ? 1024 : ((ht)->ht_level == 2 ? 4 : 512))
H A Dhtable.c1512 if (mmu.pae_hat) in htable_attach()
1874 ASSERT(mmu.pae_hat != 0); in get_pte64()
1934 if (mmu.pae_hat) in x86pte_mapin()
1959 if (mmu.pae_hat) in x86pte_mapin()
2326 if (mmu.pae_hat) in x86pte_copy()
2357 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()
/onnv-gate/usr/src/uts/i86xpv/os/
H A Dxpv_panic.c168 if (mmu.pae_hat) in xpv_panic_map()
217 if (l == mmu.max_level && mmu.pae_hat) in xpv_va_walk()
769 if (mmu.pae_hat) in xpv_do_panic()
H A Dmp_xen.c295 if (mmu.pae_hat) in mp_set_cpu_context()
/onnv-gate/usr/src/uts/i86pc/os/
H A Dstartup.c1041 if (mmu.pae_hat) { in startup_memlist()