Searched refs:ACPI_SIG_MCFG (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/contrib/dev/acpica/common/ |
H A D | ahtable.c | 234 {ACPI_SIG_MCFG, "Memory Mapped Configuration Table"},
|
H A D | dmtable.c | 733 {ACPI_SIG_MCFG, NULL, AcpiDmDumpMcfg, DtCompileMcfg, TemplateMcfg},
|
/freebsd/usr.sbin/bhyve/ |
H A D | acpi.c | 646 BASL_EXEC(basl_table_create(&table, ctx, ACPI_SIG_MCFG, in build_mcfg() 650 BASL_EXEC(basl_table_append_header(table, ACPI_SIG_MCFG, 1, 1)); in build_mcfg()
|
/freebsd/sys/dev/pci/controller/ |
H A D | pci_n1sdp.c | 180 status = AcpiGetTable(ACPI_SIG_MCFG, 1, &hdr); in n1sdp_pcie_acpi_probe()
|
/freebsd/sys/dev/pci/ |
H A D | pci_host_generic_acpi.c | 234 status = AcpiGetTable(ACPI_SIG_MCFG, 1, &hdr); in pci_host_acpi_get_ecam_resource()
|
/freebsd/sys/contrib/dev/acpica/include/ |
H A D | actbl2.h | 180 #define ACPI_SIG_MCFG "MCFG" /* PCI Memory Mapped Configuration table */ macro
|
/freebsd/usr.sbin/acpi/acpidump/ |
H A D | acpi.c | 2565 { ACPI_SIG_MCFG, acpi_handle_mcfg },
|
/freebsd/sys/dev/acpica/ |
H A D | acpi.c | 2212 status = AcpiGetTable(ACPI_SIG_MCFG, 1, &hdr); in acpi_enable_pcie()
|