Home | History | Annotate | Download | only in acpi

Lines Matching refs:Instruction

222 	 * instruction entry count are all sensible.  If the header is
263 * Compile the interpreter from the ERST action instruction
333 switch (header->Instruction) {
366 * Run a single instruction in the service of performing an ERST
370 * On entry, ip points to the next instruction after this one
371 * sequentially; on exit, ip points to the next instruction to
382 * instruction logic conciser and more legible.
395 __func__, header->Instruction,
396 (header->Instruction < __arraycount(apei_erst_instruction)
397 ? apei_erst_instruction[header->Instruction]
409 * Dispatch the instruction.
411 switch (header->Instruction) {
488 * instruction -- unless that would run past the end of
489 * the instruction buffer.