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

/freebsd-current/sys/x86/include/
H A Dmptable.h114 #define IOAPICENTRY_FLAG_EN 0x01 macro
/freebsd-current/usr.sbin/bhyve/amd64/
H A Dmptbl.c190 mpei->apic_flags = IOAPICENTRY_FLAG_EN;
/freebsd-current/sys/x86/x86/
H A Dmptable.c584 if (apic->apic_flags & IOAPICENTRY_FLAG_EN)
647 if (!(apic->apic_flags & IOAPICENTRY_FLAG_EN))
/freebsd-current/usr.sbin/mptable/
H A Dmptable.c809 (entry->apic_flags & IOAPICENTRY_FLAG_EN) ? "usable" : "unusable" );

Completed in 101 milliseconds