Home
last modified time | relevance | path

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

/freebsd/sys/x86/include/
H A Dmptable.h131 #define INTENTRY_FLAGS_POLARITY 0x3 macro
/freebsd/sys/x86/x86/
H A Dmptable.c727 switch (intr->int_flags & INTENTRY_FLAGS_POLARITY) { in intentry_polarity()
843 (intr->int_flags & INTENTRY_FLAGS_POLARITY) != in mptable_parse_io_int()
892 if ((intr->int_flags & INTENTRY_FLAGS_POLARITY) != in mptable_parse_local_int()
/freebsd/usr.sbin/mptable/
H A Dmptable.c837 printf( "\t%9s", polarityMode[ entry->int_flags & INTENTRY_FLAGS_POLARITY ] ); in intEntry()