Searched refs:mcfg (Results 1 – 2 of 2) sorted by relevance
79 static ACPI_TABLE_MCFG *mcfg; variable289 status = AcpiGetTable(ACPI_SIG_MCFG, 0, (ACPI_TABLE_HEADER **)&mcfg); in acpimcfg_probe()291 mcfg = NULL; in acpimcfg_probe()297 ama = ACPI_ADD_PTR(ACPI_MCFG_ALLOCATION, mcfg, offset); in acpimcfg_probe()299 mcfg->Header.Length; i++) { in acpimcfg_probe()306 ama = ACPI_ADD_PTR(ACPI_MCFG_ALLOCATION, mcfg, offset); in acpimcfg_probe()309 mcfg = NULL; in acpimcfg_probe()325 if (mcfg == NULL) in acpimcfg_init()336 ama = ACPI_ADD_PTR(ACPI_MCFG_ALLOCATION, mcfg, offset); in acpimcfg_init()337 for (i = 0; offset < mcfg->Header.Length; i++) { in acpimcfg_init()[all …]
2520 ACPI_TABLE_MCFG *mcfg; in acpi_handle_mcfg() local2526 mcfg = (ACPI_TABLE_MCFG *)sdp; in acpi_handle_mcfg()2529 alloc = (ACPI_MCFG_ALLOCATION *)(mcfg + 1); in acpi_handle_mcfg()