Home | History | Annotate | Download | only in acpi

Lines Matching refs:Instruction

150 	 * instruction entry count are all sensible.  If the header is
206 * Compile the interpreter from the EINJ action instruction
390 * Run a single instruction in the service of performing an EINJ
405 * instruction logic conciser and more legible.
418 __func__, header->Instruction,
419 (header->Instruction < __arraycount(apei_einj_instruction)
420 ? apei_einj_instruction[header->Instruction]
432 * Dispatch the instruction.
434 switch (header->Instruction) {
462 * instruction defined for the action by the EINJ, and return the
625 * Verify the instruction.
627 if (header->Instruction >= __arraycount(apei_einj_instreg)) {
629 " unknown instruction: %"PRIu32"\n",
630 header->Instruction);
638 if (apei_einj_instreg[header->Instruction]) {
648 * Execute the instruction. Since there's only one
650 * machinery to collate instruction tables for each