Searched refs:UINT64 (Results 1 - 25 of 131) sorted by relevance

123456

/freebsd-10.3-release/sys/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,
H A Definet.h45 UINT64 RxTotalFrames;
50 UINT64 RxGoodFrames;
56 UINT64 RxUndersizeFrames;
62 UINT64 RxOversizeFrames;
67 UINT64 RxDroppedFrames;
72 UINT64 RxUnicastFrames;
77 UINT64 RxBroadcastFrames;
82 UINT64 RxMulticastFrames;
87 UINT64 RxCrcErrorFrames;
93 UINT64 RxTotalByte
[all...]
H A Defi_nii.h42 UINT64 Revision;
45 UINT64 ID;
51 UINT64 ImageAddr;
H A Defipciio.h156 IN UINT64 Offset,
157 IN UINT64 Mask,
158 IN UINT64 Value,
159 IN UINT64 Delay,
160 OUT UINT64 *Result
189 IN UINT64 Offset,
278 IN UINT64 DestOffset,
280 IN UINT64 SrcOffset,
359 IN UINT64 Attributes
446 IN UINT64 Attribute
[all...]
H A Defidef.h45 typedef UINT64 EFI_LBA;
126 typedef UINT64 EFI_PHYSICAL_ADDRESS;
127 typedef UINT64 EFI_VIRTUAL_ADDRESS;
181 UINT64 NumberOfPages; // Field size is 64 bits
182 UINT64 Attribute; // Field size is 64 bits
H A Defifs.h66 UINT64 FileSize;
67 UINT64 FileAttributes;
114 UINT64 Length;
H A Defiprot.h101 UINT64 Revision;
129 IN UINT64 Offset,
140 IN UINT64 Offset,
147 UINT64 Revision;
173 UINT64 Revision;
187 IN UINT64 OpenMode,
188 IN UINT64 Attributes
237 IN UINT64 Position
244 OUT UINT64 *Position
275 UINT64 Revisio
[all...]
/freebsd-10.3-release/sys/contrib/dev/acpica/include/
H A Dactbl3.h118 UINT64 ImageAddress;
136 UINT64 EntryBaseAddress;
137 UINT64 EntryLength;
139 UINT64 EntryAddress64;
140 UINT64 ExitAddress;
141 UINT64 LogAreaAddress;
143 UINT64 ArchDependentAddress;
161 UINT64 ValidatedTables[1];
173 UINT64 Address;
237 UINT64 ResetEn
[all...]
H A Dactbl1.h123 UINT64 Value; /* Value used with Read/Write register */
124 UINT64 Mask; /* Bitmask required for this register instruction */
140 UINT64 Address; /* Physical address of the error region */
192 UINT64 Reserved;
294 UINT64 Address;
295 UINT64 Range;
511 UINT64 ControlData;
608 UINT64 GlobalCapabilityData;
609 UINT64 GlobalControlData;
857 UINT64 Addres
[all...]
H A Dacinterp.h159 UINT64 Mask,
160 UINT64 FieldValue,
165 UINT64 *Datum,
173 UINT64 MergedDatum,
211 UINT64 *Value,
241 UINT64 Integer0,
242 UINT64 Integer1,
252 UINT64
255 UINT64 Operand0,
256 UINT64 Operand
[all...]
H A Damlresrc.h335 UINT64 Granularity;
336 UINT64 Minimum;
337 UINT64 Maximum;
338 UINT64 TranslationOffset;
339 UINT64 AddressLength;
340 UINT64 TypeSpecific;
351 UINT64 Granularity;
352 UINT64 Minimum;
353 UINT64 Maximum;
354 UINT64 TranslationOffse
[all...]
/freebsd-10.3-release/sys/contrib/dev/acpica/components/executer/
H A Dexutils.c72 UINT64 Value,
187 (ObjDesc->Integer.Value > (UINT64) ACPI_UINT32_MAX))
193 ObjDesc->Integer.Value &= (UINT64) ACPI_UINT32_MAX;
308 UINT64 Value,
312 UINT64 CurrentValue;
318 /* UINT64 is unsigned, so we don't worry about a '-' prefix */
359 UINT64 CompressedId)
385 OutString[3] = AcpiUtHexToAsciiChar ((UINT64) SwappedId, 12);
386 OutString[4] = AcpiUtHexToAsciiChar ((UINT64) SwappedId, 8);
387 OutString[5] = AcpiUtHexToAsciiChar ((UINT64) SwappedI
[all...]
H A Dexregion.c76 UINT64 *Value,
130 (void) AcpiUtShortDivide ((UINT64) Address, Length, NULL, &Remainder);
143 (((UINT64) Address + Length) >
144 ((UINT64)
213 ((UINT64) Address - (UINT64) MemInfo->MappedPhysicalAddress);
236 *Value = (UINT64) ACPI_GET8 (LogicalAddrPtr);
241 *Value = (UINT64) ACPI_GET16 (LogicalAddrPtr);
246 *Value = (UINT64) ACPI_GET32 (LogicalAddrPtr);
251 *Value = (UINT64) ACPI_GET6
[all...]
H A Dexfldio.c61 UINT64 *Value,
67 UINT64 Value);
249 UINT64 *Value,
348 UINT64 Value)
360 if (Value >= ((UINT64) 1 << ObjDesc->CommonField.BitLength))
402 UINT64 *Value,
406 UINT64 LocalValue;
486 (UINT64) ObjDesc->BankField.Value))
525 (UINT64) ObjDesc->IndexField.Value))
554 Value, sizeof (UINT64));
[all...]
/freebsd-10.3-release/crypto/openssh/
H A Dumac.c93 typedef u_int64_t UINT64; /* 8 bytes */ typedef
130 #define MUL64(a,b) ((UINT64)((UINT64)(UINT32)(a) * (UINT64)(UINT32)(b)))
267 *((UINT64 *)buf) ^= ((UINT64 *)pc->cache)[ndx];
269 ((UINT64 *)buf)[0] ^= ((UINT64 *)pc->cache)[0];
272 ((UINT64 *)buf)[0] ^= ((UINT64 *)p
[all...]
/freebsd-10.3-release/sys/contrib/dev/acpica/components/utilities/
H A Dutmath.c72 UINT64 Full;
97 UINT64 Dividend,
99 UINT64 *OutQuotient,
161 UINT64 InDividend,
162 UINT64 InDivisor,
163 UINT64 *OutQuotient,
164 UINT64 *OutRemainder)
241 Partial2.Full = (UINT64) Quotient.Part.Lo * Divisor.Part.Lo;
242 Partial3.Full = (UINT64) Partial2.Part.Hi + Partial1;
310 UINT64 InDividen
[all...]
H A Duthex.c75 UINT64 Integer,
/freebsd-10.3-release/sys/contrib/dev/acpica/compiler/
H A Dprexpress.c181 UINT64
185 UINT64 Value;
220 UINT64
224 UINT64 Value;
265 UINT64 *ReturnValue)
267 UINT64 Result;
H A Ddtexpress.c84 UINT64 *ReturnValue)
86 UINT64 Result;
114 UINT64
116 UINT64 LeftValue,
118 UINT64 RightValue)
120 UINT64 Result;
270 UINT64
H A Dpreprocess.h177 UINT64
181 UINT64
234 UINT64 *ReturnValue);
243 UINT64
/freebsd-10.3-release/sys/contrib/dev/acpica/components/hardware/
H A Dhwesleep.c84 Arg.Integer.Value = (UINT64) IntegerArgument;
117 UINT64 SleepStatus;
133 Status = AcpiWrite ((UINT64) ACPI_X_WAKE_STATUS, &AcpiGbl_FADT.SleepStatus);
157 Status = AcpiWrite ((UINT64) (SleepTypeValue | ACPI_X_SLEEP_ENABLE),
211 (void) AcpiWrite ((UINT64) (SleepTypeValue | ACPI_X_SLEEP_ENABLE),
253 (void) AcpiWrite ((UINT64) ACPI_X_WAKE_STATUS, &AcpiGbl_FADT.SleepStatus);
/freebsd-10.3-release/sys/dev/acpica/Osd/
H A DOsdHardware.c88 AcpiOsReadPciConfiguration(ACPI_PCI_ID *PciId, UINT32 Register, UINT64 *Value,
98 *(UINT64 *)Value = pci_cfgregread(PciId->Bus, PciId->Device,
107 UINT64 Value, UINT32 Width)
/freebsd-10.3-release/crypto/openssl/crypto/engine/
H A Deng_rsax.c227 typedef unsigned __int64 UINT64; typedef
229 typedef unsigned long long UINT64; typedef
240 /* Init BIGNUM b from the interleaved UINT64 array */
241 static int interleaved_array_to_bn_512(BIGNUM *b, UINT64 *array);
248 UINT64 *array);
251 UINT64 t[8][8];
252 UINT64 m[8];
253 UINT64 m1[8]; /* 2^278 % m */
254 UINT64 m2[8]; /* 2^640 % m */
255 UINT64 k
[all...]
/freebsd-10.3-release/sys/contrib/dev/acpica/components/tables/
H A Dtbfadt.c58 UINT64 Address,
70 static UINT64
74 UINT64 Address64);
214 UINT64 Address,
286 static UINT64
290 UINT64 Address64)
297 return ((UINT64) Address32);
301 (Address64 != (UINT64) Address32))
315 return ((UINT64) Address32);
607 (UINT64) Address3
[all...]
/freebsd-10.3-release/sys/boot/ia64/ski/
H A Dacpi_stub.c54 UINT64 IoSapicAddress; /* SAPIC's physical address */
134 UINT64 apic_tbl;
176 acpi_root.XsdtPhysicalAddress = (UINT64)&xsdt;

Completed in 222 milliseconds

123456