Home
last modified time | relevance | path

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

/linux-4.4.14/tools/power/acpi/os_specific/service_layers/
Doslinuxtbl.c193 struct acpi_table_header *mapped_table; in acpi_os_get_table_by_address() local
206 status = osl_map_table(address, NULL, &mapped_table); in acpi_os_get_table_by_address()
213 table_length = ap_get_table_length(mapped_table); in acpi_os_get_table_by_address()
225 memcpy(local_table, mapped_table, table_length); in acpi_os_get_table_by_address()
228 osl_unmap_table(mapped_table); in acpi_os_get_table_by_address()
497 struct acpi_table_header *mapped_table; in osl_load_rsdp() local
523 mapped_table = ACPI_CAST_PTR(struct acpi_table_header, in osl_load_rsdp()
526 if (!mapped_table) { in osl_load_rsdp()
532 rsdp_base + (ACPI_CAST8(mapped_table) - rsdp_address); in osl_load_rsdp()
534 memcpy(&gbl_rsdp, mapped_table, sizeof(struct acpi_table_rsdp)); in osl_load_rsdp()
[all …]