Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/acpica/events/
H A Devrgnini.c191 ACPI_MEM_SPACE_CONTEXT *LocalRegionContext; in AcpiEvSystemMemoryRegionSetup() local
201 LocalRegionContext = (ACPI_MEM_SPACE_CONTEXT *) *RegionContext; in AcpiEvSystemMemoryRegionSetup()
205 if (LocalRegionContext->MappedLength) in AcpiEvSystemMemoryRegionSetup()
207 AcpiOsUnmapMemory (LocalRegionContext->MappedLogicalAddress, in AcpiEvSystemMemoryRegionSetup()
208 LocalRegionContext->MappedLength); in AcpiEvSystemMemoryRegionSetup()
210 ACPI_FREE (LocalRegionContext); in AcpiEvSystemMemoryRegionSetup()
218 LocalRegionContext = ACPI_ALLOCATE_ZEROED (sizeof (ACPI_MEM_SPACE_CONTEXT)); in AcpiEvSystemMemoryRegionSetup()
219 if (!(LocalRegionContext)) in AcpiEvSystemMemoryRegionSetup()
226 LocalRegionContext->Length = RegionDesc->Region.Length; in AcpiEvSystemMemoryRegionSetup()
227 LocalRegionContext->Address = RegionDesc->Region.Address; in AcpiEvSystemMemoryRegionSetup()
[all …]