Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/intel/io/acpica/events/
H A Devrgnini.c82 ACPI_MEM_SPACE_CONTEXT *LocalRegionContext; in AcpiEvSystemMemoryRegionSetup() local
92 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 …]