Home
last modified time | relevance | path

Searched refs:ResourceLength (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/uts/intel/io/acpica/utilities/
H A Dutresrc.c587 ACPI_RS_LENGTH ResourceLength; in AcpiUtValidateResource() local
641 ResourceLength = AcpiUtGetResourceLength (Aml); in AcpiUtValidateResource()
652 if (ResourceLength != MinimumResourceLength) in AcpiUtValidateResource()
662 if (ResourceLength < MinimumResourceLength) in AcpiUtValidateResource()
672 if ((ResourceLength > MinimumResourceLength) || in AcpiUtValidateResource()
673 (ResourceLength < (MinimumResourceLength - 1))) in AcpiUtValidateResource()
731 ResourceType, ResourceLength, MinimumResourceLength)); in AcpiUtValidateResource()
795 ACPI_RS_LENGTH ResourceLength; in AcpiUtGetResourceLength() local
809 ACPI_MOVE_16_TO_16 (&ResourceLength, ACPI_ADD_PTR (UINT8, Aml, 1)); in AcpiUtGetResourceLength()
816 ResourceLength = (UINT16) (ACPI_GET8 (Aml) & in AcpiUtGetResourceLength()
[all …]
/titanic_41/usr/src/uts/intel/io/acpica/resources/
H A Drscalc.c66 UINT32 ResourceLength,
157 UINT32 ResourceLength, in AcpiRsStreamOptionLength() argument
179 if (ResourceLength > MinimumAmlResourceLength) in AcpiRsStreamOptionLength()
183 StringLength = ResourceLength - MinimumAmlResourceLength - 1; in AcpiRsStreamOptionLength()
425 UINT16 ResourceLength; in AcpiRsGetListLength() local
458 ResourceLength = AcpiUtGetResourceLength (AmlBuffer); in AcpiRsGetListLength()
495 ExtraStructBytes = ResourceLength; in AcpiRsGetListLength()
524 ResourceLength, MinimumAmlResourceLength); in AcpiRsGetListLength()
540 ResourceLength - ExtraStructBytes, MinimumAmlResourceLength); in AcpiRsGetListLength()
557 AmlResource->LargeHeader.ResourceLength + in AcpiRsGetListLength()
[all …]
H A Drsutils.c237 ACPI_RS_LENGTH ResourceLength; in AcpiRsSetResourceLength() local
245 ResourceLength = (ACPI_RS_LENGTH) in AcpiRsSetResourceLength()
255 &Aml->LargeHeader.ResourceLength, &ResourceLength); in AcpiRsSetResourceLength()
266 | ResourceLength); in AcpiRsSetResourceLength()
367 ACPI_RS_LENGTH ResourceLength, in AcpiRsGetResourceSource() argument
380 TotalLength = ResourceLength + sizeof (AML_RESOURCE_LARGE_HEADER); in AcpiRsGetResourceSource()
H A Drsmisc.c223 ItemCount = Aml->LargeHeader.ResourceLength + in AcpiRsConvertAmlToResource()
/titanic_41/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmresrc.c254 UINT32 ResourceLength; in AcpiDmResourceTemplate() local
282 ResourceLength = AcpiUtGetResourceLength (Aml); in AcpiDmResourceTemplate()
336 AcpiDmEndDependentDescriptor (Info, Aml, ResourceLength, Level); in AcpiDmResourceTemplate()
359 Info, Aml, ResourceLength, Level); in AcpiDmResourceTemplate()
H A Ddmresrcl.c529 UINT32 ResourceLength) in AcpiDmResourceSource() argument
535 TotalLength = ResourceLength + sizeof (AML_RESOURCE_LARGE_HEADER); in AcpiDmResourceSource()
991 Resource->ExtendedIrq.ResourceLength); in AcpiDmInterruptDescriptor()
/titanic_41/usr/src/uts/intel/io/acpica/executer/
H A Dexprep.c518 ObjDesc->Field.ResourceLength = in AcpiExPrepFieldValue()
524 ObjDesc->Field.ResourceLength = Info->ResourceLength; in AcpiExPrepFieldValue()
/titanic_41/usr/src/uts/intel/io/acpica/events/
H A Devregion.c276 Context->Length = FieldObj->Field.ResourceLength; in AcpiEvAddressSpaceDispatch()
286 Context->Length = FieldObj->Field.ResourceLength; in AcpiEvAddressSpaceDispatch()
/titanic_41/usr/src/uts/intel/sys/acpi/
H A Dacresrc.h330 ACPI_RS_LENGTH ResourceLength,
H A Dacobject.h340 UINT16 ResourceLength; member
H A Damlresrc.h259 UINT16 ResourceLength;
H A Daclocal.h312 UINT16 ResourceLength; member
/titanic_41/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddsfield.c405 Info->ResourceLength = (UINT16) Child->Named.Value.Integer; in AcpiDsGetFieldNames()
/titanic_41/usr/src/uts/i86pc/os/cpupm/
H A Dcpu_acpi.c140 if (greg->ResourceLength != in cpu_acpi_cache_ctrl_regs()