| /third_party/lib/acpica/source/components/executer/ |
| A D | exoparg1.c | 249 Status = AcpiExLoadOp (Operand[0], Operand[1], WalkState); in AcpiExOpcode_1A_1T_0R() 486 Status = AcpiExStore (Operand[0], Operand[1], WalkState); in AcpiExOpcode_1A_1T_1R() 520 if (ReturnDesc == Operand[0]) in AcpiExOpcode_1A_1T_1R() 532 if (ReturnDesc == Operand[0]) in AcpiExOpcode_1A_1T_1R() 543 if (ReturnDesc == Operand[0]) in AcpiExOpcode_1A_1T_1R() 555 if (ReturnDesc == Operand[0]) in AcpiExOpcode_1A_1T_1R() 655 if (!Operand[0]->Integer.Value) in AcpiExOpcode_1A_0T_1R() 678 TempDesc = Operand[0]; in AcpiExOpcode_1A_0T_1R() 857 Operand[0] = TempDesc; in AcpiExOpcode_1A_0T_1R() 1034 Operand[0]->Reference.TargetType, Operand[0])); in AcpiExOpcode_1A_0T_1R() [all …]
|
| A D | exoparg2.c | 207 Operand[0]->Integer.Value, in AcpiExOpcode_2A_2T_1R() 208 Operand[1]->Integer.Value, in AcpiExOpcode_2A_2T_1R() 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() 384 Operand[0], Operand[1], &ReturnDesc, WalkState); in AcpiExOpcode_2A_1T_1R() 567 Operand[0]->Integer.Value, Operand[1]->Integer.Value, in AcpiExOpcode_2A_0T_1R() 584 Status = AcpiExAcquireMutex (Operand[1], Operand[0], WalkState); in AcpiExOpcode_2A_0T_1R() [all …]
|
| A D | exoparg3.c | 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() 194 (Operand[0])->Common.Type); in AcpiExOpcode_3A_1T_1R() 203 Index = Operand[1]->Integer.Value; in AcpiExOpcode_3A_1T_1R() 204 Length = (ACPI_SIZE) Operand[2]->Integer.Value; in AcpiExOpcode_3A_1T_1R() 210 if (Index >= Operand[0]->String.Length) in AcpiExOpcode_3A_1T_1R() 225 switch ((Operand[0])->Common.Type) in AcpiExOpcode_3A_1T_1R() [all …]
|
| A D | exoparg6.c | 224 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() 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() 311 if (!AcpiExDoMatch ((UINT32) Operand[3]->Integer.Value, in AcpiExOpcode_6A_0T_1R() [all …]
|
| A D | excreate.c | 409 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() 433 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) Operand[0], in AcpiExCreateProcessor() 461 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExCreatePowerResource() local 484 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) Operand[0], in AcpiExCreatePowerResource() 515 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExCreateMethod() local 537 ObjDesc->Method.Node = Operand[0]; in AcpiExCreateMethod() 543 MethodFlags = (UINT8) Operand[1]->Integer.Value; in AcpiExCreateMethod() 565 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) Operand[0], in AcpiExCreateMethod() [all …]
|
| A D | exconfig.c | 169 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExLoadTableOp() local 184 Operand[0]->String.Pointer, in AcpiExLoadTableOp() 185 Operand[1]->String.Pointer, in AcpiExLoadTableOp() 186 Operand[2]->String.Pointer, &TableIndex); in AcpiExLoadTableOp() 213 if (Operand[3]->String.Length > 0) in AcpiExLoadTableOp() 219 Status = AcpiNsGetNode (StartNode, Operand[3]->String.Pointer, in AcpiExLoadTableOp() 229 if (Operand[4]->String.Length > 0) in AcpiExLoadTableOp() 231 if ((Operand[4]->String.Pointer[0] != AML_ROOT_PREFIX) && in AcpiExLoadTableOp() 232 (Operand[4]->String.Pointer[0] != AML_PARENT_PREFIX)) in AcpiExLoadTableOp() 243 Status = AcpiNsGetNode (StartNode, Operand[4]->String.Pointer, in AcpiExLoadTableOp() [all …]
|
| A D | exresolv.c | 352 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()
|
| /third_party/lib/acpica/source/components/dispatcher/ |
| A D | dsopcode.c | 511 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 …]
|
| A D | dsutils.c | 855 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiDsEvaluateNamePath() local 887 NewObjDesc = *Operand; in AcpiDsEvaluateNamePath() 891 Type = (*Operand)->Common.Type; in AcpiDsEvaluateNamePath() 893 Status = AcpiExResolveToValue (Operand, WalkState); in AcpiDsEvaluateNamePath() 903 AcpiUtRemoveReference (*Operand); in AcpiDsEvaluateNamePath() 906 *Operand, &NewObjDesc, WalkState); in AcpiDsEvaluateNamePath() 918 NewObjDesc = *Operand; in AcpiDsEvaluateNamePath()
|
| /third_party/lib/acpica/source/components/disassembler/ |
| A D | dmcstyle.c | 73 ACPI_PARSE_OBJECT *Operand, 790 ACPI_PARSE_OBJECT *Operand, in AcpiDmIsTargetAnOperand() argument 801 if (Target->Common.AmlOpcode != Operand->Common.AmlOpcode) in AcpiDmIsTargetAnOperand() 808 if (Target->Common.Node != Operand->Common.Node) in AcpiDmIsTargetAnOperand() 815 OpInfo = AcpiPsGetOpcodeInfo (Operand->Common.AmlOpcode); in AcpiDmIsTargetAnOperand() 819 Operand->Common.Value.Arg, FALSE); in AcpiDmIsTargetAnOperand() 832 Operand->Common.Next, FALSE); in AcpiDmIsTargetAnOperand() 843 Operand->Common.DisasmFlags |= ACPI_PARSEOP_IGNORE; in AcpiDmIsTargetAnOperand()
|
| /third_party/lib/acpica/source/include/acpica/ |
| A D | acinterp.h | 502 ACPI_OPERAND_OBJECT *Operand,
|
| /third_party/lib/acpica/tests/misc/ |
| A D | grammar.asl | 980 Store ("+*+*+*+* MTHD_ERROR: Operand was clobbered!", Debug)
|