Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/acpi/acpica/
Dexstoren.c113 if (walk_state->opcode == AML_COPY_OP) { in acpi_ex_resolve_object()
Dexstore.c420 ((walk_state->opcode == AML_COPY_OP) && in acpi_ex_store_object_to_node()
Dexresolv.c201 || (walk_state->opcode == AML_COPY_OP)) { in acpi_ex_resolve_object_to_value()
Damlcode.h135 #define AML_COPY_OP (u16) 0x9d /* ACPI 2.0 */ macro
Dexoparg1.c480 case AML_COPY_OP: /* Copy (Source, Target) */ in acpi_ex_opcode_1A_1T_1R()