Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/bhyve/
HDmptbl.c227 mpie->int_type = INTENTRY_TYPE_INT; in mpt_generate_pci_int()
266 mpie->int_type = INTENTRY_TYPE_INT; in mpt_build_ioint_entries()
273 mpie->int_type = INTENTRY_TYPE_INT; in mpt_build_ioint_entries()
278 mpie->int_type = INTENTRY_TYPE_INT; in mpt_build_ioint_entries()
/NextBSD/sys/x86/x86/
HDmptable.c735 case INTENTRY_TYPE_INT: in mptable_parse_io_int()
773 if (intr->int_type == INTENTRY_TYPE_INT || in mptable_parse_io_int()
777 if (intr->int_type == INTENTRY_TYPE_INT || in mptable_parse_io_int()
800 case INTENTRY_TYPE_INT: in mptable_parse_local_int()
881 entry.int_type = INTENTRY_TYPE_INT; in mptable_parse_default_config_ints()
886 entry.int_type = INTENTRY_TYPE_INT; in mptable_parse_default_config_ints()
/NextBSD/sys/x86/include/
HDmptable.h126 #define INTENTRY_TYPE_INT 0 macro