Home | History | Annotate | Download | only in executer

Lines Matching refs:Opcode

177  *                    required for this opcode type (0 through 6 args).
179 * for this opcode type (0, 1, or 2 targets).
180 * zR - RETURN VALUE: Indicates whether this opcode type returns a value
191 * PARAMETERS: WalkState - Current state (contains AML opcode)
208 AcpiPsGetOpcodeName (WalkState->Opcode));
211 /* Examine the AML opcode */
213 switch (WalkState->Opcode)
227 default: /* Unknown opcode */
229 ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
230 WalkState->Opcode));
259 * PARAMETERS: WalkState - Current state (contains AML opcode)
277 AcpiPsGetOpcodeName (WalkState->Opcode));
280 /* Examine the AML opcode */
282 switch (WalkState->Opcode)
314 default: /* Unknown opcode */
316 ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
317 WalkState->Opcode));
331 * PARAMETERS: WalkState - Current state (contains AML opcode)
335 * DESCRIPTION: Execute opcode with one argument, one target, and no
349 AcpiPsGetOpcodeName (WalkState->Opcode));
352 /* Examine the AML opcode */
354 switch (WalkState->Opcode)
363 default: /* Unknown opcode */
365 ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
366 WalkState->Opcode));
382 * PARAMETERS: WalkState - Current state (contains AML opcode)
386 * DESCRIPTION: Execute opcode with one argument, one target, and a
408 AcpiPsGetOpcodeName (WalkState->Opcode));
411 /* Examine the AML opcode */
413 switch (WalkState->Opcode)
432 switch (WalkState->Opcode)
697 AcpiPsGetOpcodeName (WalkState->Opcode)));
701 default: /* Unknown opcode */
703 ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
704 WalkState->Opcode));
741 * PARAMETERS: WalkState - Current state (contains AML opcode)
745 * DESCRIPTION: Execute opcode with one argument, no target, and a return value
762 AcpiPsGetOpcodeName (WalkState->Opcode));
765 /* Examine the AML opcode */
767 switch (WalkState->Opcode)
826 AcpiPsGetOpcodeName (WalkState->Opcode)));
835 if (WalkState->Opcode == AML_INCREMENT_OP)
1244 ACPI_ERROR ((AE_INFO, "Unknown AML opcode 0x%X",
1245 WalkState->Opcode));