Lines Matching refs:Opcode
342 "Expecting bytelist, found AML opcode 0x%X in op %p",
469 * Opcode - AML opcode associated with the object
484 UINT16 Opcode,
496 OpInfo = AcpiPsGetOpcodeInfo (Opcode);
499 /* Unknown opcode */
553 switch (Opcode)
582 "Unknown constant opcode 0x%X", Opcode));
633 /* Local ID (0-7) is (AML opcode - base AML_FIRST_LOCAL_OP) */
635 ObjDesc->Reference.Value = ((UINT32) Opcode) - AML_FIRST_LOCAL_OP;
646 /* Arg ID (0-6) is (AML opcode - base AML_FIRST_ARG_OP) */
648 ObjDesc->Reference.Value = ((UINT32) Opcode) - AML_FIRST_ARG_OP;
681 "Unimplemented reference type for AML opcode: 0x%4.4X", Opcode));