Home | History | Annotate | Download | only in executer

Lines Matching refs:Opcode

176  *                    required for this opcode type (1 through 6 args).
178 * for this opcode type (0, 1, or 2 targets).
179 * zR - RETURN VALUE: Indicates whether this opcode type returns a value
209 AcpiPsGetOpcodeName (WalkState->Opcode));
212 switch (WalkState->Opcode)
242 * If the interpreter sees this opcode, just ignore it. The External
244 * disassemble control method invocations. The opcode or group of
246 * AML interpreters never see the opcode. Thus, something is
247 * wrong if an external opcode ever gets here.
255 ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
256 WalkState->Opcode));
294 AcpiPsGetOpcodeName (WalkState->Opcode));
297 switch (WalkState->Opcode)
393 ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
394 WalkState->Opcode));