Lines Matching defs:table
38 acpi_physical_address table;
45 table = tbl->table;
47 if (!IS_ENABLED(CONFIG_X86_64) && table >> 32) {
48 debug_putstr("Error getting RSDP address: EFI config table located above 4GB.\n");
55 table = tbl->table;
59 rsdp_addr = table;
61 return table;
111 error("EFI system table not found in kexec boot_params.");
145 debug_putstr("Error getting RSDP address: EFI system table located above 4GB.\n");
151 error("EFI system table not found.");
212 /* Check extended checksum if table version >= 2 */
324 /* Get ACPI root table from RSDP.*/
376 unsigned long table_addr, table_end, table;
392 table = table_addr + sizeof(struct acpi_table_srat);
394 while (table + sizeof(struct acpi_subtable_header) < table_end) {
396 sub_table = (struct acpi_subtable_header *)table;
417 table += sub_table->length;