Searched refs:full_table (Results 1 – 1 of 1) sorted by relevance
321 struct acpi_table_header *full_table = NULL; in acpi_tb_get_this_table() local339 full_table = ACPI_MEM_ALLOCATE (header->length); in acpi_tb_get_this_table()340 if (!full_table) { in acpi_tb_get_this_table()348 ACPI_MEMCPY (full_table, address->pointer.logical, header->length); in acpi_tb_get_this_table()363 (void *) &full_table); in acpi_tb_get_this_table()389 status = acpi_tb_verify_table_checksum (full_table); in acpi_tb_get_this_table()402 table_info->pointer = full_table; in acpi_tb_get_this_table()408 full_table->signature, in acpi_tb_get_this_table()409 ACPI_FORMAT_UINT64 (address->pointer.physical), full_table)); in acpi_tb_get_this_table()