Home
last modified time | relevance | path

Searched refs:Field (Results 1 – 25 of 168) sorted by relevance

1234567

/acpica-latest/tests/aslts/src/runtime/collections/functional/region/
Dregionfield.asl29 * Region Field objects definition and processing
34 * for Field objects definition,
49 * - exact use of given Access Type alignment on Access to Field data,
107 /* Dynamic Field test Control parameters Package */
110 /* - <Refof to Field>, */
597 Field (SMBD, BufferAcc, NoLock, Preserve)
671 Field (SMBD, BufferAcc, NoLock, Preserve)
751 Field (SMBD, BufferAcc, NoLock, Preserve)
832 Field (SMBD, BufferAcc, NoLock, Preserve)
913 Field (SMBD, BufferAcc, NoLock, Preserve)
[all …]
Dopregions.asl714 /* Create Region Field about Region Length in length */
729 Field (OPRM, ByteAcc, NoLock, Preserve)
850 Field (OPRM, ByteAcc, NoLock, Preserve)
858 Field (OPRN, ByteAcc, NoLock, Preserve)
914 Field (OPR0, ByteAcc, NoLock, Preserve)
919 Field (OPR1, ByteAcc, NoLock, Preserve)
924 Field (OPR7, ByteAcc, NoLock, Preserve)
958 Field (OPR0, ByteAcc, NoLock, Preserve)
968 Field (OPR1, ByteAcc, NoLock, Preserve)
978 Field (OPR7, ByteAcc, NoLock, Preserve)
[all …]
/acpica-latest/source/compiler/
Ddtfield.c163 DT_FIELD *Field,
169 DT_FIELD *Field,
175 DT_FIELD *Field,
202 DT_FIELD *Field, in DtCompileOneField() argument
214 DtCompileInteger (Buffer, Field, ByteLength, Flags); in DtCompileOneField()
219 DtCompileString (Buffer, Field, ByteLength); in DtCompileOneField()
224 Status = DtCompileUuid (Buffer, Field, ByteLength); in DtCompileOneField()
234 DtCompileBuffer (Buffer, Field->Value, Field, ByteLength); in DtCompileOneField()
239 DtCompileUnicode (Buffer, Field, ByteLength); in DtCompileOneField()
248 DtFatal (ASL_MSG_COMPILER_INTERNAL, Field, "Invalid field type"); in DtCompileOneField()
[all …]
Ddtio.c324 DT_FIELD *Field; in DtParseLine() local
436 Field = UtFieldCacheCalloc (); in DtParseLine()
437 Field->Name = Name; in DtParseLine()
438 Field->Value = Value; in DtParseLine()
439 Field->Line = Line; in DtParseLine()
440 Field->ByteOffset = Offset; in DtParseLine()
441 Field->NameColumn = NameColumn; in DtParseLine()
442 Field->Column = Column; in DtParseLine()
443 Field->StringLength = Length; in DtParseLine()
445 DtLinkField (Field); in DtParseLine()
[all …]
Ddtexpress.c163 DT_FIELD *Field);
190 DT_FIELD *Field, in DtResolveIntegerExpression() argument
197 Field->Value); in DtResolveIntegerExpression()
199 AslGbl_CurrentField = Field; in DtResolveIntegerExpression()
201 Result = DtEvaluateExpression (Field->Value); in DtResolveIntegerExpression()
481 DT_FIELD *Field) in DtInsertLabelField() argument
487 ACPI_GET_FUNCTION_NAME, Field->Value, Field->TableOffset); in DtInsertLabelField()
489 Field->NextLabel = AslGbl_LabelList; in DtInsertLabelField()
490 AslGbl_LabelList = Field; in DtInsertLabelField()
Ddtcompile.c170 DT_FIELD **Field);
590 DT_FIELD **Field, in DtCompileTable() argument
607 if (!Field || !Info) in DtCompileTable()
611 if (!*Field) in DtCompileTable()
623 strcmp ((*Field)->Name, Info->Name)) in DtCompileTable()
629 Length = DtGetSubtableLength (*Field, Info); in DtCompileTable()
647 LocalField = *Field; in DtCompileTable()
695 *Field = LocalField; in DtCompileTable()
723 *Field = LocalField; in DtCompileTable()
731 *Field = LocalField; in DtCompileTable()
[all …]
Ddtsubtable.c395 DT_FIELD *Field, in DtGetSubtableLength() argument
412 if (!Field) in DtGetSubtableLength()
417 ByteLength += DtGetFieldLength (Field, Info); in DtGetSubtableLength()
444 if (!Field) in DtGetSubtableLength()
449 Field = Field->Next; in DtGetSubtableLength()
456 if (!Field) in DtGetSubtableLength()
Ddtcompiler.h291 DT_FIELD **Field,
333 DT_FIELD *Field);
338 DT_FIELD *Field,
356 DT_FIELD *Field,
394 DT_FIELD *Field,
417 DT_FIELD *Field,
425 DT_FIELD *Field,
433 DT_FIELD *Field,
439 DT_FIELD *Field,
447 DT_FIELD *Field);
[all …]
Ddtutils.c361 DT_FIELD *Field) in DtGetFieldValue() argument
363 if (!Field) in DtGetFieldValue()
368 return (Field->Value); in DtGetFieldValue()
543 DT_FIELD *Field, in DtGetFieldLength() argument
665 Value = DtGetFieldValue (Field); in DtGetFieldLength()
681 Value = DtGetFieldValue (Field); in DtGetFieldLength()
714 Value = DtGetFieldValue (Field); in DtGetFieldLength()
757 Value = DtGetFieldValue (Field); in DtGetFieldLength()
766 DtFatal (ASL_MSG_COMPILER_INTERNAL, Field, "Invalid table opcode"); in DtGetFieldLength()
/acpica-latest/source/components/executer/
Dexfield.c296 (ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_SMBUS || in AcpiExReadDataFromField()
297 ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_GSBUS || in AcpiExReadDataFromField()
298 ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_IPMI || in AcpiExReadDataFromField()
299 ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_PLATFORM_RT || in AcpiExReadDataFromField()
300 ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_FIXED_HARDWARE)) in AcpiExReadDataFromField()
322 ObjDesc->Field.BitLength); in AcpiExReadDataFromField()
352 (ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_GPIO)) in AcpiExReadDataFromField()
360 (ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_PLATFORM_COMM)) in AcpiExReadDataFromField()
367 "PCC FieldRead bits %u\n", ObjDesc->Field.BitLength)); in AcpiExReadDataFromField()
369 memcpy (Buffer, ObjDesc->Field.RegionObj->Field.InternalPccBuffer + in AcpiExReadDataFromField()
[all …]
Dexprep.c605 ObjDesc->Field.RegionObj = AcpiNsGetAttachedObject (Info->RegionNode); in AcpiExPrepFieldValue()
609 ObjDesc->Field.AccessLength = Info->AccessLength; in AcpiExPrepFieldValue()
624 ObjDesc->Field.ResourceBuffer = in AcpiExPrepFieldValue()
626 ObjDesc->Field.ResourceLength = in AcpiExPrepFieldValue()
631 ObjDesc->Field.ResourceBuffer = Info->ResourceBuffer; in AcpiExPrepFieldValue()
632 ObjDesc->Field.ResourceLength = Info->ResourceLength; in AcpiExPrepFieldValue()
635 ObjDesc->Field.PinNumberIndex = Info->PinNumberIndex; in AcpiExPrepFieldValue()
639 if ((ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_EC) && in AcpiExPrepFieldValue()
656 ObjDesc->Field.StartFieldBitOffset, in AcpiExPrepFieldValue()
657 ObjDesc->Field.BaseByteOffset, in AcpiExPrepFieldValue()
[all …]
Dexserial.c196 ObjDesc->Field.PinNumberIndex, ObjDesc->Field.BitLength)); in AcpiExReadGpio()
258 ObjDesc->Field.PinNumberIndex, ObjDesc->Field.BitLength)); in AcpiExWriteGpio()
316 switch (ObjDesc->Field.RegionObj->Region.SpaceId) in AcpiExReadSerialBus()
321 Function = ACPI_READ | (ObjDesc->Field.Attribute << 16); in AcpiExReadSerialBus()
332 AccessorType = ObjDesc->Field.Attribute; in AcpiExReadSerialBus()
449 switch (ObjDesc->Field.RegionObj->Region.SpaceId) in AcpiExWriteSerialBus()
454 Function = ACPI_WRITE | (ObjDesc->Field.Attribute << 16); in AcpiExWriteSerialBus()
465 AccessorType = ObjDesc->Field.Attribute; in AcpiExWriteSerialBus()
/acpica-latest/source/components/parser/
Dpsargs.c640 ACPI_PARSE_OBJECT *Field; in AcpiPsGetNextField() local
694 Field = AcpiPsAllocOp (Opcode, Aml); in AcpiPsGetNextField()
695 if (!Field) in AcpiPsGetNextField()
710 AcpiPsSetName (Field, Name); in AcpiPsGetNextField()
722 if (Field->Common.InlineComment) in AcpiPsGetNextField()
724 Field->Common.NameComment = Field->Common.InlineComment; in AcpiPsGetNextField()
726 Field->Common.InlineComment = AcpiGbl_CurrentInlineComment; in AcpiPsGetNextField()
732 Field->Common.Value.Size = AcpiPsGetNextPackageLength (ParserState); in AcpiPsGetNextField()
740 Field->Common.Value.Size = AcpiPsGetNextPackageLength (ParserState); in AcpiPsGetNextField()
760 Field->Common.Value.Integer = (UINT8) AccessType; in AcpiPsGetNextField()
[all …]
/acpica-latest/tests/aslts/doc/docs/
DConversionRules8 Buffer -> Buffer Field
10 The contents of the buffer are copied to the Buffer Field.
21 Buffer -> Field Unit
23 The entire contents of the buffer are copied to the Field Unit.
24 4. If the buffer is larger (in bits) than the size of the Field Unit,
25 it is broken into pieces and completely written to the Field Unit,
28 is smaller or equal in size to the Field Unit, then it is zero
48 Buffer Field -> [See Rule]
50 * 10. If the Buffer Field is smaller than or equal to the size
55 Buffer Field -> Debug Object
[all …]
DConversionTable45 Buffer Field |f1| CF(11:23) |32: f1,f2|32: f5,f6|32: f5,f6|
60 Buffer -> Buffer Field
65 Buffer -> Field Unit
74 Buffer Field -> [See Rule]
79 Buffer Field -> Debug Object
83 Field Unit ->
92 Field Unit -> Debug Object
98 Integer -> Buffer Field
103 Integer -> Field Unit
117 String -> Buffer Field
[all …]
/acpica-latest/tests/aslts/src/runtime/collections/complex/result/tests/
DSPEC33 = to Named Object which is not Field object
41 = storing to Named Object which is not Field object
48 Field object (Buffer Field or Field Unit) specified by
62 = on copying by means of CopyObject() when target is not Field object,
67 such as a Named object or Field object
72 = on copying by means of CopyObject() when target is Field object,
89 - Integer (DDB Handle) to Buffer Field
90 - Integer (DDB Handle) to Field Unit
93 - String to Buffer Field
94 - String to Field Unit
[all …]
/acpica-latest/tests/aslts/src/runtime/collections/complex/result/tests/rstore/
Drstore.asl386 /* Field Unit */
394 /* Buffer Field */
441 /* Field Unit */
449 /* Buffer Field */
501 /* Field Unit */
509 /* Buffer Field */
553 /* Field Unit */
561 /* Buffer Field */
608 /* Field Unit */
616 /* Buffer Field */
[all …]
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0116_ASL/
DDECL.asl42 Field(r000, ByteAcc, NoLock, Preserve) {f000,8}
43 Field(r000, ByteAcc, NoLock, Preserve) {bnk0,8,f00a,8,f00b,8}
49 Index(bf00, 0) // bf00 - Buffer Field
50 Index(f000, 0) // f000 - Field Unit by Field()
51 Index(bkf0, 0) // bkf0 - Field Unit by BankField()
52 Index(if00, 0) // if00 - Field Unit by IndexField()
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0073_ASL/
Dmisc.old.asl83 // Unexpected value returned by ObjectType for Field Unit objects
89 Field (r000, ByteAcc, NoLock, Preserve) {
104 Field (r000, ByteAcc, NoLock, Preserve) {
382 // Bug 65: The Buffer Field type objects should be passed
385 // on the size of the Buffer Field object and the
412 // Bug 66: The Field Unit type objects should be passed
415 // on the size of the Buffer Field object and the
419 Field(r000, ByteAcc, NoLock, Preserve) { f000, 8 }
442 // Bug 67: The Buffer Field type objects should be RETURNED
445 // on the size of the Buffer Field object and the
[all …]
Dmisc.asl83 // Unexpected value returned by ObjectType for Field Unit objects
89 Field (r000, ByteAcc, NoLock, Preserve) {
104 Field (r000, ByteAcc, NoLock, Preserve) {
382 // Bug 65: The Buffer Field type objects should be passed
385 // on the size of the Buffer Field object and the
412 // Bug 66: The Field Unit type objects should be passed
415 // on the size of the Buffer Field object and the
419 Field(r000, ByteAcc, NoLock, Preserve) { f000, 8 }
442 // Bug 67: The Buffer Field type objects should be RETURNED
445 // on the size of the Buffer Field object and the
[all …]
/acpica-latest/tests/aslts/src/runtime/collections/functional/reference/
DTABLES37 5 Field Unit | Field(..) {f000,..} | c c | c | c c |
48 14 Buffer Field | Create*Field(..,bf00) | c c | c | c c |
79 5 Field Unit | Field(..) {f000,..} | ?2004 ? | + | + + |
90 14 Buffer Field | Create*Field(..,bf00) | ?2004 ? | + | + + |
179 5 Field Unit | Package(){Field(f000)} | x x | | |
190 14 Buffer Field | Package(){Cr*Field(bf00)} | | | |
232 5 Field Unit | Package(){f000} | | | |
243 14 Buffer Field | Package(){bf00} | | | |
301 5 Field Unit | Store(f000, Local0); RF(L)| e e | + | + + |
312 14 Buffer Field | Store(bf00, Local0); RF(L)| e e | + | + + |
[all …]
/acpica-latest/tests/aslts/src/runtime/collections/Identity2MS/abbu/MsFail/
Dmsfail.asl46 * 7) LNotEqual(bf00, 0x80) : bf00 - Buffer Field
48 * 8) (?) Buffer Field by arg -- doesn't work (?) (see xxx)
49 * 9) Field passed by arg -- doesn't work (see m30c)
50 * 10) Bank Field passed by arg -- doesn't work (see m30d):
51 * 11) Index Field passed by arg -- doesn't work (see m30e):
323 * bf00 -- Buffer Field
399 * Field passed by agrX doesn't work
407 Field(r000, ByteAcc, NoLock, Preserve) { f000, 32 }
463 * Bank Field passed by agrX doesn't work
471 Field(r000, ByteAcc, NoLock, Preserve) { f000,32, f001,32 }
[all …]
/acpica-latest/tests/aslts/src/compilation/collection/
Dregion.asl34 // Field(arg0, ByteAcc, NoLock, Preserve) {...}
39 Field(arg0, ByteAcc, NoLock, Preserve) {f900,8,f901,8,f902,8,f903,8}
64 // Invalid Field's Offset and Length arguments, should cause
72 Field(OPR0, ByteAcc, NoLock, Preserve) {
76 Field(OPR0, ByteAcc, NoLock, WriteAsZeros) {
80 Field(OPR0, ByteAcc, NoLock, WriteAsOnes) {
Dreference.asl57 Field(r100, ByteAcc, NoLock, Preserve) {bnk0, 8, f00a, 8, f00b, 8}
65 Store(Index(Field(r100, ByteAcc, NoLock, Preserve) { f000, 8 }, 0), Local0)
85 Store(Index(Field(r100, ByteAcc, NoLock, Preserve) { f000, 8 }, 0, Local1), Local0)
108 Field(r000, ByteAcc, NoLock, Preserve) {f000,8}
109 Field(r000, ByteAcc, NoLock, Preserve) {bnk0,8,f00a,8,f00b,8}
149 Field(r000, ByteAcc, NoLock, Preserve) {f000,8}
150 Field(r000, ByteAcc, NoLock, Preserve) {bnk0,8,f00a,8,f00b,8}
192 Store(RefOf(Field(r100, ByteAcc, NoLock, Preserve) { f000, 8 }), Local0)
214 Field(r000, ByteAcc, NoLock, Preserve) {f000,8}
215 Field(r000, ByteAcc, NoLock, Preserve) {bnk0,8,f00a,8,f00b,8}
[all …]
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0027/
DDECL.asl42 /* Field(1,71) - before the critical field */
47 /* Field(1,73) - after the critical field */
53 /* Field(1,72) - the field crashes the ACPICA in 64-bit mode */
64 /* Field(1,39) - before the critical field */
69 /* Field(1,41) - after the critical field */
75 /* Field(1,40) - the field crashes the ACPICA in 64-bit mode */

1234567