Lines Matching refs:CPU
197 pfn_t gdtpfn = mmu_btop(CPU->cpu_m.mcpu_gdtpa); in xen_kpm_finish_init()
376 x86pte_cpu_init(CPU); in hat_kern_alloc()
418 CPUSET_ATOMIC_ADD(kas.a_hat->hat_cpus, CPU->cpu_id); in hat_kern_setup()
419 CPU->cpu_current_hat = kas.a_hat; in hat_kern_setup()
465 ASSERT(ON_USER_HAT(CPU)); in invpcid()
466 ASSERT(CPU->cpu_m.mcpu_kpti.kf_user_cr3 != 0); in invpcid()
468 MMU_PAGESIZE, CPU->cpu_m.mcpu_kpti.kf_user_cr3); in invpcid()
524 if (ON_USER_HAT(CPU)) in mmu_flush_tlb_page()
547 if (addr < kernelbase && ON_USER_HAT(CPU)) { in mmu_flush_tlb_range()
549 ASSERT(CPU->cpu_m.mcpu_kpti.kf_user_cr3 != 0); in mmu_flush_tlb_range()
551 CPU->cpu_m.mcpu_kpti.kf_user_cr3); in mmu_flush_tlb_range()