Searched refs:LocalRegionContext (Results 1 – 1 of 1) sorted by relevance
185 ACPI_MEM_SPACE_CONTEXT *LocalRegionContext; in AcpiEvSystemMemoryRegionSetup() local195 LocalRegionContext = (ACPI_MEM_SPACE_CONTEXT *) *RegionContext; in AcpiEvSystemMemoryRegionSetup()199 if (LocalRegionContext->MappedLength) in AcpiEvSystemMemoryRegionSetup()201 AcpiOsUnmapMemory (LocalRegionContext->MappedLogicalAddress, in AcpiEvSystemMemoryRegionSetup()202 LocalRegionContext->MappedLength); in AcpiEvSystemMemoryRegionSetup()204 ACPI_FREE (LocalRegionContext); in AcpiEvSystemMemoryRegionSetup()212 LocalRegionContext = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_MEM_SPACE_CONTEXT)); in AcpiEvSystemMemoryRegionSetup()213 if (!(LocalRegionContext)) in AcpiEvSystemMemoryRegionSetup()220 LocalRegionContext->Length = RegionDesc->Region.Length; in AcpiEvSystemMemoryRegionSetup()221 LocalRegionContext->Address = RegionDesc->Region.Address; in AcpiEvSystemMemoryRegionSetup()[all …]