Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/x86/
H A Dmptable.c103 u_short int_flags; member
688 switch (intr->int_flags & INTENTRY_FLAGS_POLARITY) { in intentry_polarity()
705 switch (intr->int_flags & INTENTRY_FLAGS_TRIGGER) { in intentry_trigger()
800 (intr->int_flags & INTENTRY_FLAGS_TRIGGER) != in mptable_parse_io_int()
804 (intr->int_flags & INTENTRY_FLAGS_POLARITY) != in mptable_parse_io_int()
849 if ((intr->int_flags & INTENTRY_FLAGS_TRIGGER) != in mptable_parse_local_int()
853 if ((intr->int_flags & INTENTRY_FLAGS_POLARITY) != in mptable_parse_local_int()
892 entry.int_flags = INTENTRY_FLAGS_POLARITY_CONFORM | in mptable_parse_default_config_ints()
/f-stack/freebsd/x86/include/
H A Dmptable.h121 uint16_t int_flags; member