Searched refs:LocalRegionContext (Results 1 – 1 of 1) sorted by relevance
77 ACPI_MEM_SPACE_CONTEXT *LocalRegionContext; in AcpiEvSystemMemoryRegionSetup() local88 LocalRegionContext = (ACPI_MEM_SPACE_CONTEXT *) *RegionContext; in AcpiEvSystemMemoryRegionSetup()92 while (LocalRegionContext->FirstMm) in AcpiEvSystemMemoryRegionSetup()94 Mm = LocalRegionContext->FirstMm; in AcpiEvSystemMemoryRegionSetup()95 LocalRegionContext->FirstMm = Mm->NextMm; in AcpiEvSystemMemoryRegionSetup()99 ACPI_FREE (LocalRegionContext); in AcpiEvSystemMemoryRegionSetup()107 LocalRegionContext = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_MEM_SPACE_CONTEXT)); in AcpiEvSystemMemoryRegionSetup()108 if (!(LocalRegionContext)) in AcpiEvSystemMemoryRegionSetup()115 LocalRegionContext->Length = RegionDesc->Region.Length; in AcpiEvSystemMemoryRegionSetup()116 LocalRegionContext->Address = RegionDesc->Region.Address; in AcpiEvSystemMemoryRegionSetup()[all …]