Home
last modified time | relevance | path

Searched refs:AML_COPY_OP (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/acpi/acpica/
Dexstoren.c110 if (walk_state->opcode == AML_COPY_OP) { in acpi_ex_resolve_object()
Dexstore.c436 if ((walk_state->opcode == AML_COPY_OP) || !implicit_conversion) { in acpi_ex_store_object_to_node()
Dexresolv.c199 || (walk_state->opcode == AML_COPY_OP)) { in acpi_ex_resolve_object_to_value()
Damlcode.h136 #define AML_COPY_OP (u16) 0x9d /* ACPI 2.0 */ macro
Dexoparg1.c478 case AML_COPY_OP: /* Copy (Source, Target) */ in acpi_ex_opcode_1A_1T_1R()