Home
last modified time | relevance | path

Searched refs:IndexField (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/uts/intel/io/acpica/executer/
H A Dexprep.c596 ObjDesc->IndexField.IndexObj = in AcpiExPrepFieldValue()
598 ObjDesc->IndexField.DataObj = in AcpiExPrepFieldValue()
601 if (!ObjDesc->IndexField.DataObj || !ObjDesc->IndexField.IndexObj) in AcpiExPrepFieldValue()
610 AcpiUtAddReference (ObjDesc->IndexField.DataObj); in AcpiExPrepFieldValue()
611 AcpiUtAddReference (ObjDesc->IndexField.IndexObj); in AcpiExPrepFieldValue()
630 ObjDesc->IndexField.Value = (UINT32) ACPI_ROUND_DOWN ( in AcpiExPrepFieldValue()
632 ObjDesc->IndexField.AccessByteWidth); in AcpiExPrepFieldValue()
637 ObjDesc->IndexField.StartFieldBitOffset, in AcpiExPrepFieldValue()
638 ObjDesc->IndexField.BaseByteOffset, in AcpiExPrepFieldValue()
639 ObjDesc->IndexField.Value, in AcpiExPrepFieldValue()
[all …]
H A Dexfldio.c527 if (AcpiExRegisterOverflow (ObjDesc->IndexField.IndexObj, in AcpiExFieldDatumIo()
528 (UINT64) ObjDesc->IndexField.Value)) in AcpiExFieldDatumIo()
535 FieldDatumByteOffset += ObjDesc->IndexField.Value; in AcpiExFieldDatumIo()
541 Status = AcpiExInsertIntoField (ObjDesc->IndexField.IndexObj, in AcpiExFieldDatumIo()
556 ObjDesc->IndexField.DataObj, Value, sizeof (UINT64)); in AcpiExFieldDatumIo()
567 ObjDesc->IndexField.DataObj, Value, sizeof (UINT64)); in AcpiExFieldDatumIo()
H A Dexdump.c236 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (IndexField.Value), "Value"},
237 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (IndexField.IndexObj), "Index Object"},
238 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (IndexField.DataObj), "Data Object"}
/titanic_41/usr/src/uts/intel/io/acpica/namespace/
H A Dnsdump.c440 ObjDesc->IndexField.IndexObj->CommonField.Node), in AcpiNsDumpOneObject()
442 ObjDesc->IndexField.DataObj->CommonField.Node)); in AcpiNsDumpOneObject()
645 ObjDesc = (void *) ObjDesc->IndexField.IndexObj; in AcpiNsDumpOneObject()
/titanic_41/usr/src/uts/intel/io/acpica/utilities/
H A Dutdelete.c652 NextObject = Object->IndexField.IndexObj; in AcpiUtUpdateObjectReference()
654 Object->IndexField.DataObj, Action, &StateList); in AcpiUtUpdateObjectReference()
/titanic_41/usr/src/uts/intel/sys/acpi/
H A Dacobject.h529 ACPI_OBJECT_INDEX_FIELD IndexField; member
/titanic_41/usr/src/uts/intel/io/acpica/
H A Dchanges.txt7357 field declarations in Field(), BankField(), and IndexField(). BZ 10606.
7451 Qword), Field, BankField, and IndexField operators when invoked from
7553 IndexField
8789 Fixed an IndexField issue where a write to the Data Register should be
8790 limited in size to the AccessSize (width) of the IndexField itself. (BZ
8998 Implemented an additional change to the IndexField support in order to
9314 Implemented a change to the IndexField support to match the behavior of
9320 This should fix IndexField problems seen on some machines where the Data
10911 Improved error handling for the Field, IndexField, and BankField