Searched defs:local_region_context (Results 1 - 1 of 1) sorted by relevance

/drivers/acpi/acpica/
H A Devrgnini.c77 struct acpi_mem_space_context *local_region_context; local
83 local_region_context =
88 if (local_region_context->mapped_length) {
89 acpi_os_unmap_memory(local_region_context->
91 local_region_context->
94 ACPI_FREE(local_region_context);
102 local_region_context =
104 if (!(local_region_context)) {
110 local_region_context->length = region_desc->region.length;
111 local_region_context
[all...]

Completed in 19 milliseconds