Home
last modified time | relevance | path

Searched refs:dst_apic_id (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/x86/x86/
H A Dmptable.c106 u_char dst_apic_id; member
727 apic_id = intr->dst_apic_id; in mptable_parse_io_int()
728 if (intr->dst_apic_id == 0xff) { in mptable_parse_io_int()
749 intr->dst_apic_id); in mptable_parse_io_int()
817 if (intr->dst_apic_id == 0xff) in mptable_parse_local_int()
820 apic_id = intr->dst_apic_id; in mptable_parse_local_int()
895 entry.dst_apic_id = 2; in mptable_parse_default_config_ints()
1080 KASSERT(ioapics[intr->dst_apic_id] != NULL, in mptable_pci_route_interrupt_handler()
1081 ("No I/O APIC %d to route interrupt to", intr->dst_apic_id)); in mptable_pci_route_interrupt_handler()
1089 vector = ioapic_get_vector(ioapics[intr->dst_apic_id], in mptable_pci_route_interrupt_handler()
/f-stack/freebsd/x86/include/
H A Dmptable.h124 uint8_t dst_apic_id; member