Lines Matching refs:Operand
98 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_2A_0T_0R() local
116 Node = (ACPI_NAMESPACE_NODE *) Operand[0]; in AcpiExOpcode_2A_0T_0R()
120 Value = (UINT32) Operand[1]->Integer.Value; in AcpiExOpcode_2A_0T_0R()
172 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_2A_2T_1R() local
207 Operand[0]->Integer.Value, in AcpiExOpcode_2A_2T_1R()
208 Operand[1]->Integer.Value, in AcpiExOpcode_2A_2T_1R()
228 Status = AcpiExStore (ReturnDesc2, Operand[2], WalkState); in AcpiExOpcode_2A_2T_1R()
234 Status = AcpiExStore (ReturnDesc1, Operand[3], WalkState); in AcpiExOpcode_2A_2T_1R()
282 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_2A_1T_1R() local
308 Operand[0]->Integer.Value, in AcpiExOpcode_2A_1T_1R()
309 Operand[1]->Integer.Value); in AcpiExOpcode_2A_1T_1R()
327 Operand[0]->Integer.Value, in AcpiExOpcode_2A_1T_1R()
328 Operand[1]->Integer.Value, in AcpiExOpcode_2A_1T_1R()
336 Operand[0], Operand[1], &ReturnDesc, WalkState); in AcpiExOpcode_2A_1T_1R()
355 while ((Length < Operand[0]->Buffer.Length) && in AcpiExOpcode_2A_1T_1R()
356 (Length < Operand[1]->Integer.Value) && in AcpiExOpcode_2A_1T_1R()
357 (Operand[0]->Buffer.Pointer[Length])) in AcpiExOpcode_2A_1T_1R()
376 Operand[0]->Buffer.Pointer, Length); in AcpiExOpcode_2A_1T_1R()
384 Operand[0], Operand[1], &ReturnDesc, WalkState); in AcpiExOpcode_2A_1T_1R()
400 Index = Operand[1]->Integer.Value; in AcpiExOpcode_2A_1T_1R()
408 switch ((Operand[0])->Common.Type) in AcpiExOpcode_2A_1T_1R()
412 if (Index >= Operand[0]->String.Length) in AcpiExOpcode_2A_1T_1R()
414 Length = Operand[0]->String.Length; in AcpiExOpcode_2A_1T_1R()
420 &(Operand[0]->Buffer.Pointer [Index]); in AcpiExOpcode_2A_1T_1R()
425 if (Index >= Operand[0]->Buffer.Length) in AcpiExOpcode_2A_1T_1R()
427 Length = Operand[0]->Buffer.Length; in AcpiExOpcode_2A_1T_1R()
433 &(Operand[0]->Buffer.Pointer [Index]); in AcpiExOpcode_2A_1T_1R()
438 if (Index >= Operand[0]->Package.Count) in AcpiExOpcode_2A_1T_1R()
440 Length = Operand[0]->Package.Count; in AcpiExOpcode_2A_1T_1R()
446 &Operand[0]->Package.Elements [Index]; in AcpiExOpcode_2A_1T_1R()
469 ReturnDesc->Reference.Object = Operand[0]; in AcpiExOpcode_2A_1T_1R()
470 AcpiUtAddReference (Operand[0]); in AcpiExOpcode_2A_1T_1R()
474 Status = AcpiExStore (ReturnDesc, Operand[2], WalkState); in AcpiExOpcode_2A_1T_1R()
498 Status = AcpiExStore (ReturnDesc, Operand[2], WalkState); in AcpiExOpcode_2A_1T_1R()
541 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_2A_0T_1R() local
567 Operand[0]->Integer.Value, Operand[1]->Integer.Value, in AcpiExOpcode_2A_0T_1R()
575 Status = AcpiExDoLogicalOp (WalkState->Opcode, Operand[0], in AcpiExOpcode_2A_0T_1R()
576 Operand[1], &LogicalResult); in AcpiExOpcode_2A_0T_1R()
584 Status = AcpiExAcquireMutex (Operand[1], Operand[0], WalkState); in AcpiExOpcode_2A_0T_1R()
595 Status = AcpiExSystemWaitEvent (Operand[1], Operand[0]); in AcpiExOpcode_2A_0T_1R()