Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/x86/
H A Dmptable.c761 case INTENTRY_TYPE_INT: in mptable_parse_io_int()
799 if (intr->int_type == INTENTRY_TYPE_INT || in mptable_parse_io_int()
803 if (intr->int_type == INTENTRY_TYPE_INT || in mptable_parse_io_int()
826 case INTENTRY_TYPE_INT: in mptable_parse_local_int()
907 entry.int_type = INTENTRY_TYPE_INT; in mptable_parse_default_config_ints()
912 entry.int_type = INTENTRY_TYPE_INT; in mptable_parse_default_config_ints()
/f-stack/freebsd/x86/include/
H A Dmptable.h128 #define INTENTRY_TYPE_INT 0 macro