Lines Matching refs:Control
3 * Module Name: dscontrol - Support for execution control opcodes -
169 * Op - The control Op
173 * DESCRIPTION: Handles all control ops encountered during control method
198 * There is no need to allocate a new control state.
202 if (WalkState->ControlState->Control.AmlPredicateStart ==
217 * IF/WHILE: Create a new control state to manage these
231 ControlState->Control.AmlPredicateStart =
233 ControlState->Control.PackageEnd =
235 ControlState->Control.Opcode =
237 ControlState->Control.LoopTimeout = AcpiOsGetTimer () +
240 /* Push the control state on this walk's control stack */
275 * Op - The control Op
279 * DESCRIPTION: Handles all control ops encountered during control method
310 * Pop the control state that was created at the start
337 ControlState->Control.LoopTimeout))
349 ControlState->Control.AmlPredicateStart;
358 /* Pop this control state and free it */
459 /* End the control method execution right now */
483 /* Pop and delete control states until we find a while */
486 (WalkState->ControlState->Control.Opcode != AML_WHILE_OP))
499 /* Was: WalkState->AmlLastWhile = WalkState->ControlState->Control.AmlPredicateStart; */
502 WalkState->ControlState->Control.PackageEnd;
518 ACPI_ERROR ((AE_INFO, "Unknown control opcode=0x%X Op=%p",