Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/bhyve/
H A Dmptbl.c229 mpie->int_type = INTENTRY_TYPE_INT; in mpt_generate_pci_int()
268 mpie->int_type = INTENTRY_TYPE_INT; in mpt_build_ioint_entries()
275 mpie->int_type = INTENTRY_TYPE_INT; in mpt_build_ioint_entries()
280 mpie->int_type = INTENTRY_TYPE_INT; in mpt_build_ioint_entries()
/freebsd-12.1/sys/x86/x86/
H A Dmptable.c763 case INTENTRY_TYPE_INT: in mptable_parse_io_int()
801 if (intr->int_type == INTENTRY_TYPE_INT || in mptable_parse_io_int()
805 if (intr->int_type == INTENTRY_TYPE_INT || in mptable_parse_io_int()
828 case INTENTRY_TYPE_INT: in mptable_parse_local_int()
909 entry.int_type = INTENTRY_TYPE_INT; in mptable_parse_default_config_ints()
914 entry.int_type = INTENTRY_TYPE_INT; in mptable_parse_default_config_ints()
/freebsd-12.1/sys/x86/include/
H A Dmptable.h128 #define INTENTRY_TYPE_INT 0 macro