| /third_party/lib/acpica/source/compiler/ |
| A D | dtfield.c | 56 DT_FIELD *Field, 62 DT_FIELD *Field, 68 DT_FIELD *Field, 95 DT_FIELD *Field, in DtCompileOneField() argument 127 DtCompileBuffer (Buffer, Field->Value, Field, ByteLength); in DtCompileOneField() 164 DT_FIELD *Field, in DtCompileString() argument 170 Length = strlen (Field->Value); in DtCompileString() 205 DT_FIELD *Field, in DtCompileUnicode() argument 214 AsciiString = Field->Value; in DtCompileUnicode() 244 DT_FIELD *Field, in DtCompileUuid() argument [all …]
|
| A D | dtio.c | 223 Prev->Next = Field; in DtLinkField() 373 Field->Name = Name; in DtParseLine() 374 Field->Value = Value; in DtParseLine() 375 Field->Line = Line; in DtParseLine() 381 DtLinkField (Field); in DtParseLine() 953 while (Field) in DtDumpFieldList() 957 Field->Line, Field->ByteOffset, Field->NameColumn, in DtDumpFieldList() 958 Field->Column, Field->TableOffset, Field->Flags, in DtDumpFieldList() 959 Field->Name, Field->Value); in DtDumpFieldList() 961 Field = Field->Next; in DtDumpFieldList() [all …]
|
| A D | dtexpress.c | 56 DT_FIELD *Field); 83 DT_FIELD *Field, in DtResolveIntegerExpression() argument 90 Field->Value); in DtResolveIntegerExpression() 92 Gbl_CurrentField = Field; in DtResolveIntegerExpression() 94 Result = DtEvaluateExpression (Field->Value); in DtResolveIntegerExpression() 374 DT_FIELD *Field) in DtInsertLabelField() argument 379 Field->Value, Field->TableOffset); in DtInsertLabelField() 381 Field->NextLabel = Gbl_LabelList; in DtInsertLabelField() 382 Gbl_LabelList = Field; in DtInsertLabelField()
|
| A D | dtsubtable.c | 288 DT_FIELD *Field, in DtGetSubtableLength() argument 305 if (!Field) in DtGetSubtableLength() 310 ByteLength += DtGetFieldLength (Field, Info); in DtGetSubtableLength() 337 if (!Field) in DtGetSubtableLength() 342 Field = Field->Next; in DtGetSubtableLength() 349 if (!Field) in DtGetSubtableLength()
|
| A D | dtcompile.c | 63 DT_FIELD **Field); 433 DT_FIELD **Field, in DtCompileTable() argument 451 if (!Field || !*Field) in DtCompileTable() 459 strcmp ((*Field)->Name, Info->Name)) in DtCompileTable() 465 Length = DtGetSubtableLength (*Field, Info); in DtCompileTable() 483 LocalField = *Field; in DtCompileTable() 523 *Field = LocalField; in DtCompileTable() 551 *Field = LocalField; in DtCompileTable() 559 *Field = LocalField; in DtCompileTable() 597 LocalField = *Field; in DtCompileTable() [all …]
|
| A D | dtcompiler.h | 169 DT_FIELD **Field, 212 DT_FIELD *Field); 217 DT_FIELD *Field, 235 DT_FIELD *Field, 273 DT_FIELD *Field, 296 DT_FIELD *Field, 304 DT_FIELD *Field, 312 DT_FIELD *Field, 318 DT_FIELD *Field, 383 DT_FIELD *Field); [all …]
|
| A D | dtutils.c | 299 DT_FIELD *Field) in DtGetFieldValue() argument 301 if (!Field) in DtGetFieldValue() 306 return (Field->Value); in DtGetFieldValue() 470 DT_FIELD *Field, in DtGetFieldLength() argument 568 Value = DtGetFieldValue (Field); in DtGetFieldLength() 600 Value = DtGetFieldValue (Field); in DtGetFieldLength() 632 Value = DtGetFieldValue (Field); in DtGetFieldLength() 641 DtFatal (ASL_MSG_COMPILER_INTERNAL, Field, "Invalid table opcode"); in DtGetFieldLength()
|
| /third_party/lib/acpica/source/components/executer/ |
| A D | exfield.c | 193 if (ObjDesc->Field.RegionObj->Region.SpaceId == in AcpiExReadDataFromField() 199 else if (ObjDesc->Field.RegionObj->Region.SpaceId == in AcpiExReadDataFromField() 202 AccessorType = ObjDesc->Field.Attribute; in AcpiExReadDataFromField() 204 AccessorType, ObjDesc->Field.AccessLength); in AcpiExReadDataFromField() 252 ObjDesc->Field.BitLength); in AcpiExReadDataFromField() 290 ObjDesc->Field.PinNumberIndex, ObjDesc->Field.BitLength)); in AcpiExReadDataFromField() 427 if (ObjDesc->Field.RegionObj->Region.SpaceId == in AcpiExWriteDataToField() 433 else if (ObjDesc->Field.RegionObj->Region.SpaceId == in AcpiExWriteDataToField() 436 AccessorType = ObjDesc->Field.Attribute; in AcpiExWriteDataToField() 438 AccessorType, ObjDesc->Field.AccessLength); in AcpiExWriteDataToField() [all …]
|
| A D | exprep.c | 501 ObjDesc->Field.AccessLength = Info->AccessLength; in AcpiExPrepFieldValue() 516 ObjDesc->Field.ResourceBuffer = in AcpiExPrepFieldValue() 518 ObjDesc->Field.ResourceLength = in AcpiExPrepFieldValue() 527 ObjDesc->Field.PinNumberIndex = Info->PinNumberIndex; in AcpiExPrepFieldValue() 548 AcpiUtAddReference (ObjDesc->Field.RegionObj); in AcpiExPrepFieldValue() 552 ObjDesc->Field.StartFieldBitOffset, in AcpiExPrepFieldValue() 553 ObjDesc->Field.BaseByteOffset, in AcpiExPrepFieldValue() 554 ObjDesc->Field.AccessByteWidth, in AcpiExPrepFieldValue() 555 ObjDesc->Field.RegionObj)); in AcpiExPrepFieldValue() 575 ObjDesc->Field.AccessByteWidth, in AcpiExPrepFieldValue() [all …]
|
| A D | exdump.c | 218 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Field.AccessLength), "AccessLength"}, 219 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Field.RegionObj), "Region Object"}, 220 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Field.ResourceBuffer), "ResourceBuffer"} 822 ObjDesc->Field.BitLength, in AcpiExDumpOperand() 823 ObjDesc->Field.AccessByteWidth, in AcpiExDumpOperand() 824 ObjDesc->Field.FieldFlags & AML_FIELD_LOCK_RULE_MASK, in AcpiExDumpOperand() 825 ObjDesc->Field.FieldFlags & AML_FIELD_UPDATE_RULE_MASK, in AcpiExDumpOperand() 826 ObjDesc->Field.BaseByteOffset, in AcpiExDumpOperand() 827 ObjDesc->Field.StartFieldBitOffset); in AcpiExDumpOperand() 829 AcpiExDumpOperand (ObjDesc->Field.RegionObj, Depth + 1); in AcpiExDumpOperand()
|
| /third_party/lib/acpica/source/components/parser/ |
| A D | psargs.c | 528 ACPI_PARSE_OBJECT *Field; in AcpiPsGetNextField() local 581 Field = AcpiPsAllocOp (Opcode, Aml); in AcpiPsGetNextField() 582 if (!Field) in AcpiPsGetNextField() 596 AcpiPsSetName (Field, Name); in AcpiPsGetNextField() 716 AcpiPsFreeOp (Field); in AcpiPsGetNextField() 727 AcpiPsAppendArg (Field, Arg); in AcpiPsGetNextField() 737 return_PTR (Field); in AcpiPsGetNextField() 766 ACPI_PARSE_OBJECT *Field; in AcpiPsGetNextArg() local 810 if (!Field) in AcpiPsGetNextArg() 821 Arg = Field; in AcpiPsGetNextArg() [all …]
|
| /third_party/lib/acpica/source/components/events/ |
| A D | evregion.c | 276 Context->Connection = FieldObj->Field.ResourceBuffer; in AcpiEvAddressSpaceDispatch() 277 Context->Length = FieldObj->Field.ResourceLength; in AcpiEvAddressSpaceDispatch() 278 Context->AccessLength = FieldObj->Field.AccessLength; in AcpiEvAddressSpaceDispatch() 286 Context->Connection = FieldObj->Field.ResourceBuffer; in AcpiEvAddressSpaceDispatch() 287 Context->Length = FieldObj->Field.ResourceLength; in AcpiEvAddressSpaceDispatch() 288 Context->AccessLength = FieldObj->Field.AccessLength; in AcpiEvAddressSpaceDispatch() 289 Address = FieldObj->Field.PinNumberIndex; in AcpiEvAddressSpaceDispatch() 290 BitWidth = FieldObj->Field.BitLength; in AcpiEvAddressSpaceDispatch()
|
| /third_party/lib/acpica/source/include/acpica/ |
| A D | acmacros.h | 315 #define ACPI_EXTRACT_1BIT_FLAG(Field, Position) (ACPI_GET_1BIT_FLAG ((Field) >> Position)) argument 316 #define ACPI_EXTRACT_2BIT_FLAG(Field, Position) (ACPI_GET_2BIT_FLAG ((Field) >> Position)) argument 317 #define ACPI_EXTRACT_3BIT_FLAG(Field, Position) (ACPI_GET_3BIT_FLAG ((Field) >> Position)) argument 318 #define ACPI_EXTRACT_4BIT_FLAG(Field, Position) (ACPI_GET_4BIT_FLAG ((Field) >> Position)) argument
|
| A D | acobject.h | 526 ACPI_OBJECT_REGION_FIELD Field; member
|
| /third_party/lib/acpica/source/components/resources/ |
| A D | rsxface.c | 56 #define ACPI_COPY_FIELD(Out, In, Field) ((Out)->Field = (In)->Field) argument
|
| /third_party/lib/acpica/tests/misc/ |
| A D | badcode.asl | 43 // Field access beyond region bounds 46 Field (OPR1, DWordAcc, NoLock, Preserve) 55 Field (OPR2, DWordAcc, NoLock, Preserve) 60 Field (OPR3, WordAcc, NoLock, Preserve)
|
| A D | grammar.asl | 1314 * Field Creation 1406 /* Field execution */ 3124 }// Field(RAM) 3428 } // Field(RAM) 3521 } // Field(RAM) 3619 }// Field(RAM) 3965 } // Field(RAM) 4128 } // Field(RAM) 4262 }// Field(RAM) 4498 }// Field(RAM) [all …]
|
| /third_party/lib/acpica/source/tools/acpihelp/ |
| A D | ahdecode.c | 100 const char *Field); 784 const char *Field) in AhPrintOneField() argument 793 This = Field; in AhPrintOneField()
|
| /third_party/lib/acpica/source/components/debugger/ |
| A D | dbtest.c | 399 RegionObj = ObjDesc->Field.RegionObj; in AcpiDbTestOneObject() 452 RegionObj = ObjDesc->Field.RegionObj; in AcpiDbTestOneObject()
|
| /third_party/lib/acpica/source/components/utilities/ |
| A D | utdelete.c | 636 NextObject = Object->Field.RegionObj; in AcpiUtUpdateObjectReference()
|
| /third_party/lib/acpica/source/tools/examples/ |
| A D | extables.c | 478 Field (GNVS, AnyAcc, NoLock, Preserve) in Field() function
|
| /third_party/lib/acpica/source/components/namespace/ |
| A D | nsdump.c | 632 ObjDesc = (void *) ObjDesc->Field.RegionObj; in AcpiNsDumpOneObject()
|
| /third_party/lib/acpica/ |
| A D | changes.txt | 77 Field (OPR1, AnyAcc, NoLock, Preserve) 8735 the parent Index Field. (Fiodor Suietov) 12379 Fixed a problem with all Field objects where a write could go 14020 defined with no named Field Units underneath it (used by some 14938 Fixed a problem where a Field starting bit offset (within the 14978 ACPI 2.0 Support: Implemented ACPI 2.0 64-bit Field access 15007 Fields: Fixed a problem with Field/OpRegion access where the 15013 FieldUnits (individual Field names within a Field definition) were 15016 Fields: Fixed a problem where forward references from a Field 15073 Fixed a problem with Field support in the interpreter where [all …]
|