Searched refs:mcfg (Results 1 - 1 of 1) sorted by relevance

/arch/x86/pci/
H A Dmmconfig-shared.c546 static int __init acpi_mcfg_check_entry(struct acpi_table_mcfg *mcfg, argument
554 if (!strncmp(mcfg->header.oem_id, "SGI", 3))
557 if (mcfg->header.revision >= 1) {
571 struct acpi_table_mcfg *mcfg; local
579 mcfg = (struct acpi_table_mcfg *)header;
594 cfg_table = (struct acpi_mcfg_allocation *) &mcfg[1];
597 if (acpi_mcfg_check_entry(mcfg, cfg)) {

Completed in 29 milliseconds