Home
last modified time | relevance | path

Searched refs:UINT64 (Results 1 – 25 of 192) sorted by relevance

12345678

/illumos-gate/usr/src/boot/efi/include/Protocol/
H A DDebugSupport.h161 UINT64 Rip;
288 UINT64 R1;
289 UINT64 R2;
290 UINT64 R3;
291 UINT64 R4;
292 UINT64 R5;
293 UINT64 R6;
294 UINT64 R7;
295 UINT64 R8;
296 UINT64 R9;
[all …]
H A DSimpleNetwork.h43 UINT64 RxTotalFrames;
48 UINT64 RxGoodFrames;
65 UINT64 RxDroppedFrames;
70 UINT64 RxUnicastFrames;
91 UINT64 RxTotalBytes;
96 UINT64 TxTotalFrames;
97 UINT64 TxGoodFrames;
105 UINT64 TxTotalBytes;
110 UINT64 Collisions;
130 UINT64 TxErrorFrames;
[all …]
H A DPciRootBridgeIo.h103 (UINT64) ( \
107 (((UINTN) (reg)) < 256 ? ((UINTN) (reg)) : (UINT64) (LShiftU64 ((UINT64) (reg), 32))))
140 IN UINT64 Address,
141 IN UINT64 Mask,
142 IN UINT64 Value,
143 IN UINT64 Delay,
144 OUT UINT64 *Result
167 IN UINT64 Address,
285 IN UINT64 Attributes
347 OUT UINT64 *Supports,
[all …]
H A DAbsolutePointer.h31 UINT64 AbsoluteMinX; ///< The Absolute Minimum of the device on the x-axis
32 UINT64 AbsoluteMinY; ///< The Absolute Minimum of the device on the y axis.
33 UINT64 AbsoluteMinZ; ///< The Absolute Minimum of the device on the z-axis
34 UINT64 AbsoluteMaxX; ///< The Absolute Maximum of the device on the x-axis. If 0, and the
36 UINT64 AbsoluteMaxY; ///< The Absolute Maximum of the device on the y -axis. If 0, and the
38 UINT64 AbsoluteMaxZ; ///< The Absolute Maximum of the device on the z-axis. If 0 , and the
107 UINT64 CurrentX;
115 UINT64 CurrentY;
123 UINT64 CurrentZ;
H A DPciIo.h150 IN UINT64 Offset,
151 IN UINT64 Mask,
152 IN UINT64 Value,
153 IN UINT64 Delay,
154 OUT UINT64 *Result
183 IN UINT64 Offset,
272 IN UINT64 DestOffset,
274 IN UINT64 SrcOffset,
353 IN UINT64 Attributes
504 IN OUT UINT64 *Offset,
[all …]
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/
H A Dacefi.h254 UINT64 efi_call3(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3);
255 UINT64 efi_call4(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
257 UINT64 efi_call5(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
259 UINT64 efi_call6(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
261 UINT64 efi_call7(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
263 UINT64 efi_call8(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
264 UINT64 arg4, UINT64 arg5, UINT64 arg6, UINT64 arg7,
266 UINT64 efi_call9(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
267 UINT64 arg4, UINT64 arg5, UINT64 arg6, UINT64 arg7,
269 UINT64 efi_call10(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
[all …]
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dactbl2.h434 UINT64 Reserved;
611 UINT64 Reserved;
893 UINT64 ArmMpidr;
1311 UINT64 Address;
1312 UINT64 Length;
1337 UINT64 Address;
1426 UINT64 Offset;
1427 UINT64 Size;
1558 UINT64 Length;
1578 UINT64 Length;
[all …]
H A Dactbl1.h505 UINT64 Reserved;
905 UINT64 Address;
1012 UINT64 Address;
1013 UINT64 Range;
1215 UINT64 Address;
1226 UINT64 Address;
1260 UINT64 FullResume;
1281 UINT64 ResetEnd;
1282 UINT64 LoadStart;
1727 UINT64 TimeStamp;
[all …]
H A Dacinterp.h296 UINT64 Mask,
302 UINT64 *Datum,
348 UINT64 *Value,
389 UINT64
507 UINT64 Time);
773 UINT64 Value);
793 UINT64 *Value,
802 UINT64 *Value,
811 UINT64 *Value,
820 UINT64 *Value,
[all …]
H A Dacutils.h378 UINT64
382 UINT64
440 UINT64 Integer,
579 UINT64 Value);
675 UINT64 *Value);
775 UINT64 Value);
909 UINT64 InDividend,
910 UINT64 InDivisor,
916 UINT64 InDividend,
929 UINT64 Operand,
[all …]
/illumos-gate/usr/src/common/acpica/utilities/
H A Dutstrsuppt.c169 UINT64 Multiplicand,
171 UINT64 *OutProduct);
175 UINT64 Addend1,
177 UINT64 *OutSum);
496 UINT64 Product; in AcpiUtInsertDigit()
536 UINT64 *OutProduct) in AcpiUtStrtoulMultiply64()
538 UINT64 Product; in AcpiUtStrtoulMultiply64()
539 UINT64 Quotient; in AcpiUtStrtoulMultiply64()
596 UINT64 Addend1, in AcpiUtStrtoulAdd64()
598 UINT64 *OutSum) in AcpiUtStrtoulAdd64()
[all …]
H A Dutmath.c248 UINT64 Operand, in AcpiUtShortShiftLeft()
250 UINT64 *OutResult) in AcpiUtShortShiftLeft()
293 UINT64 Operand, in AcpiUtShortShiftRight()
295 UINT64 *OutResult) in AcpiUtShortShiftRight()
367 UINT64 Operand, in AcpiUtShortShiftLeft()
369 UINT64 *OutResult) in AcpiUtShortShiftLeft()
397 UINT64 Operand, in AcpiUtShortShiftRight()
399 UINT64 *OutResult) in AcpiUtShortShiftRight()
446 UINT64 Dividend, in AcpiUtShortDivide()
512 UINT64 InDivisor, in AcpiUtDivide()
[all …]
/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DAcpi61.h28 UINT64 Address;
59 UINT64 Signature;
65 UINT64 XsdtAddress;
505 UINT64 GICV;
506 UINT64 GICH;
509 UINT64 MPIDR;
676 UINT64 Reserved3;
904 UINT64 AddressBase;
1302 UINT64 CntCtlBase;
1313 UINT64 CntBaseX;
[all …]
H A DAcpi62.h125 UINT64 Address;
156 UINT64 Signature;
162 UINT64 XsdtAddress;
602 UINT64 GICV;
603 UINT64 GICH;
606 UINT64 MPIDR;
774 UINT64 Reserved3;
1414 UINT64 CntCtlBase;
1425 UINT64 CntBaseX;
2648 UINT64 Level1Id;
[all …]
H A DAcpi63.h28 UINT64 Address;
64 UINT64 Signature;
70 UINT64 XsdtAddress;
511 UINT64 GICV;
512 UINT64 GICH;
515 UINT64 MPIDR;
685 UINT64 Reserved3;
749 UINT64 AcpiHid;
1389 UINT64 CntBaseX;
2638 UINT64 Level1Id;
[all …]
H A DAcpi64.h28 UINT64 Address;
64 UINT64 Signature;
70 UINT64 XsdtAddress;
512 UINT64 GICV;
513 UINT64 GICH;
516 UINT64 MPIDR;
712 UINT64 Reserved3;
776 UINT64 AcpiHid;
1009 UINT64 AddressBase;
1421 UINT64 CntCtlBase;
[all …]
H A DAcpi60.h28 UINT64 Address;
59 UINT64 Signature;
65 UINT64 XsdtAddress;
505 UINT64 GICV;
506 UINT64 GICH;
509 UINT64 MPIDR;
676 UINT64 Reserved3;
904 UINT64 AddressBase;
1302 UINT64 CntCtlBase;
1313 UINT64 CntBaseX;
[all …]
H A DAcpi51.h29 UINT64 Address;
60 UINT64 Signature;
66 UINT64 XsdtAddress;
504 UINT64 GICV;
505 UINT64 GICH;
508 UINT64 MPIDR;
661 UINT64 Reserved3;
889 UINT64 AddressBase;
1287 UINT64 CntCtlBase;
1298 UINT64 CntBaseX;
[all …]
H A DAcpi50.h148 UINT64 Address;
179 UINT64 Signature;
185 UINT64 XsdtAddress;
523 UINT64 LocalApicAddress;
535 UINT64 IoSapicAddress;
610 UINT64 ParkedAddress;
723 UINT64 Reserved3;
934 UINT64 AddressBase;
935 UINT64 AddressLength;
960 UINT64 ExitLatencyToMPS0;
[all …]
H A DAcpi30.h36 UINT64 AddrRangeMin;
37 UINT64 AddrRangeMax;
39 UINT64 AddrLen;
68 UINT64 Address;
98 UINT64 Signature;
104 UINT64 XsdtAddress;
265 UINT64 XFirmwareWakingVector;
423 UINT64 LocalApicAddress;
435 UINT64 IoSapicAddress;
514 UINT64 Reserved2;
[all …]
H A DUefiTcgPlatform.h131 UINT64 BlobLength;
142 UINT64 BlobLength;
180 UINT64 ImageLengthInMemory;
181 UINT64 ImageLinkTimeAddress;
182 UINT64 LengthOfDevicePath;
204 UINT64 NumberOfTables;
247 UINT64 UnicodeNameLength;
248 UINT64 VariableDataLength;
258 UINT64 UnicodeNameLength; // The TCG Definition used UINTN
259 UINT64 VariableDataLength; // The TCG Definition used UINTN
[all …]
/illumos-gate/usr/src/common/acpica/executer/
H A Dexutils.c180 UINT64 Value,
305 (ObjDesc->Integer.Value > (UINT64) ACPI_UINT32_MAX)) in AcpiExTruncateFor32bitTable()
311 ObjDesc->Integer.Value &= (UINT64) ACPI_UINT32_MAX; in AcpiExTruncateFor32bitTable()
426 UINT64 Value, in AcpiExDigitsNeeded()
430 UINT64 CurrentValue; in AcpiExDigitsNeeded()
477 UINT64 CompressedId) in AcpiExEisaIdToString()
504 OutString[3] = AcpiUtHexToAsciiChar ((UINT64) SwappedId, 12); in AcpiExEisaIdToString()
505 OutString[4] = AcpiUtHexToAsciiChar ((UINT64) SwappedId, 8); in AcpiExEisaIdToString()
506 OutString[5] = AcpiUtHexToAsciiChar ((UINT64) SwappedId, 4); in AcpiExEisaIdToString()
507 OutString[6] = AcpiUtHexToAsciiChar ((UINT64) SwappedId, 0); in AcpiExEisaIdToString()
[all …]
H A Dexregion.c184 UINT64 *Value, in AcpiExSystemMemorySpaceHandler()
251 (((UINT64) Address + Length) > in AcpiExSystemMemorySpaceHandler()
252 ((UINT64) in AcpiExSystemMemorySpaceHandler()
321 ((UINT64) Address - (UINT64) MemInfo->MappedPhysicalAddress); in AcpiExSystemMemorySpaceHandler()
344 *Value = (UINT64) ACPI_GET8 (LogicalAddrPtr); in AcpiExSystemMemorySpaceHandler()
349 *Value = (UINT64) ACPI_GET16 (LogicalAddrPtr); in AcpiExSystemMemorySpaceHandler()
435 UINT64 *Value, in AcpiExSystemIoSpaceHandler()
500 UINT64 *Value, in AcpiExPciConfigSpaceHandler()
581 UINT64 *Value, in AcpiExCmosSpaceHandler()
618 UINT64 *Value, in AcpiExPciBarSpaceHandler()
[all …]
H A Dexfldio.c169 UINT64 *Value,
175 UINT64 Value);
360 UINT64 *Value, in AcpiExAccessRegion()
459 UINT64 Value) in AcpiExRegisterOverflow()
513 UINT64 *Value, in AcpiExFieldDatumIo()
517 UINT64 LocalValue; in AcpiExFieldDatumIo()
727 UINT64 Mask, in AcpiExWriteWithUpdateRule()
728 UINT64 FieldValue, in AcpiExWriteWithUpdateRule()
837 UINT64 RawDatum; in AcpiExExtractFromField()
998 UINT64 Mask; in AcpiExInsertIntoField()
[all …]
/illumos-gate/usr/src/boot/efi/include/
H A Defifpswa.h15 UINT64 status;
16 UINT64 err1;
17 UINT64 err2;
18 UINT64 err3;
26 IN OUT UINT64 *pipsr,
27 IN OUT UINT64 *pfsr,
28 IN OUT UINT64 *pisr,
29 IN OUT UINT64 *ppreds,
30 IN OUT UINT64 *pifs,

12345678