Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/components/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.c492 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExCreateProcessor() local
510 ObjDesc->Processor.ProcId = (UINT8) Operand[1]->Integer.Value; in AcpiExCreateProcessor()
511 ObjDesc->Processor.Length = (UINT8) Operand[3]->Integer.Value; in AcpiExCreateProcessor()
516 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) Operand[0], in AcpiExCreateProcessor()
544 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExCreatePowerResource() local
567 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) Operand[0], in AcpiExCreatePowerResource()
597 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExCreateMethod() local
619 ObjDesc->Method.Node = Operand[0]; in AcpiExCreateMethod()
625 MethodFlags = (UINT8) Operand[1]->Integer.Value; in AcpiExCreateMethod()
647 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()
/f-stack/freebsd/contrib/dev/acpica/components/dispatcher/
H A Ddsopcode.c633 ACPI_OPERAND_OBJECT **Operand; in AcpiDsEvalTableRegionOperands() local
663 Operand = &WalkState->Operands[0]; in AcpiDsEvalTableRegionOperands()
679 Operand[0]->String.Pointer, in AcpiDsEvalTableRegionOperands()
680 Operand[1]->String.Pointer, in AcpiDsEvalTableRegionOperands()
681 Operand[2]->String.Pointer, &TableIndex); in AcpiDsEvalTableRegionOperands()
688 Operand[0]->String.Pointer, in AcpiDsEvalTableRegionOperands()
689 Operand[1]->String.Pointer, in AcpiDsEvalTableRegionOperands()
690 Operand[2]->String.Pointer)); in AcpiDsEvalTableRegionOperands()
720 AcpiUtRemoveReference (Operand[0]); in AcpiDsEvalTableRegionOperands()
721 AcpiUtRemoveReference (Operand[1]); in AcpiDsEvalTableRegionOperands()
[all …]
H A Ddsutils.c958 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiDsEvaluateNamePath() local
990 NewObjDesc = *Operand; in AcpiDsEvaluateNamePath()
994 Type = (*Operand)->Common.Type; in AcpiDsEvaluateNamePath()
996 Status = AcpiExResolveToValue (Operand, WalkState); in AcpiDsEvaluateNamePath()
1006 AcpiUtRemoveReference (*Operand); in AcpiDsEvaluateNamePath()
1009 *Operand, &NewObjDesc, WalkState); in AcpiDsEvaluateNamePath()
1021 NewObjDesc = *Operand; in AcpiDsEvaluateNamePath()
/f-stack/freebsd/contrib/dev/acpica/components/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()
/f-stack/freebsd/contrib/edk2/Include/Library/
H A DBaseLib.h3287 IN UINT64 Operand,
3310 IN UINT64 Operand,
3333 IN UINT64 Operand,
3357 IN UINT32 Operand,
3381 IN UINT32 Operand,
3450 IN UINT32 Operand
3471 IN UINT64 Operand
3492 IN UINT32 Operand
3513 IN UINT64 Operand
3533 IN UINT32 Operand
[all …]
/f-stack/freebsd/contrib/dev/acpica/components/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()
/f-stack/freebsd/contrib/dev/acpica/include/
H A Dacutils.h934 UINT64 Operand,
940 UINT64 Operand,
H A Dacinterp.h641 ACPI_OPERAND_OBJECT *Operand,
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt1306 0002CD70 Length 0x002C utcache-0453 [Operand] Integer RefCount 0x0001