Searched refs:mapped_table (Results 1 – 1 of 1) sorted by relevance
159 struct acpi_table_header *mapped_table; in acpi_os_get_table_by_address() local172 status = osl_map_table(address, NULL, &mapped_table); in acpi_os_get_table_by_address()179 table_length = ap_get_table_length(mapped_table); in acpi_os_get_table_by_address()191 memcpy(local_table, mapped_table, table_length); in acpi_os_get_table_by_address()194 osl_unmap_table(mapped_table); in acpi_os_get_table_by_address()463 struct acpi_table_header *mapped_table; in osl_load_rsdp() local489 mapped_table = ACPI_CAST_PTR(struct acpi_table_header, in osl_load_rsdp()492 if (!mapped_table) { in osl_load_rsdp()498 rsdp_base + (ACPI_CAST8(mapped_table) - rsdp_address); in osl_load_rsdp()500 memcpy(&gbl_rsdp, mapped_table, sizeof(struct acpi_table_rsdp)); in osl_load_rsdp()[all …]