Searched refs:IndexField (Results 1 – 9 of 9) sorted by relevance
| /freebsd/sys/contrib/dev/acpica/components/executer/ |
| H A D | exprep.c | 704 ObjDesc->IndexField.IndexObj = in AcpiExPrepFieldValue() 706 ObjDesc->IndexField.DataObj = in AcpiExPrepFieldValue() 709 if (!ObjDesc->IndexField.DataObj || !ObjDesc->IndexField.IndexObj) in AcpiExPrepFieldValue() 718 AcpiUtAddReference (ObjDesc->IndexField.DataObj); in AcpiExPrepFieldValue() 719 AcpiUtAddReference (ObjDesc->IndexField.IndexObj); in AcpiExPrepFieldValue() 738 ObjDesc->IndexField.Value = (UINT32) ACPI_ROUND_DOWN ( in AcpiExPrepFieldValue() 740 ObjDesc->IndexField.AccessByteWidth); in AcpiExPrepFieldValue() 745 ObjDesc->IndexField.StartFieldBitOffset, in AcpiExPrepFieldValue() 746 ObjDesc->IndexField.BaseByteOffset, in AcpiExPrepFieldValue() 747 ObjDesc->IndexField.Value, in AcpiExPrepFieldValue() [all …]
|
| H A D | exfldio.c | 635 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 D | exdump.c | 344 {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"}
|
| /freebsd/sys/contrib/dev/acpica/components/namespace/ |
| H A D | nsdump.c | 551 ObjDesc->IndexField.IndexObj->CommonField.Node), in AcpiNsDumpOneObject() 553 ObjDesc->IndexField.DataObj->CommonField.Node)); in AcpiNsDumpOneObject() 756 ObjDesc = (void *) ObjDesc->IndexField.IndexObj; in AcpiNsDumpOneObject()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/ |
| H A D | CoroShape.h | 124 unsigned IndexField; member 176 return SwitchLowering.IndexField; in getSwitchIndexField()
|
| /freebsd/sys/contrib/dev/acpica/components/utilities/ |
| H A D | utdelete.c | 774 NextObject = Object->IndexField.IndexObj; in AcpiUtUpdateObjectReference() 776 Object->IndexField.DataObj, Action, &StateList); in AcpiUtUpdateObjectReference()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 724 unsigned IndexIndex = Shape.SwitchLowering.IndexField; in buildFrameDebugInfo() 937 auto IndexField = B.getLayoutField(*SwitchIndexFieldId); in buildFrameType() local 938 Shape.SwitchLowering.IndexField = IndexField.LayoutFieldIndex; in buildFrameType() 939 Shape.SwitchLowering.IndexAlign = IndexField.Alignment.value(); in buildFrameType() 940 Shape.SwitchLowering.IndexOffset = IndexField.Offset; in buildFrameType()
|
| /freebsd/sys/contrib/dev/acpica/include/ |
| H A D | acobject.h | 645 ACPI_OBJECT_INDEX_FIELD IndexField; member
|
| /freebsd/sys/contrib/dev/acpica/ |
| H A D | changes.txt | 2038 3) IndexField (IndexName, DataName, 10787 field declarations in Field(), BankField(), and IndexField(). BZ 10606. 10881 Qword), Field, BankField, and IndexField operators when invoked from 10983 IndexField 12219 Fixed an IndexField issue where a write to the Data Register should be 12220 limited in size to the AccessSize (width) of the IndexField itself. (BZ 12428 Implemented an additional change to the IndexField support in order to 12744 Implemented a change to the IndexField support to match the behavior of 12750 This should fix IndexField problems seen on some machines where the Data 14341 Improved error handling for the Field, IndexField, and BankField
|