Lines Matching defs:action
142 * Interpret the specified action. Go through whole action table,
143 * execute all instructions belong to the action.
145 int __apei_exec_run(struct apei_exec_context *ctx, u8 action,
165 if (entry->action != action)
171 "Invalid action table, unknown instruction type: %d\n",
212 "Invalid action table, unknown instruction type: %d\n",
237 * Pre-map all GARs in action table to make it possible to access them
269 /* Post-unmap all GAR in action table. */