Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/acpica/executer/
H A Dexoparg1.c357 Status = AcpiExLoadOp (Operand[0], Operand[1], WalkState); in AcpiExOpcode_1A_1T_0R()
594 Status = AcpiExStore (Operand[0], Operand[1], WalkState); in AcpiExOpcode_1A_1T_1R()
628 if (ReturnDesc == Operand[0]) in AcpiExOpcode_1A_1T_1R()
640 if (ReturnDesc == Operand[0]) in AcpiExOpcode_1A_1T_1R()
651 if (ReturnDesc == Operand[0]) in AcpiExOpcode_1A_1T_1R()
664 if (ReturnDesc == Operand[0]) in AcpiExOpcode_1A_1T_1R()
764 if (!Operand[0]->Integer.Value) in AcpiExOpcode_1A_0T_1R()
787 TempDesc = Operand[0]; in AcpiExOpcode_1A_0T_1R()
967 Operand[0] = TempDesc; in AcpiExOpcode_1A_0T_1R()
1160 Operand[0]->Reference.TargetType, Operand[0])); in AcpiExOpcode_1A_0T_1R()
[all …]
H A Dexoparg2.c315 Operand[0]->Integer.Value, in AcpiExOpcode_2A_2T_1R()
316 Operand[1]->Integer.Value, in AcpiExOpcode_2A_2T_1R()
416 Operand[0]->Integer.Value, in AcpiExOpcode_2A_1T_1R()
417 Operand[1]->Integer.Value); in AcpiExOpcode_2A_1T_1R()
435 Operand[0]->Integer.Value, in AcpiExOpcode_2A_1T_1R()
436 Operand[1]->Integer.Value, in AcpiExOpcode_2A_1T_1R()
444 Operand[0], Operand[1], &ReturnDesc, WalkState); in AcpiExOpcode_2A_1T_1R()
492 Operand[0], Operand[1], &ReturnDesc, WalkState); in AcpiExOpcode_2A_1T_1R()
677 Operand[0]->Integer.Value, Operand[1]->Integer.Value, in AcpiExOpcode_2A_0T_1R()
694 Status = AcpiExAcquireMutex (Operand[1], Operand[0], WalkState); in AcpiExOpcode_2A_0T_1R()
[all …]
H A Dexoparg3.c219 (UINT32) Operand[0]->Integer.Value, in AcpiExOpcode_3A_0T_0R()
220 (UINT32) Operand[1]->Integer.Value, in AcpiExOpcode_3A_0T_0R()
221 (UINT32) Operand[2]->Integer.Value)); in AcpiExOpcode_3A_0T_0R()
226 Fatal->Type = (UINT32) Operand[0]->Integer.Value; in AcpiExOpcode_3A_0T_0R()
227 Fatal->Code = (UINT32) Operand[1]->Integer.Value; in AcpiExOpcode_3A_0T_0R()
305 (Operand[0])->Common.Type); in AcpiExOpcode_3A_1T_1R()
314 Index = Operand[1]->Integer.Value; in AcpiExOpcode_3A_1T_1R()
315 Length = (ACPI_SIZE) Operand[2]->Integer.Value; in AcpiExOpcode_3A_1T_1R()
321 if (Index >= Operand[0]->String.Length) in AcpiExOpcode_3A_1T_1R()
336 switch ((Operand[0])->Common.Type) in AcpiExOpcode_3A_1T_1R()
[all …]
H A Dexoparg6.c333 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExOpcode_6A_0T_1R() local
354 if ((Operand[1]->Integer.Value > MAX_MATCH_OPERATOR) || in AcpiExOpcode_6A_0T_1R()
355 (Operand[3]->Integer.Value > MAX_MATCH_OPERATOR)) in AcpiExOpcode_6A_0T_1R()
364 Index = Operand[5]->Integer.Value; in AcpiExOpcode_6A_0T_1R()
365 if (Index >= Operand[0]->Package.Count) in AcpiExOpcode_6A_0T_1R()
396 for ( ; Index < Operand[0]->Package.Count; Index++) in AcpiExOpcode_6A_0T_1R()
400 ThisElement = Operand[0]->Package.Elements[Index]; in AcpiExOpcode_6A_0T_1R()
414 if (!AcpiExDoMatch ((UINT32) Operand[1]->Integer.Value, in AcpiExOpcode_6A_0T_1R()
415 ThisElement, Operand[2])) in AcpiExOpcode_6A_0T_1R()
420 if (!AcpiExDoMatch ((UINT32) Operand[3]->Integer.Value, in AcpiExOpcode_6A_0T_1R()
[all …]
H A Dexcreate.c493 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExCreateProcessor() local
511 ObjDesc->Processor.ProcId = (UINT8) Operand[1]->Integer.Value; in AcpiExCreateProcessor()
512 ObjDesc->Processor.Length = (UINT8) Operand[3]->Integer.Value; in AcpiExCreateProcessor()
517 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) Operand[0], in AcpiExCreateProcessor()
545 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExCreatePowerResource() local
568 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) Operand[0], in AcpiExCreatePowerResource()
599 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExCreateMethod() local
621 ObjDesc->Method.Node = Operand[0]; in AcpiExCreateMethod()
627 MethodFlags = (UINT8) Operand[1]->Integer.Value; in AcpiExCreateMethod()
649 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) Operand[0], in AcpiExCreateMethod()
[all …]
H A Dexconfig.c243 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExLoadTableOp() local
258 Operand[0]->String.Pointer, in AcpiExLoadTableOp()
259 Operand[1]->String.Pointer, in AcpiExLoadTableOp()
260 Operand[2]->String.Pointer, &TableIndex); in AcpiExLoadTableOp()
288 if (Operand[3]->String.Length > 0) in AcpiExLoadTableOp()
295 Operand[3]->String.Pointer, ACPI_NS_SEARCH_PARENT, in AcpiExLoadTableOp()
305 if (Operand[4]->String.Length > 0) in AcpiExLoadTableOp()
307 if ((Operand[4]->String.Pointer[0] != AML_ROOT_PREFIX) && in AcpiExLoadTableOp()
308 (Operand[4]->String.Pointer[0] != AML_PARENT_PREFIX)) in AcpiExLoadTableOp()
320 Operand[4]->String.Pointer, ACPI_NS_SEARCH_PARENT, in AcpiExLoadTableOp()
[all …]
H A Dexresolv.c460 ACPI_OPERAND_OBJECT *Operand, in AcpiExResolveMultiple() argument
464 ACPI_OPERAND_OBJECT *ObjDesc = ACPI_CAST_PTR (void, Operand); in AcpiExResolveMultiple()
465 ACPI_NAMESPACE_NODE *Node = ACPI_CAST_PTR (ACPI_NAMESPACE_NODE, Operand); in AcpiExResolveMultiple()
577 if (ObjDesc == Operand) in AcpiExResolveMultiple()
/illumos-gate/usr/src/common/acpica/dispatcher/
H A Ddsopcode.c618 ACPI_OPERAND_OBJECT **Operand; in AcpiDsEvalTableRegionOperands() local
648 Operand = &WalkState->Operands[0]; in AcpiDsEvalTableRegionOperands()
664 Operand[0]->String.Pointer, in AcpiDsEvalTableRegionOperands()
665 Operand[1]->String.Pointer, in AcpiDsEvalTableRegionOperands()
666 Operand[2]->String.Pointer, &TableIndex); in AcpiDsEvalTableRegionOperands()
673 Operand[0]->String.Pointer, in AcpiDsEvalTableRegionOperands()
674 Operand[1]->String.Pointer, in AcpiDsEvalTableRegionOperands()
675 Operand[2]->String.Pointer)); in AcpiDsEvalTableRegionOperands()
705 AcpiUtRemoveReference (Operand[0]); in AcpiDsEvalTableRegionOperands()
706 AcpiUtRemoveReference (Operand[1]); in AcpiDsEvalTableRegionOperands()
[all …]
H A Ddsutils.c964 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiDsEvaluateNamePath() local
996 NewObjDesc = *Operand; in AcpiDsEvaluateNamePath()
1000 Type = (*Operand)->Common.Type; in AcpiDsEvaluateNamePath()
1002 Status = AcpiExResolveToValue (Operand, WalkState); in AcpiDsEvaluateNamePath()
1012 AcpiUtRemoveReference (*Operand); in AcpiDsEvaluateNamePath()
1015 *Operand, &NewObjDesc, WalkState); in AcpiDsEvaluateNamePath()
1027 NewObjDesc = *Operand; in AcpiDsEvaluateNamePath()
/illumos-gate/usr/src/common/acpica/utilities/
H A Dutmath.c248 UINT64 Operand, in AcpiUtShortShiftLeft() argument
258 OperandOvl.Full = Operand; in AcpiUtShortShiftLeft()
293 UINT64 Operand, in AcpiUtShortShiftRight() argument
303 OperandOvl.Full = Operand; in AcpiUtShortShiftRight()
367 UINT64 Operand, in AcpiUtShortShiftLeft() argument
379 *OutResult = Operand << Count; in AcpiUtShortShiftLeft()
397 UINT64 Operand, in AcpiUtShortShiftRight() argument
409 *OutResult = Operand >> Count; in AcpiUtShortShiftRight()
/illumos-gate/usr/src/common/acpica/disassembler/
H A Ddmcstyle.c182 ACPI_PARSE_OBJECT *Operand,
1085 ACPI_PARSE_OBJECT *Operand, in AcpiDmIsTargetAnOperand() argument
1096 if (Target->Common.AmlOpcode != Operand->Common.AmlOpcode) in AcpiDmIsTargetAnOperand()
1103 if (Target->Common.Node != Operand->Common.Node) in AcpiDmIsTargetAnOperand()
1110 OpInfo = AcpiPsGetOpcodeInfo (Operand->Common.AmlOpcode); in AcpiDmIsTargetAnOperand()
1114 Operand->Common.Value.Arg, FALSE); in AcpiDmIsTargetAnOperand()
1127 Operand->Common.Next, FALSE); in AcpiDmIsTargetAnOperand()
1138 Operand->Common.DisasmFlags |= ACPI_PARSEOP_IGNORE; in AcpiDmIsTargetAnOperand()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacutils.h929 UINT64 Operand,
935 UINT64 Operand,
H A Dacinterp.h610 ACPI_OPERAND_OBJECT *Operand,
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacefiex.h1143 UINT64 Operand,
1148 UINT64 Operand,