Searched refs:acpi_table_mcfg (Results 1 – 4 of 4) sorted by relevance
57 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()
282 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()
591 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()
1363 struct acpi_table_mcfg { struct