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

  /src/sys/arch/x86/include/
mpbiosreg.h 122 uint8_t dst_apic_id; member in struct:mpbios_int
  /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) {
810 ie.dst_apic_id = sc->sc_pic.pic_apicid;
956 mpi.dst_apic_id = DFLT_IOAPIC_ID;
972 mpi.dst_apic_id = DFLT_IOAPIC_ID;
1012 mpi.dst_apic_id = MPS_ALL_APICS;
1330 uint32_t id = entry->dst_apic_id;

Completed in 12 milliseconds