Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/kernel/
H A Dirq.c87 acpi_table_parse(ACPI_SIG_MCFG, early_pci_mcfg_parse); in init_vec_parent_group()
/openbmc/linux/arch/x86/pci/
H A Dmmconfig-shared.c729 acpi_table_parse(ACPI_SIG_MCFG, pci_parse_mcfg); in pci_mmcfg_early_init()
747 acpi_table_parse(ACPI_SIG_MCFG, pci_parse_mcfg); in pci_mmcfg_late_init()
/openbmc/linux/drivers/acpi/
H A Dpci_mcfg.c321 int err = acpi_table_parse(ACPI_SIG_MCFG, pci_mcfg_parse); in pci_mmcfg_late_init()
H A Dtables.c562 ACPI_SIG_HPET, ACPI_SIG_IBFT, ACPI_SIG_IVRS, ACPI_SIG_MCFG,
/openbmc/linux/include/acpi/
H A Dactbl2.h36 #define ACPI_SIG_MCFG "MCFG" /* PCI Memory Mapped Configuration table */ macro