Home
last modified time | relevance | path

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

/linux-6.6.21/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.6.21/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.6.21/arch/x86/pci/
Dmmconfig-shared.c591 static int __init acpi_mcfg_check_entry(struct acpi_table_mcfg *mcfg, in acpi_mcfg_check_entry()
611 struct acpi_table_mcfg *mcfg; in pci_parse_mcfg()
619 mcfg = (struct acpi_table_mcfg *)header; in pci_parse_mcfg()
624 i = header->length - sizeof(struct acpi_table_mcfg); in pci_parse_mcfg()
/linux-6.6.21/include/acpi/
Dactbl2.h1363 struct acpi_table_mcfg { struct