Home
last modified time | relevance | path

Searched refs:Operand (Results 1 – 11 of 11) sorted by relevance

/titanic_44/usr/src/uts/intel/io/acpica/executer/
H A Dexoparg1.c164 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_1A_0T_0R() local
178 Status = AcpiExReleaseMutex (Operand[0], WalkState); in AcpiExOpcode_1A_0T_0R()
183 Status = AcpiExSystemResetEvent (Operand[0]); in AcpiExOpcode_1A_0T_0R()
188 Status = AcpiExSystemSignalEvent (Operand[0]); in AcpiExOpcode_1A_0T_0R()
193 Status = AcpiExSystemDoSleep (Operand[0]->Integer.Value); in AcpiExOpcode_1A_0T_0R()
198 Status = AcpiExSystemDoStall ((UINT32) Operand[0]->Integer.Value); in AcpiExOpcode_1A_0T_0R()
203 Status = AcpiExUnloadTable (Operand[0]); in AcpiExOpcode_1A_0T_0R()
236 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_1A_1T_0R() local
249 Status = AcpiExLoadOp (Operand[0], Operand[1], WalkState); in AcpiExOpcode_1A_1T_0R()
285 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_1A_1T_1R() local
[all …]
H A Dexoparg2.c98 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()
[all …]
H A Dexoparg3.c94 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_3A_0T_0R() local
110 (UINT32) Operand[0]->Integer.Value, in AcpiExOpcode_3A_0T_0R()
111 (UINT32) Operand[1]->Integer.Value, in AcpiExOpcode_3A_0T_0R()
112 (UINT32) Operand[2]->Integer.Value)); in AcpiExOpcode_3A_0T_0R()
117 Fatal->Type = (UINT32) Operand[0]->Integer.Value; in AcpiExOpcode_3A_0T_0R()
118 Fatal->Code = (UINT32) Operand[1]->Integer.Value; in AcpiExOpcode_3A_0T_0R()
119 Fatal->Argument = (UINT32) Operand[2]->Integer.Value; in AcpiExOpcode_3A_0T_0R()
176 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_3A_1T_1R() local
196 (Operand[0])->Common.Type); in AcpiExOpcode_3A_1T_1R()
205 Index = Operand[1]->Integer.Value; in AcpiExOpcode_3A_1T_1R()
[all …]
H A Dexoparg6.c224 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_6A_0T_1R() local
245 if ((Operand[1]->Integer.Value > MAX_MATCH_OPERATOR) || in AcpiExOpcode_6A_0T_1R()
246 (Operand[3]->Integer.Value > MAX_MATCH_OPERATOR)) in AcpiExOpcode_6A_0T_1R()
255 Index = Operand[5]->Integer.Value; in AcpiExOpcode_6A_0T_1R()
256 if (Index >= Operand[0]->Package.Count) in AcpiExOpcode_6A_0T_1R()
260 ACPI_FORMAT_UINT64 (Index), Operand[0]->Package.Count)); in AcpiExOpcode_6A_0T_1R()
287 for ( ; Index < Operand[0]->Package.Count; Index++) in AcpiExOpcode_6A_0T_1R()
291 ThisElement = Operand[0]->Package.Elements[Index]; in AcpiExOpcode_6A_0T_1R()
305 if (!AcpiExDoMatch ((UINT32) Operand[1]->Integer.Value, in AcpiExOpcode_6A_0T_1R()
306 ThisElement, Operand[2])) in AcpiExOpcode_6A_0T_1R()
[all …]
H A Dexcreate.c409 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExCreateProcessor() local
427 ObjDesc->Processor.ProcId = (UINT8) Operand[1]->Integer.Value; in AcpiExCreateProcessor()
428 ObjDesc->Processor.Length = (UINT8) Operand[3]->Integer.Value; in AcpiExCreateProcessor()
429 ObjDesc->Processor.Address = (ACPI_IO_ADDRESS) Operand[2]->Integer.Value; in AcpiExCreateProcessor()
433 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) Operand[0], in AcpiExCreateProcessor()
461 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExCreatePowerResource() local
479 ObjDesc->PowerResource.SystemLevel = (UINT8) Operand[1]->Integer.Value; in AcpiExCreatePowerResource()
480 ObjDesc->PowerResource.ResourceOrder = (UINT16) Operand[2]->Integer.Value; in AcpiExCreatePowerResource()
484 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) Operand[0], in AcpiExCreatePowerResource()
515 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExCreateMethod() local
[all …]
H A Dexconfig.c172 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExLoadTableOp() local
187 Operand[0]->String.Pointer, in AcpiExLoadTableOp()
188 Operand[1]->String.Pointer, in AcpiExLoadTableOp()
189 Operand[2]->String.Pointer, &TableIndex); in AcpiExLoadTableOp()
216 if (Operand[3]->String.Length > 0) in AcpiExLoadTableOp()
222 Status = AcpiNsGetNode (StartNode, Operand[3]->String.Pointer, in AcpiExLoadTableOp()
232 if (Operand[4]->String.Length > 0) in AcpiExLoadTableOp()
234 if ((Operand[4]->String.Pointer[0] != AML_ROOT_PREFIX) && in AcpiExLoadTableOp()
235 (Operand[4]->String.Pointer[0] != AML_PARENT_PREFIX)) in AcpiExLoadTableOp()
246 Status = AcpiNsGetNode (StartNode, Operand[4]->String.Pointer, in AcpiExLoadTableOp()
[all …]
H A Dexresolv.c352 ACPI_OPERAND_OBJECT *Operand, in AcpiExResolveMultiple() argument
356 ACPI_OPERAND_OBJECT *ObjDesc = ACPI_CAST_PTR (void, Operand); in AcpiExResolveMultiple()
357 ACPI_NAMESPACE_NODE *Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Operand); in AcpiExResolveMultiple()
455 if (ObjDesc == Operand) in AcpiExResolveMultiple()
/titanic_44/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddsopcode.c511 ACPI_OPERAND_OBJECT **Operand; in AcpiDsEvalTableRegionOperands() local
541 Operand = &WalkState->Operands[0]; in AcpiDsEvalTableRegionOperands()
557 Operand[0]->String.Pointer, in AcpiDsEvalTableRegionOperands()
558 Operand[1]->String.Pointer, in AcpiDsEvalTableRegionOperands()
559 Operand[2]->String.Pointer, &TableIndex); in AcpiDsEvalTableRegionOperands()
566 Operand[0]->String.Pointer, in AcpiDsEvalTableRegionOperands()
567 Operand[1]->String.Pointer, in AcpiDsEvalTableRegionOperands()
568 Operand[2]->String.Pointer)); in AcpiDsEvalTableRegionOperands()
598 AcpiUtRemoveReference (Operand[0]); in AcpiDsEvalTableRegionOperands()
599 AcpiUtRemoveReference (Operand[1]); in AcpiDsEvalTableRegionOperands()
[all …]
H A Ddsutils.c863 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiDsEvaluateNamePath() local
895 NewObjDesc = *Operand; in AcpiDsEvaluateNamePath()
899 Type = (*Operand)->Common.Type; in AcpiDsEvaluateNamePath()
901 Status = AcpiExResolveToValue (Operand, WalkState); in AcpiDsEvaluateNamePath()
911 AcpiUtRemoveReference (*Operand); in AcpiDsEvaluateNamePath()
914 *Operand, &NewObjDesc, WalkState); in AcpiDsEvaluateNamePath()
926 NewObjDesc = *Operand; in AcpiDsEvaluateNamePath()
/titanic_44/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmcstyle.c73 ACPI_PARSE_OBJECT *Operand,
821 ACPI_PARSE_OBJECT *Operand, in AcpiDmIsTargetAnOperand() argument
832 if (Target->Common.AmlOpcode != Operand->Common.AmlOpcode) in AcpiDmIsTargetAnOperand()
839 if (Target->Common.Node != Operand->Common.Node) in AcpiDmIsTargetAnOperand()
846 OpInfo = AcpiPsGetOpcodeInfo (Operand->Common.AmlOpcode); in AcpiDmIsTargetAnOperand()
850 Operand->Common.Value.Arg, FALSE); in AcpiDmIsTargetAnOperand()
863 Operand->Common.Next, FALSE); in AcpiDmIsTargetAnOperand()
874 Operand->Common.DisasmFlags |= ACPI_PARSEOP_IGNORE; in AcpiDmIsTargetAnOperand()
/titanic_44/usr/src/uts/intel/sys/acpi/
H A Dacinterp.h502 ACPI_OPERAND_OBJECT *Operand,