Searched refs:UINT64 (Results 76 - 100 of 159) sorted by relevance

1234567

/freebsd-11-stable/sys/contrib/edk2/Include/Library/
H A DPcdLib.h1150 UINT64
1280 @return Return the UINT64.
1283 UINT64
1430 UINT64
1434 IN UINT64 Value
1580 UINT64
1585 IN UINT64 Value
1719 IN UINT64 Value
1864 IN UINT64 Value
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacclib.h314 UINT64 *NumberPtr);
319 UINT64 Number);
H A Dacevents.h260 UINT64 Address,
375 UINT64 *Value);
/freebsd-11-stable/lib/libefivar/
H A Defivar-dp-parse.c384 @param Data A pointer to the UINT64 value represented by Str
391 OUT UINT64 *Data
725 (UINT64 *) (&BmcDp->BaseAddress),
1246 Strtoi64 (WWNStr, (UINT64 *) (&FibreEx->WWN));
1247 Strtoi64 (LunStr, (UINT64 *) (&FibreEx->Lun));
1249 *(UINT64 *) (&FibreEx->WWN) = SwapBytes64 (*(UINT64 *) (&FibreEx->WWN));
1250 *(UINT64 *) (&FibreEx->Lun) = SwapBytes64 (*(UINT64 *) (&FibreEx->Lun));
1664 UINT64 SasAddres
[all...]
H A Defivar-dp-format.c2027 LShiftU64 ((UINT64)RamDisk->StartingAddr[1], 32) | RamDisk->StartingAddr[0],
2028 LShiftU64 ((UINT64)RamDisk->EndingAddr[1], 32) | RamDisk->EndingAddr[0],
2035 LShiftU64 ((UINT64)RamDisk->StartingAddr[1], 32) | RamDisk->StartingAddr[0],
2036 LShiftU64 ((UINT64)RamDisk->EndingAddr[1], 32) | RamDisk->EndingAddr[0],
2043 LShiftU64 ((UINT64)RamDisk->StartingAddr[1], 32) | RamDisk->StartingAddr[0],
2044 LShiftU64 ((UINT64)RamDisk->EndingAddr[1], 32) | RamDisk->EndingAddr[0],
2051 LShiftU64 ((UINT64)RamDisk->StartingAddr[1], 32) | RamDisk->StartingAddr[0],
2052 LShiftU64 ((UINT64)RamDisk->EndingAddr[1], 32) | RamDisk->EndingAddr[0],
2059 LShiftU64 ((UINT64)RamDisk->StartingAddr[1], 32) | RamDisk->StartingAddr[0],
2060 LShiftU64 ((UINT64)RamDis
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/compiler/
H A Dasltypes.h401 UINT64 StartTime;
402 UINT64 EndTime;
H A Daslcompiler.h909 UINT64 Value);
1244 UINT64
1279 UINT64 Minimum,
1280 UINT64 Maximum,
1281 UINT64 Length,
1282 UINT64 Granularity,
H A Daslresource.c320 UINT64 Minimum,
321 UINT64 Maximum,
322 UINT64 Length,
323 UINT64 Granularity,
H A Daslutils.c796 UINT64
801 UINT64 ConvertedInteger;
H A Dasloffset.c171 UINT64 Value,
462 UINT64 Value,
H A Ddtutils.c319 UINT64
323 UINT64 ConvertedInteger;
/freebsd-11-stable/sys/contrib/dev/acpica/components/hardware/
H A Dhwpci.c483 UINT64 ReturnValue;
484 UINT64 PciValue;
H A Dhwxface.c247 UINT64 *ReturnValue,
278 UINT64 Value,
H A Dhwgpe.c220 UINT64 EnableMask;
345 UINT64 InByte;
/freebsd-11-stable/stand/efi/include/amd64/
H A Defibind.h91 typedef uint64_t UINT64; typedef
152 #define EFI_SIGNATURE_64(A,B,C,D,E,F,G,H) (EFI_SIGNATURE_32(A,B,C,D) | ((UINT64)(EFI_SIGNATURE_32(E,F,G,H)) << 32))
/freebsd-11-stable/stand/efi/include/i386/
H A Defibind.h91 typedef uint64_t UINT64; typedef
152 #define EFI_SIGNATURE_64(A,B,C,D,E,F,G,H) (EFI_SIGNATURE_32(A,B,C,D) | ((UINT64)(EFI_SIGNATURE_32(E,F,G,H)) << 32))
/freebsd-11-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsfield.c430 UINT64 Position;
456 Position = (UINT64) Info->FieldBitPosition +
457 (UINT64) Arg->Common.Value.Size;
572 Position = (UINT64) Info->FieldBitPosition +
573 (UINT64) Arg->Common.Value.Size;
/freebsd-11-stable/stand/efi/include/
H A Defipxebc.h309 IN OUT UINT64 *BufferSize,
407 UINT64 Revision;
468 UINT64 Revision;
/freebsd-11-stable/sys/contrib/edk2/Include/
H A DBase.h62 VERIFY_SIZE_OF (UINT64, 8);
285 typedef UINT64 PHYSICAL_ADDRESS;
377 #define MAX_UINT64 ((UINT64)0xFFFFFFFFFFFFFFFFULL)
1213 (SIGNATURE_32 (A, B, C, D) | ((UINT64) (SIGNATURE_32 (E, F, G, H)) << 32))
/freebsd-11-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmbuffer.c186 UINT64 Index,
674 UINT64 BufferSize;
675 UINT64 InitializerSize;
803 UINT64 Index,
/freebsd-11-stable/sys/contrib/dev/acpica/components/executer/
H A Dexsystem.c327 UINT64 HowLong)
H A Dexoparg6.c336 UINT64 Index;
H A Dexconfig.c271 DdbHandle = AcpiUtCreateIntegerObject ((UINT64) 0);
389 UINT64 Value;
/freebsd-11-stable/sys/contrib/dev/acpica/components/namespace/
H A Dnsconvert.c184 UINT64 Value = 0;
214 Value |= ((UINT64)
/freebsd-11-stable/sys/contrib/dev/acpica/components/resources/
H A Drsdump.c188 UINT64 Value);
737 UINT64 Value)

Completed in 166 milliseconds

1234567