Searched refs:ins_table (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/acpi/apei/
H A Dapei-internal.h31 struct apei_exec_ins_type *ins_table; member in struct:apei_exec_context
38 struct apei_exec_ins_type *ins_table,
H A Dapei-base.c53 struct apei_exec_ins_type *ins_table, apei_exec_ctx_init()
58 ctx->ins_table = ins_table; apei_exec_ctx_init()
180 !ctx->ins_table[entry->instruction].run) { __apei_exec_run()
186 run = ctx->ins_table[entry->instruction].run; __apei_exec_run()
214 struct apei_exec_ins_type *ins_table = ctx->ins_table; apei_exec_for_each_entry() local
221 if (ins >= ctx->instructions || !ins_table[ins].run) { apei_exec_for_each_entry()
241 if (ctx->ins_table[ins].flags & APEI_EXEC_INS_ACCESS_REGISTER) pre_map_gar_callback()
274 if (ctx->ins_table[ins].flags & APEI_EXEC_INS_ACCESS_REGISTER) post_unmap_gar_callback()
722 if (!(ctx->ins_table[ins].flags & APEI_EXEC_INS_ACCESS_REGISTER)) collect_res_callback()
52 apei_exec_ctx_init(struct apei_exec_context *ctx, struct apei_exec_ins_type *ins_table, u32 instructions, struct acpi_whea_header *action_table, u32 entries) apei_exec_ctx_init() argument

Completed in 73 milliseconds