Lines Matching defs:Opcode
197 * Opcode - Opcode to store in the Op
208 UINT16 Opcode)
214 Op->Common.AmlOpcode = Opcode;
217 (AcpiPsGetOpcodeInfo (Opcode))->Name,
226 * PARAMETERS: Opcode - Opcode that will be stored in the new Op
239 UINT16 Opcode,
250 OpInfo = AcpiPsGetOpcodeInfo (Opcode);
262 else if (Opcode == AML_INT_BYTELIST_OP)
286 AcpiPsInitOp (Op, Opcode);
291 if (Opcode == AML_SCOPE_OP)