Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/acpi/apei/
Dapei-base.c57 struct apei_exec_ins_type *ins_table, in apei_exec_ctx_init() argument
62 ctx->ins_table = ins_table; in apei_exec_ctx_init()
184 !ctx->ins_table[entry->instruction].run) { in __apei_exec_run()
190 run = ctx->ins_table[entry->instruction].run; in __apei_exec_run()
218 struct apei_exec_ins_type *ins_table = ctx->ins_table; in apei_exec_for_each_entry() local
225 if (ins >= ctx->instructions || !ins_table[ins].run) { in apei_exec_for_each_entry()
245 if (ctx->ins_table[ins].flags & APEI_EXEC_INS_ACCESS_REGISTER) in pre_map_gar_callback()
278 if (ctx->ins_table[ins].flags & APEI_EXEC_INS_ACCESS_REGISTER) in post_unmap_gar_callback()
726 if (!(ctx->ins_table[ins].flags & APEI_EXEC_INS_ACCESS_REGISTER)) in collect_res_callback()
Dapei-internal.h31 struct apei_exec_ins_type *ins_table; member
38 struct apei_exec_ins_type *ins_table,