Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/acpica/executer/
H A Dexstore.c546 if (WalkState->Opcode != AML_COPY_OBJECT_OP) in AcpiExStoreObjectToNode()
632 if ((WalkState->Opcode == AML_COPY_OBJECT_OP) || in AcpiExStoreObjectToNode()
H A Dexstoren.c224 if (WalkState->Opcode == AML_COPY_OBJECT_OP) in AcpiExResolveObject()
H A Dexresolv.c321 (WalkState->Opcode == AML_COPY_OBJECT_OP)) in AcpiExResolveObjectToValue()
H A Dexoparg1.c618 case AML_COPY_OBJECT_OP: /* CopyObject (Source, Target) */ in AcpiExOpcode_1A_1T_1R()
/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DAcpiAml.h124 #define AML_COPY_OBJECT_OP 0x9d macro
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Damlcode.h239 #define AML_COPY_OBJECT_OP (UINT16) 0x9d /* ACPI 2.0 */ macro
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslfold.c673 NewAmlOpcode = AML_COPY_OBJECT_OP; in TrTransformToStoreOp()
H A Daslmap.c292 /* COPYOBJECT */ OP_TABLE_ENTRY (AML_COPY_OBJECT_OP, 0, …