Home
last modified time | relevance | path

Searched refs:AcpiGbl_IntegerByteWidth (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/uts/intel/io/acpica/executer/
H A Dexconvrt.c141 AcpiGbl_IntegerByteWidth, &Result); in AcpiExConvertToInteger()
159 if (Count > AcpiGbl_IntegerByteWidth) in AcpiExConvertToInteger()
161 Count = AcpiGbl_IntegerByteWidth; in AcpiExConvertToInteger()
246 ReturnDesc = AcpiUtCreateBufferObject (AcpiGbl_IntegerByteWidth); in AcpiExConvertToBuffer()
255 memcpy (NewBuf, &ObjDesc->Integer.Value, AcpiGbl_IntegerByteWidth); in AcpiExConvertToBuffer()
476 StringLength = ACPI_MUL_2 (AcpiGbl_IntegerByteWidth); in AcpiExConvertToString()
495 ObjDesc->Integer.Value, Base, NewBuf, AcpiGbl_IntegerByteWidth); in AcpiExConvertToString()
H A Dexconcat.c237 (ACPI_SIZE) ACPI_MUL_2 (AcpiGbl_IntegerByteWidth)); in AcpiExDoConcatenate()
249 AcpiGbl_IntegerByteWidth); in AcpiExDoConcatenate()
253 memcpy (Buffer + AcpiGbl_IntegerByteWidth, in AcpiExDoConcatenate()
254 &LocalOperand1->Integer.Value, AcpiGbl_IntegerByteWidth); in AcpiExDoConcatenate()
H A Dexfield.c254 if (Length > AcpiGbl_IntegerByteWidth) in AcpiExReadDataFromField()
275 Length = AcpiGbl_IntegerByteWidth; in AcpiExReadDataFromField()
H A Dexutils.c186 if ((AcpiGbl_IntegerByteWidth == 4) && in AcpiExTruncateFor32bitTable()
H A Dexdebug.c189 if (AcpiGbl_IntegerByteWidth == 4) in AcpiExDoDebugObject()
H A Dexoparg1.c781 Value = AcpiGbl_IntegerByteWidth; in AcpiExOpcode_1A_0T_1R()
/titanic_41/usr/src/uts/intel/io/acpica/utilities/
H A Dutmisc.c190 AcpiGbl_IntegerByteWidth = 4; in AcpiUtSetIntegerWidth()
198 AcpiGbl_IntegerByteWidth = 8; in AcpiUtSetIntegerWidth()
/titanic_41/usr/src/cmd/acpi/acpidump/
H A Dacpidump.h80 UINT8 AcpiGbl_IntegerByteWidth = 8; variable
/titanic_41/usr/src/uts/intel/io/acpica/namespace/
H A Dnsconvert.c87 ACPI_ANY_BASE, AcpiGbl_IntegerByteWidth, &Value); in AcpiNsConvertToInteger()
/titanic_41/usr/src/uts/intel/sys/acpi/
H A Dacglobal.h86 ACPI_GLOBAL (UINT8, AcpiGbl_IntegerByteWidth);