HomeSort by: relevance | last modified time | path
    Searched refs:MPS_ALL_APICS (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/x86/include/
mpbiosreg.h 123 #define MPS_ALL_APICS 0xff
  /src/sys/arch/x86/x86/
mpbios.c 749 * dst_apic_id of MPS_ALL_APICS means "wired to all
754 if (iep->dst_apic_id == MPS_ALL_APICS)
805 if (iep->dst_apic_id == MPS_ALL_APICS) {
1012 mpi.dst_apic_id = MPS_ALL_APICS;
ioapic.c 187 if (apicid == MPS_ALL_APICS) { /* XXX mpbios-specific */
lapic.c 457 if (mpi->ioapic == NULL && (mpi->cpu_id == MPS_ALL_APICS ||

Completed in 15 milliseconds