Home
last modified time | relevance | path

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

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