Home | History | Annotate | Download | only in parser

Lines Matching refs: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
227 * Aml - Address of the opcode
232 * opcode. A cache of opcodes is available for the pure
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)