Lines Matching defs:opcode
191 "Expecting bytelist, found AML opcode 0x%X in op %p",
307 * opcode - AML opcode associated with the object
321 u16 opcode,
331 op_info = acpi_ps_get_opcode_info(opcode);
334 /* Unknown opcode */
387 switch (opcode) {
415 "Unknown constant opcode 0x%X",
416 opcode));
467 /* Local ID (0-7) is (AML opcode - base AML_FIRST_LOCAL_OP) */
470 ((u32)opcode) - AML_FIRST_LOCAL_OP;
486 /* Arg ID (0-6) is (AML opcode - base AML_FIRST_ARG_OP) */
489 ((u32)opcode) - AML_FIRST_ARG_OP;
527 "Unimplemented reference type for AML opcode: 0x%4.4X",
528 opcode));