Home
last modified time | relevance | path

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

/dragonfly/sys/contrib/dev/acpica/source/components/executer/
H A Dexresop.c359 TargetOp = AML_DEBUG_OP; in AcpiExResolveOperands()
787 if (TargetOp == AML_DEBUG_OP) in AcpiExResolveOperands()
/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Daslwalks.c455 if (ArgOp->Asl.Next->Asl.AmlOpcode == AML_DEBUG_OP) in AnOperandTypecheckWalkEnd()
1135 if (TargetOperandOp->Asl.AmlOpcode == AML_DEBUG_OP) in AnAnalyzeStoreOperator()
H A Daslprintf.c195 DestOp->Asl.AmlOpcode = AML_DEBUG_OP; in OpcDoPrintf()
H A Daslmap.c302 /* DEBUG */ OP_TABLE_ENTRY (AML_DEBUG_OP, 0, …
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Damlcode.h285 #define AML_DEBUG_OP (UINT16) 0x5b31 macro
/dragonfly/sys/contrib/dev/acpica/source/components/dispatcher/
H A Ddsobject.c673 case AML_DEBUG_OP: in AcpiDsInitObjectFromOp()