Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/contrib/dev/acpica/components/executer/
HDexresop.c359 TargetOp = AML_DEBUG_OP; in AcpiExResolveOperands()
787 if (TargetOp == AML_DEBUG_OP) in AcpiExResolveOperands()
/freebsd-14-stable/sys/contrib/dev/acpica/compiler/
HDaslwalks.c455 if (ArgOp->Asl.Next->Asl.AmlOpcode == AML_DEBUG_OP) in AnOperandTypecheckWalkEnd()
1135 if (TargetOperandOp->Asl.AmlOpcode == AML_DEBUG_OP) in AnAnalyzeStoreOperator()
HDaslprintf.c195 DestOp->Asl.AmlOpcode = AML_DEBUG_OP; in OpcDoPrintf()
HDaslmap.c302 /* DEBUG */ OP_TABLE_ENTRY (AML_DEBUG_OP, 0, …
/freebsd-14-stable/sys/contrib/dev/acpica/include/
HDamlcode.h285 #define AML_DEBUG_OP (UINT16) 0x5b31 macro
/freebsd-14-stable/sys/contrib/dev/acpica/components/dispatcher/
HDdsobject.c673 case AML_DEBUG_OP: in AcpiDsInitObjectFromOp()