Searched refs:LocalRegionContext (Results 1 – 1 of 1) sorted by relevance
82 ACPI_MEM_SPACE_CONTEXT *LocalRegionContext; in AcpiEvSystemMemoryRegionSetup() local92 LocalRegionContext = (ACPI_MEM_SPACE_CONTEXT *) *RegionContext; in AcpiEvSystemMemoryRegionSetup()96 if (LocalRegionContext->MappedLength) in AcpiEvSystemMemoryRegionSetup()98 AcpiOsUnmapMemory (LocalRegionContext->MappedLogicalAddress, in AcpiEvSystemMemoryRegionSetup()99 LocalRegionContext->MappedLength); in AcpiEvSystemMemoryRegionSetup()101 ACPI_FREE (LocalRegionContext); in AcpiEvSystemMemoryRegionSetup()109 LocalRegionContext = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_MEM_SPACE_CONTEXT)); in AcpiEvSystemMemoryRegionSetup()110 if (!(LocalRegionContext)) in AcpiEvSystemMemoryRegionSetup()117 LocalRegionContext->Length = RegionDesc->Region.Length; in AcpiEvSystemMemoryRegionSetup()118 LocalRegionContext->Address = RegionDesc->Region.Address; in AcpiEvSystemMemoryRegionSetup()[all …]