Lines Matching defs:cpu
52 #include <sys/cpu.h>
114 kdi_stop_slaves(int cpu, int doxc)
117 kdi_xc_others(cpu, kdi_slave_entry);
129 if (cpu[c] == NULL || !(cpu[c]->cpu_flags & CPU_READY))
145 if (!(cpu[CPU->cpu_id]->cpu_flags & CPU_READY))
168 cpu_t *cpu = kobj_zalloc(sizeof (*cpu), KM_TMP);
173 cpu->cpu_self = cpu;
193 * Now point %gsbase to our temp cpu structure.
195 xen_set_segment_base(SEGBASE_GS_KERNEL, (ulong_t)cpu);
223 cpu_t *cpu = kobj_zalloc(sizeof (*cpu), KM_TMP);
228 cpu->cpu_self = cpu;
242 cpu, sizeof (*cpu), SDT_MEMRWA, SEL_KPL, SDP_BYTES, SDP_OP32);