Home
last modified time | relevance | path

Searched refs:AML_COPY_OBJECT_OP (Results 1 – 7 of 7) sorted by relevance

/acpica-latest/source/components/executer/
Dexstore.c546 if (WalkState->Opcode != AML_COPY_OBJECT_OP) in AcpiExStoreObjectToNode()
632 if ((WalkState->Opcode == AML_COPY_OBJECT_OP) || in AcpiExStoreObjectToNode()
Dexstoren.c224 if (WalkState->Opcode == AML_COPY_OBJECT_OP) in AcpiExResolveObject()
Dexresolv.c321 (WalkState->Opcode == AML_COPY_OBJECT_OP)) in AcpiExResolveObjectToValue()
Dexoparg1.c636 case AML_COPY_OBJECT_OP: /* CopyObject (Source, Target) */ in AcpiExOpcode_1A_1T_1R()
/acpica-latest/source/include/
Damlcode.h239 #define AML_COPY_OBJECT_OP (UINT16) 0x9d /* ACPI 2.0 */ macro
/acpica-latest/source/compiler/
Daslfold.c673 NewAmlOpcode = AML_COPY_OBJECT_OP; in TrTransformToStoreOp()
Daslmap.c293 /* COPYOBJECT */ OP_TABLE_ENTRY (AML_COPY_OBJECT_OP, 0, …