Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/power/acpi/os_specific/service_layers/
H A Doslinuxtbl.c159 struct acpi_table_header *mapped_table; in acpi_os_get_table_by_address() local
172 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() local
489 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, sizeo in osl_load_rsdp()
688 struct acpi_table_header *mapped_table = NULL; osl_list_bios_tables() local
772 struct acpi_table_header *mapped_table = NULL; osl_get_bios_table() local
1057 struct acpi_table_header *mapped_table; osl_map_table() local
[all...]
/kernel/linux/linux-6.6/tools/power/acpi/os_specific/service_layers/
H A Doslinuxtbl.c159 struct acpi_table_header *mapped_table; in acpi_os_get_table_by_address() local
172 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() local
489 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, sizeo in osl_load_rsdp()
688 struct acpi_table_header *mapped_table = NULL; osl_list_bios_tables() local
772 struct acpi_table_header *mapped_table = NULL; osl_get_bios_table() local
1057 struct acpi_table_header *mapped_table; osl_map_table() local
[all...]
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dtbdata.c227 u8 mapped_table = FALSE; in acpi_tb_acquire_temp_table() local
243 mapped_table = TRUE; in acpi_tb_acquire_temp_table()
265 if (mapped_table) { in acpi_tb_acquire_temp_table()

Completed in 3 milliseconds