Home
last modified time | relevance | path

Searched refs:AML_WHILE_OP (Results 1 – 14 of 14) sorted by relevance

/f-stack/freebsd/contrib/dev/acpica/components/dispatcher/
H A Ddscontrol.c195 case AML_WHILE_OP: in AcpiDsExecBeginControlOp()
321 case AML_WHILE_OP: in AcpiDsExecEndControlOp()
486 (WalkState->ControlState->Control.Opcode != AML_WHILE_OP)) in AcpiDsExecEndControlOp()
H A Ddsutils.c371 case AML_WHILE_OP: in AcpiDsIsResultUsed()
/f-stack/freebsd/contrib/dev/acpica/components/parser/
H A Dpsloop.c253 case AML_WHILE_OP: in AcpiPsGetArguments()
330 case AML_WHILE_OP: in AcpiPsGetArguments()
402 (ParserState->Scope->ParseScope.Op->Common.AmlOpcode == AML_WHILE_OP)) && in AcpiPsParseLoop()
557 (WalkState->ControlState->Control.Opcode == AML_WHILE_OP))) in AcpiPsParseLoop()
H A Dpstree.c444 case AML_WHILE_OP: in AcpiPsGetChild()
H A Dpsobject.c671 while (!(*Op) || ((*Op)->Common.AmlOpcode != AML_WHILE_OP)) in AcpiPsCompleteOp()
/f-stack/freebsd/contrib/dev/acpica/components/debugger/
H A Ddbxface.c320 (ParentOp->Common.AmlOpcode == AML_WHILE_OP)) in AcpiDbGetDisplayOp()
336 (ParentOp->Common.AmlOpcode == AML_WHILE_OP)) in AcpiDbGetDisplayOp()
483 (Op->Common.AmlOpcode == AML_WHILE_OP)) in AcpiDbSingleStep()
/f-stack/freebsd/contrib/edk2/Include/IndustryStandard/
H A DAcpiAml.h129 #define AML_WHILE_OP 0xa2 macro
/f-stack/freebsd/contrib/dev/acpica/components/disassembler/
H A Ddmwalk.c387 case AML_WHILE_OP: in AcpiDmBlockType()
475 case AML_WHILE_OP: in AcpiDmListType()
979 case AML_WHILE_OP: in AcpiDmDescendingOp()
H A Ddmopcode.c1095 case AML_WHILE_OP: in AcpiDmDisassembleOneOp()
/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Daslwalks.c337 if (Op->Asl.Parent->Asl.AmlOpcode == AML_WHILE_OP) in AnOperandTypecheckWalkEnd()
351 case AML_WHILE_OP: in AnOperandTypecheckWalkEnd()
H A Daslmap.c550 /* WHILE */ OP_TABLE_ENTRY (AML_WHILE_OP, 0, …
/f-stack/freebsd/contrib/dev/acpica/common/
H A Ddmswitch.c233 case AML_WHILE_OP: in AcpiDmProcessSwitch()
H A Dadwalk.c706 (ParentOp->Common.AmlOpcode == AML_WHILE_OP) || in AcpiDmFindOrphanDescending()
/f-stack/freebsd/contrib/dev/acpica/include/
H A Damlcode.h244 #define AML_WHILE_OP (UINT16) 0xa2 macro