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

/freebsd-11-stable/usr.sbin/bhyve/
H A Dmptbl.c156 mpie->dst_apic_id = 0xff;
166 mpie->dst_apic_id = 0xff;
232 mpie->dst_apic_id = mpie[-1].dst_apic_id;
254 mpie->dst_apic_id = id;
/freebsd-11-stable/sys/x86/x86/
H A Dmptable.c107 u_char dst_apic_id; member in struct:INTDATA
701 apic_id = intr->dst_apic_id;
702 if (intr->dst_apic_id == 0xff) {
723 intr->dst_apic_id);
791 if (intr->dst_apic_id == 0xff)
794 apic_id = intr->dst_apic_id;
869 entry.dst_apic_id = 2;
1054 KASSERT(ioapics[intr->dst_apic_id] != NULL,
1055 ("No I/O APIC %d to route interrupt to", intr->dst_apic_id));
1063 vector = ioapic_get_vector(ioapics[intr->dst_apic_id],
[all...]
/freebsd-11-stable/sys/x86/include/
H A Dmptable.h122 uint8_t dst_apic_id; member in struct:INTENTRY
/freebsd-11-stable/usr.sbin/mptable/
H A Dmptable.c853 printf( "\t %6d", entry->dst_apic_id );

Completed in 262 milliseconds