Lines Matching defs:table
281 pr_err("failed to load table: %d\n", ret);
539 unsigned long table,
546 *(table_types[i].ptr) = table;
549 table_types[i].name, table);
564 unsigned long table;
571 table = (unsigned long)config_tables[i].table;
574 table = tbl64[i].table;
577 tbl64[i].table > U32_MAX) {
584 table = tbl32[i].table;
587 if (!match_config_table(guid, table, common_tables) && arch_tables)
588 match_config_table(guid, table, arch_tables);
686 pr_err("System table signature incorrect!\n");
691 pr_err("Warning: System table version %d.%02d, expected %d.00 or greater!\n",