Searched refs:bootAP (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.1-release/sys/i386/xen/
H A Dmp_machdep.c140 static int bootAP; variable
566 /* bootAP is set in start_ap() to our ID. */
570 gdt[bootAP * NGDT + GPROC0_SEL].sd.sd_type = SDT_SYS386TSS;
576 PCPU_SET(tss_gdt, &gdt[bootAP * NGDT + GPROC0_SEL].sd);
776 bootAP = cpu;
780 pc = &__pcpu[bootAP];
781 pcpu_init(pc, bootAP, sizeof(struct pcpu));
783 M_WAITOK | M_ZERO), bootAP);
784 pc->pc_apic_id = cpu_apic_ids[bootAP];
785 pc->pc_vcpu_id = cpu_apic_ids[bootAP];
[all...]
/freebsd-10.1-release/sys/i386/i386/
H A Dmp_machdep.c143 static int bootAP; variable
674 /* bootAP is set in start_ap() to our ID. */
675 myid = bootAP;
983 bootAP = cpu;
/freebsd-10.1-release/sys/amd64/amd64/
H A Dmp_machdep.c93 static int bootAP; variable
634 cpu = bootAP;
973 bootAP = cpu;

Completed in 184 milliseconds