Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/common/
H A Dahtable.c234 {ACPI_SIG_MCFG, "Memory Mapped Configuration Table"},
H A Ddmtable.c733 {ACPI_SIG_MCFG, NULL, AcpiDmDumpMcfg, DtCompileMcfg, TemplateMcfg},
/freebsd/usr.sbin/bhyve/
H A Dacpi.c646 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 Dpci_n1sdp.c180 status = AcpiGetTable(ACPI_SIG_MCFG, 1, &hdr); in n1sdp_pcie_acpi_probe()
/freebsd/sys/dev/pci/
H A Dpci_host_generic_acpi.c234 status = AcpiGetTable(ACPI_SIG_MCFG, 1, &hdr); in pci_host_acpi_get_ecam_resource()
/freebsd/sys/contrib/dev/acpica/include/
H A Dactbl2.h180 #define ACPI_SIG_MCFG "MCFG" /* PCI Memory Mapped Configuration table */ macro
/freebsd/usr.sbin/acpi/acpidump/
H A Dacpi.c2565 { ACPI_SIG_MCFG, acpi_handle_mcfg },
/freebsd/sys/dev/acpica/
H A Dacpi.c2212 status = AcpiGetTable(ACPI_SIG_MCFG, 1, &hdr); in acpi_enable_pcie()