acpi_mcfg.c | 280 ACPI_MCFG_ALLOCATION *ama; local in function:acpimcfg_probe 297 ama = ACPI_ADD_PTR(ACPI_MCFG_ALLOCATION, mcfg, offset); 302 ama->PciSegment, ama->StartBusNumber, ama->EndBusNumber, 303 ama->Address); 306 ama = ACPI_ADD_PTR(ACPI_MCFG_ALLOCATION, mcfg, offset); 320 ACPI_MCFG_ALLOCATION *ama; local in function:acpimcfg_init 336 ama = ACPI_ADD_PTR(ACPI_MCFG_ALLOCATION, mcfg, offset); 339 if (ama->Address >= 0x100000000ULL) [all...] |