Home
last modified time | relevance | path

Searched refs:AML_DEBUG_OP (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/common/acpica/executer/
H A Dexresop.c359 TargetOp = AML_DEBUG_OP; in AcpiExResolveOperands()
787 if (TargetOp == AML_DEBUG_OP) in AcpiExResolveOperands()
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslwalks.c447 if (ArgOp->Asl.Next->Asl.AmlOpcode == AML_DEBUG_OP) in AnOperandTypecheckWalkEnd()
947 if (TargetOperandOp->Asl.AmlOpcode == AML_DEBUG_OP) in AnAnalyzeStoreOperator()
H A Daslprintf.c195 DestOp->Asl.AmlOpcode = AML_DEBUG_OP; in OpcDoPrintf()
H A Daslmap.c301 /* DEBUG */ OP_TABLE_ENTRY (AML_DEBUG_OP, 0, …
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Damlcode.h285 #define AML_DEBUG_OP (UINT16) 0x5b31 macro
/illumos-gate/usr/src/common/acpica/dispatcher/
H A Ddsobject.c684 case AML_DEBUG_OP: in AcpiDsInitObjectFromOp()