CPU_FIRST
KASSERT(PCPU_GET(cpuid) == CPU_FIRST(), ("Not on the first CPU!\n"));
sbuf_printf(sb, "%d-%d\n", CPU_FIRST(), mp_maxid);
cur_cpu = CPU_FIRST();
if (cur_cpu == CPU_FIRST())
bus_bind_intr(dev, t->intr_res, CPU_FIRST());
bus_bind_intr(dev, sc->intr_res, CPU_FIRST());
ioat->cpu = CPU_FIRST();
apc->last_tx_cq_bind_cpu = CPU_FIRST();
apc->last_rx_cq_bind_cpu = CPU_FIRST();
cpu_cur = CPU_FIRST();
cpu_cur = CPU_FIRST();
int core = CPU_FIRST();
if (curcpu == CPU_FIRST())
&& curcpu == CPU_FIRST()
if (!smp_started && cpu != CPU_FIRST())
|| curcpu == CPU_FIRST()
sched_bind(curthread, CPU_FIRST());
KASSERT(PCPU_GET(cpuid) == CPU_FIRST(),
for (txconf = i = 0, cpu = CPU_FIRST(); i < ntxqsets; i++, txconf++, txq++, cpu = CPU_NEXT(cpu)) {
cpuid = CPU_FIRST();
first = CPU_FIRST();