Lines Matching defs:local_region_context
40 struct acpi_mem_space_context *local_region_context;
47 local_region_context =
52 while (local_region_context->first_mm) {
53 mm = local_region_context->first_mm;
54 local_region_context->first_mm = mm->next_mm;
59 ACPI_FREE(local_region_context);
67 local_region_context =
69 if (!(local_region_context)) {
75 local_region_context->length = region_desc->region.length;
76 local_region_context->address = region_desc->region.address;
78 *region_context = local_region_context;
433 struct acpi_data_table_mapping *local_region_context;
447 local_region_context =
449 if (!(local_region_context)) {
455 local_region_context->pointer = region_desc->region.pointer;
457 *region_context = local_region_context;