Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/dev/acpica/components/executer/
H A Dexprep.c700 ObjDesc->IndexField.IndexObj = in AcpiExPrepFieldValue()
702 ObjDesc->IndexField.DataObj = in AcpiExPrepFieldValue()
705 if (!ObjDesc->IndexField.DataObj || !ObjDesc->IndexField.IndexObj) in AcpiExPrepFieldValue()
714 AcpiUtAddReference (ObjDesc->IndexField.DataObj); in AcpiExPrepFieldValue()
715 AcpiUtAddReference (ObjDesc->IndexField.IndexObj); in AcpiExPrepFieldValue()
736 ObjDesc->IndexField.AccessByteWidth); in AcpiExPrepFieldValue()
741 ObjDesc->IndexField.StartFieldBitOffset, in AcpiExPrepFieldValue()
742 ObjDesc->IndexField.BaseByteOffset, in AcpiExPrepFieldValue()
743 ObjDesc->IndexField.Value, in AcpiExPrepFieldValue()
745 ObjDesc->IndexField.IndexObj, in AcpiExPrepFieldValue()
[all …]
H A Dexfldio.c635 if (AcpiExRegisterOverflow (ObjDesc->IndexField.IndexObj, in AcpiExFieldDatumIo()
636 (UINT64) ObjDesc->IndexField.Value)) in AcpiExFieldDatumIo()
643 FieldDatumByteOffset += ObjDesc->IndexField.Value; in AcpiExFieldDatumIo()
649 Status = AcpiExInsertIntoField (ObjDesc->IndexField.IndexObj, in AcpiExFieldDatumIo()
664 ObjDesc->IndexField.DataObj, Value, sizeof (UINT64)); in AcpiExFieldDatumIo()
675 ObjDesc->IndexField.DataObj, Value, sizeof (UINT64)); in AcpiExFieldDatumIo()
H A Dexdump.c344 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (IndexField.Value), "Value"},
345 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (IndexField.IndexObj), "Index Object"},
346 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (IndexField.DataObj), "Data Object"}
/f-stack/freebsd/contrib/dev/acpica/components/namespace/
H A Dnsdump.c551 ObjDesc->IndexField.IndexObj->CommonField.Node), in AcpiNsDumpOneObject()
553 ObjDesc->IndexField.DataObj->CommonField.Node)); in AcpiNsDumpOneObject()
756 ObjDesc = (void *) ObjDesc->IndexField.IndexObj; in AcpiNsDumpOneObject()
/f-stack/freebsd/contrib/dev/acpica/components/utilities/
H A Dutdelete.c765 NextObject = Object->IndexField.IndexObj; in AcpiUtUpdateObjectReference()
767 Object->IndexField.DataObj, Action, &StateList); in AcpiUtUpdateObjectReference()
/f-stack/freebsd/contrib/dev/acpica/include/
H A Dacobject.h643 ACPI_OBJECT_INDEX_FIELD IndexField; member
/f-stack/freebsd/contrib/dev/acpica/
H A Dchanges.txt1336 3) IndexField (IndexName, DataName,
10086 field declarations in Field(), BankField(), and IndexField(). BZ 10606.
10180 Qword), Field, BankField, and IndexField operators when invoked from
10282 IndexField
11518 Fixed an IndexField issue where a write to the Data Register should be
11519 limited in size to the AccessSize (width) of the IndexField itself. (BZ
11727 Implemented an additional change to the IndexField support in order to
12043 Implemented a change to the IndexField support to match the behavior of
12049 This should fix IndexField problems seen on some machines where the Data
13640 Improved error handling for the Field, IndexField, and BankField