Home | History | Annotate | Download | only in dispatcher

Lines Matching refs:Opcode

215               (WalkState->Opcode != AML_INT_NAMEPATH_OP)) ||
223 if (WalkState->Opcode == AML_INT_NAMEPATH_OP)
249 /* Map the opcode into an internal object type */
256 switch (WalkState->Opcode)
409 * involve arguments to the opcode must be created as we go back up the
412 * Note: Name may already exist if we are executing a deferred opcode.
448 if (WalkState->Opcode == AML_EXTERNAL_OP)
488 Op = AcpiPsAllocOp (WalkState->Opcode, WalkState->Aml);
546 ACPI_DEBUG_PRINT ((ACPI_DB_DISPATCH, "Opcode [%s] Op %p State %p\n",
549 /* Check if opcode had an associated namespace object */
624 /* Decode the opcode */
715 /* Unknown opcode */