Home
last modified time | relevance | path

Searched refs:IOAPICENTRY_FLAG_EN (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/x86/include/
H A Dmptable.h114 #define IOAPICENTRY_FLAG_EN 0x01 macro
/freebsd/sys/x86/x86/
H A Dmptable.c574 if (apic->apic_flags & IOAPICENTRY_FLAG_EN) in mptable_count_items_handler()
637 if (!(apic->apic_flags & IOAPICENTRY_FLAG_EN)) in mptable_parse_apics_and_busses_handler()
/freebsd/usr.sbin/mptable/
H A Dmptable.c809 (entry->apic_flags & IOAPICENTRY_FLAG_EN) ? "usable" : "unusable" ); in ioApicEntry()