Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/amd64/
H A Dmptbl.c225 mpie->int_type = INTENTRY_TYPE_INT; in mpt_generate_pci_int()
264 mpie->int_type = INTENTRY_TYPE_INT; in mpt_build_ioint_entries()
271 mpie->int_type = INTENTRY_TYPE_INT; in mpt_build_ioint_entries()
276 mpie->int_type = INTENTRY_TYPE_INT; in mpt_build_ioint_entries()
/freebsd/sys/x86/x86/
H A Dmptable.c810 case INTENTRY_TYPE_INT: in mptable_parse_io_int()
848 if (intr->int_type == INTENTRY_TYPE_INT || in mptable_parse_io_int()
852 if (intr->int_type == INTENTRY_TYPE_INT || in mptable_parse_io_int()
875 case INTENTRY_TYPE_INT: in mptable_parse_local_int()
956 entry.int_type = INTENTRY_TYPE_INT; in mptable_parse_default_config_ints()
961 entry.int_type = INTENTRY_TYPE_INT; in mptable_parse_default_config_ints()
/freebsd/sys/x86/include/
H A Dmptable.h126 #define INTENTRY_TYPE_INT 0 macro