Searched refs:ins_table (Results 1 – 2 of 2) sorted by relevance
45 struct apei_exec_ins_type *ins_table, in apei_exec_ctx_init() argument50 ctx->ins_table = ins_table; in apei_exec_ctx_init()172 !ctx->ins_table[entry->instruction].run) { in __apei_exec_run()178 run = ctx->ins_table[entry->instruction].run; in __apei_exec_run()206 struct apei_exec_ins_type *ins_table = ctx->ins_table; in apei_exec_for_each_entry() local213 if (ins >= ctx->instructions || !ins_table[ins].run) { in apei_exec_for_each_entry()233 if (ctx->ins_table[ins].flags & APEI_EXEC_INS_ACCESS_REGISTER) in pre_map_gar_callback()266 if (ctx->ins_table[ins].flags & APEI_EXEC_INS_ACCESS_REGISTER) in post_unmap_gar_callback()724 if (!(ctx->ins_table[ins].flags & APEI_EXEC_INS_ACCESS_REGISTER)) in collect_res_callback()
32 struct apei_exec_ins_type *ins_table; member39 struct apei_exec_ins_type *ins_table,
Completed in 5 milliseconds