Home
last modified time | relevance | path

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

/dragonfly/usr.sbin/mptable/
H A Dmptable.c76 #define IOAPICENTRY_FLAG_EN 0x01 macro
948 (entry.apicFlags & IOAPICENTRY_FLAG_EN) ? "usable" : "unusable" ); in ioApicEntry()
/dragonfly/sys/platform/pc64/x86_64/
H A Dmptable.c84 #define IOAPICENTRY_FLAG_EN 0x01 macro
913 if ((ent->apic_flags & IOAPICENTRY_FLAG_EN) == 0) in mptable_ioapic_list_callback()