Home
last modified time | relevance | path

Searched refs:acpi_table_mcfg (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/loongarch/kernel/
H A Dirq.c57 struct acpi_table_mcfg *mcfg; in early_pci_mcfg_parse()
61 if (header->length < sizeof(struct acpi_table_mcfg)) in early_pci_mcfg_parse()
64 n = (header->length - sizeof(struct acpi_table_mcfg)) / in early_pci_mcfg_parse()
66 mcfg = (struct acpi_table_mcfg *)header; in early_pci_mcfg_parse()
/openbmc/linux/drivers/acpi/
H A Dpci_mcfg.c282 struct acpi_table_mcfg *mcfg; in pci_mcfg_parse()
287 if (header->length < sizeof(struct acpi_table_mcfg)) in pci_mcfg_parse()
290 n = (header->length - sizeof(struct acpi_table_mcfg)) / in pci_mcfg_parse()
292 mcfg = (struct acpi_table_mcfg *)header; in pci_mcfg_parse()
/openbmc/linux/arch/x86/pci/
H A Dmmconfig-shared.c609 static int __init acpi_mcfg_check_entry(struct acpi_table_mcfg *mcfg, in acpi_mcfg_check_entry()
629 struct acpi_table_mcfg *mcfg; in pci_parse_mcfg()
637 mcfg = (struct acpi_table_mcfg *)header; in pci_parse_mcfg()
642 i = header->length - sizeof(struct acpi_table_mcfg); in pci_parse_mcfg()
/openbmc/linux/include/acpi/
H A Dactbl2.h1363 struct acpi_table_mcfg { struct