Home
last modified time | relevance | path

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

/linux-6.1.9/arch/loongarch/kernel/
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()
/linux-6.1.9/drivers/acpi/
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()
/linux-6.1.9/arch/x86/pci/
Dmmconfig-shared.c548 static int __init acpi_mcfg_check_entry(struct acpi_table_mcfg *mcfg, in acpi_mcfg_check_entry()
568 struct acpi_table_mcfg *mcfg; in pci_parse_mcfg()
576 mcfg = (struct acpi_table_mcfg *)header; in pci_parse_mcfg()
581 i = header->length - sizeof(struct acpi_table_mcfg); in pci_parse_mcfg()
/linux-6.1.9/include/acpi/
Dactbl2.h1140 struct acpi_table_mcfg { struct