Home
last modified time | relevance | path

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

/acpica-latest/source/components/events/
Devrgnini.c185 ACPI_MEM_SPACE_CONTEXT *LocalRegionContext; in AcpiEvSystemMemoryRegionSetup() local
196 LocalRegionContext = (ACPI_MEM_SPACE_CONTEXT *) *RegionContext; in AcpiEvSystemMemoryRegionSetup()
200 while (LocalRegionContext->FirstMm) in AcpiEvSystemMemoryRegionSetup()
202 Mm = LocalRegionContext->FirstMm; in AcpiEvSystemMemoryRegionSetup()
203 LocalRegionContext->FirstMm = Mm->NextMm; in AcpiEvSystemMemoryRegionSetup()
207 ACPI_FREE (LocalRegionContext); in AcpiEvSystemMemoryRegionSetup()
215 LocalRegionContext = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_MEM_SPACE_CONTEXT)); in AcpiEvSystemMemoryRegionSetup()
216 if (!(LocalRegionContext)) in AcpiEvSystemMemoryRegionSetup()
223 LocalRegionContext->Length = RegionDesc->Region.Length; in AcpiEvSystemMemoryRegionSetup()
224 LocalRegionContext->Address = RegionDesc->Region.Address; in AcpiEvSystemMemoryRegionSetup()
[all …]