Home
last modified time | relevance | path

Searched refs:cpu_current_hat (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/i86pc/sys/
H A Dmachcpuvar.h164 #define cpu_current_hat cpu_m.mcpu_current_hat macro
/titanic_44/usr/src/uts/i86pc/vm/
H A Dhat_kdi.c180 *pap = pfn_to_pa(CPU->cpu_current_hat->hat_htable->ht_pfn); in kdi_vtop()
H A Di86_mmu.c518 CPU->cpu_current_hat = kas.a_hat; in hat_kern_setup()
H A Dhat_i86.c423 ASSERT(CPU->cpu_current_hat != hat); in hat_free_end()
989 hat_t *old = cpu->cpu_current_hat; in hat_switch()
1007 cpu->cpu_current_hat = hat; in hat_switch()
1934 if (hat != kas.a_hat && hat != CPU->cpu_current_hat) in hati_demap_func()
2016 ASSERT(CPU->cpu_current_hat == kas.a_hat); in tlb_service()