Searched refs:local_table (Results 1 – 2 of 2) sorted by relevance
160 struct acpi_table_header *local_table = NULL; in acpi_os_get_table_by_address() local185 local_table = calloc(1, table_length); in acpi_os_get_table_by_address()186 if (!local_table) { in acpi_os_get_table_by_address()191 memcpy(local_table, mapped_table, table_length); in acpi_os_get_table_by_address()195 *table = local_table; in acpi_os_get_table_by_address()771 struct acpi_table_header *local_table = NULL; in osl_get_bios_table() local967 local_table = calloc(1, table_length); in osl_get_bios_table()968 if (!local_table) { in osl_get_bios_table()973 memcpy(local_table, mapped_table, table_length); in osl_get_bios_table()975 *table = local_table; in osl_get_bios_table()[all …]
120 void *local_table; member312 memcpy(hfi_instance->local_table, hfi_instance->hw_table, in intel_hfi_process_event()347 hfi_instance->hdr = hfi_instance->local_table + in init_hfi_instance()467 hfi_instance->local_table = kzalloc(hfi_features.nr_table_pages << PAGE_SHIFT, in intel_hfi_online()469 if (!hfi_instance->local_table) in intel_hfi_online()