Home
last modified time | relevance | path

Searched refs:AML_RETURN_OP (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/contrib/dev/acpica/source/components/dispatcher/
H A Ddscontrol.c257 case AML_RETURN_OP: in AcpiDsExecBeginControlOp()
364 case AML_RETURN_OP: in AcpiDsExecEndControlOp()
H A Ddsutils.c364 case AML_RETURN_OP: in AcpiDsIsResultUsed()
/dragonfly/stand/contrib/edk2/MdePkg/Include/IndustryStandard/
H A DAcpiAml.h131 #define AML_RETURN_OP 0xa4 macro
/dragonfly/sys/contrib/dev/acpica/source/compiler/
H A Daslwalks.c352 case AML_RETURN_OP: in AnOperandTypecheckWalkEnd()
366 if (Op->Asl.AmlOpcode == AML_RETURN_OP) in AnOperandTypecheckWalkEnd()
H A Daslmap.c498 /* RETURN */ OP_TABLE_ENTRY (AML_RETURN_OP, 0, …
/dragonfly/sys/contrib/dev/acpica/source/components/disassembler/
H A Ddmwalk.c737 (Op->Common.AmlOpcode == AML_RETURN_OP)) in AcpiDmDescendingOp()
1273 (Op->Common.AmlOpcode == AML_RETURN_OP)) in AcpiDmAscendingOp()
H A Ddmopcode.c205 if (Op->Common.AmlOpcode == AML_RETURN_OP) in AcpiDmDisplayTargetPathname()
/dragonfly/sys/contrib/dev/acpica/source/include/
H A Damlcode.h246 #define AML_RETURN_OP (UINT16) 0xa4 macro
/dragonfly/sys/contrib/dev/acpica/source/common/
H A Dadwalk.c707 (ParentOp->Common.AmlOpcode == AML_RETURN_OP)) && in AcpiDmFindOrphanDescending()