Home
last modified time | relevance | path

Searched refs:AML_STORE_OP (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/common/acpica/disassembler/
H A Ddmcstyle.c378 case AML_STORE_OP: in AcpiDmCheckForSymbolicOpcode()
627 case AML_STORE_OP: in AcpiDmCheckForSymbolicOpcode()
901 case AML_STORE_OP: in AcpiDmCloseOperator()
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslmap.c520 /* STORE */ OP_TABLE_ENTRY (AML_STORE_OP, 0, …
596 /* PRINTF */ OP_TABLE_ENTRY (AML_STORE_OP, 0, …
597 /* FPRINTF */ OP_TABLE_ENTRY (AML_STORE_OP, 0, …
H A Daslprintf.c421 Op->Common.AmlOpcode = AML_STORE_OP; in OpcParsePrintf()
H A Daslfold.c683 NewAmlOpcode = AML_STORE_OP; in TrTransformToStoreOp()
H A Daslwalks.c441 case AML_STORE_OP: in AnOperandTypecheckWalkEnd()
/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DAcpiAml.h81 #define AML_STORE_OP 0x70 macro
/illumos-gate/usr/src/cmd/acpi/common/
H A Dadwalk.c642 case AML_STORE_OP: in AcpiDmFindOrphanDescending()
1232 if ((NextOp->Common.AmlOpcode == AML_STORE_OP) || in AcpiDmInspectPossibleArgs()
H A Ddmswitch.c378 if (!StoreOp || (StoreOp->Common.AmlOpcode != AML_STORE_OP)) in AcpiDmIsSwitchBlock()
/illumos-gate/usr/src/common/acpica/executer/
H A Dexstore.c574 if (WalkState->Opcode == AML_STORE_OP) in AcpiExStoreObjectToNode()
H A Dexresop.c460 if ((Opcode == AML_STORE_OP) && in AcpiExResolveOperands()
H A Dexoparg1.c588 case AML_STORE_OP: /* Store (Source, Target) */ in AcpiExOpcode_1A_1T_1R()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Damlcode.h196 #define AML_STORE_OP (UINT16) 0x70 macro
/illumos-gate/usr/src/common/acpica/dispatcher/
H A Ddswexec.c598 (WalkState->Opcode == AML_STORE_OP) && in AcpiDsExecEndOp()