Home
last modified time | relevance | path

Searched refs:ACPI_SIG_MCFG (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/
H A Dbasl.h22 #undef ACPI_SIG_MCFG
33 #define ACPI_SIG_MCFG (const uint8_t *)"MCFG" macro
H A Dacpi.c637 BASL_EXEC(basl_table_create(&table, ctx, ACPI_SIG_MCFG, in build_mcfg()
641 BASL_EXEC(basl_table_append_header(table, ACPI_SIG_MCFG, 1, 1)); in build_mcfg()
/illumos-gate/usr/src/cmd/acpi/common/
H A Dahtable.c227 {ACPI_SIG_MCFG, "Memory Mapped Configuration table"},
H A Ddmtable.c506 {ACPI_SIG_MCFG, NULL, AcpiDmDumpMcfg, DtCompileMcfg, TemplateMcfg},
/illumos-gate/usr/src/uts/i86pc/os/
H A Dfakebop.c2958 tp = find_fw_table(rsdp, ACPI_SIG_MCFG); in build_firmware_properties()
2963 tp = find_fw_table(rsdp, ACPI_SIG_MCFG); in build_firmware_properties()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dactbl2.h175 #define ACPI_SIG_MCFG "MCFG" /* PCI Memory Mapped Configuration table */ macro