Lines Matching refs:Action
210 * instructions for each ERST action.
263 * Compile the interpreter from the ERST action instruction
326 * Routine to validate the ith entry, for an action with ninst
338 " disabling action %"PRIu32" (%s)\n", i,
340 header->Action,
341 apei_erst_action[header->Action]);
367 * action. Updates the ERST machine at cookie, and the ip if
524 * apei_erst_act(sc, action, x)
526 * Perform the named ERST action with input x, by stepping through
527 * all the instructions defined for the action by the ERST, and
531 apei_erst_act(struct apei_softc *sc, enum AcpiErstActions action, uint64_t x)
536 aprint_debug_dev(sc->sc_dev, "%s: action=%d (%s) input=0x%"PRIx64"\n",
538 action,
539 (action < __arraycount(apei_erst_action)
540 ? apei_erst_action[action]
545 * Initialize the machine to execute the action's instructions.
559 apei_interpret(ssc->ssc_interp, action, M);