Lines Matching defs:cpu
125 kdi_stop_slaves(int cpu, int doxc)
128 kdi_xc_others(cpu, kdi_slave_entry);
161 cpu_t *cpu = kobj_zalloc(sizeof (*cpu), KM_TMP);
164 cpu->cpu_self = cpu;
167 wrmsr(MSR_AMD_GSBASE, (uint64_t)cpu);
182 cpu_t *cpu = kobj_zalloc(sizeof (*cpu), KM_TMP);
187 cpu->cpu_self = cpu;
193 cpu, sizeof (*cpu), SDT_MEMRWA, SEL_KPL, SDP_BYTES, SDP_OP32);