Searched refs:AML_COPY_OP (Results 1 – 5 of 5) sorted by relevance
113 if (walk_state->opcode == AML_COPY_OP) { in acpi_ex_resolve_object()
420 ((walk_state->opcode == AML_COPY_OP) && in acpi_ex_store_object_to_node()
201 || (walk_state->opcode == AML_COPY_OP)) { in acpi_ex_resolve_object_to_value()
135 #define AML_COPY_OP (u16) 0x9d /* ACPI 2.0 */ macro
480 case AML_COPY_OP: /* Copy (Source, Target) */ in acpi_ex_opcode_1A_1T_1R()