Searched refs:dst_apic_id (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/usr.sbin/bhyve/amd64/
H A Dmptbl.c152 mpie->dst_apic_id = 0xff;
162 mpie->dst_apic_id = 0xff;
228 mpie->dst_apic_id = mpie[-1].dst_apic_id;
250 mpie->dst_apic_id = id;
/freebsd-current/sys/x86/x86/
H A Dmptable.c106 u_char dst_apic_id; member in struct:INTDATA
776 apic_id = intr->dst_apic_id;
777 if (intr->dst_apic_id == 0xff) {
798 intr->dst_apic_id);
866 if (intr->dst_apic_id == 0xff)
869 apic_id = intr->dst_apic_id;
944 entry.dst_apic_id = 2;
1129 KASSERT(ioapics[intr->dst_apic_id] != NULL,
1130 ("No I/O APIC %d to route interrupt to", intr->dst_apic_id));
1138 vector = ioapic_get_vector(ioapics[intr->dst_apic_id],
[all...]
/freebsd-current/sys/x86/include/
H A Dmptable.h122 uint8_t dst_apic_id; member in struct:INTENTRY
/freebsd-current/usr.sbin/mptable/
H A Dmptable.c847 printf( "\t %6d", entry->dst_apic_id );

Completed in 112 milliseconds