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

12345

/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/platform/
H A Dacefi.h72 typedef uint64_t UINT64; typedef
134 UINT64 efi_call0(void *func);
135 UINT64 efi_call1(void *func, UINT64 arg1);
136 UINT64 efi_call2(void *func, UINT64 arg1, UINT64 arg2);
137 UINT64 efi_call3(void *func, UINT64 arg1, UINT64 arg
[all...]
H A Daclinuxex.h54 UINT64 (__n) = ((UINT64) n_hi) << 32 | (n_lo); \
/fuchsia/zircon/third_party/lib/acpica/source/include/acpica/
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.h188 UINT64 Mask,
189 UINT64 FieldValue,
194 UINT64 *Datum,
202 UINT64 MergedDatum,
240 UINT64 *Value,
270 UINT64 Integer0,
271 UINT64 Integer1,
281 UINT64
284 UINT64 Operand0,
285 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...]
H A Dactbl.h136 UINT64 Address; /* 64-bit address of struct or register */
156 UINT64 XsdtPhysicalAddress; /* 64-bit physical address of the XSDT (ACPI 2.0+) */
179 UINT64 XsdtPhysicalAddress;
203 UINT64 TableOffsetEntry[1]; /* Array of pointers to ACPI tables */
208 #define ACPI_XSDT_ENTRY_SIZE (sizeof (UINT64))
236 UINT64 XFirmwareWakingVector; /* 64-bit version of the Firmware Waking Vector (ACPI 2.0+) */
315 UINT64 XFacs; /* 64-bit physical address of FACS */
316 UINT64 XDsdt; /* 64-bit physical address of DSDT */
327 UINT64 HypervisorId; /* Hypervisor Vendor ID (ACPI 6.0) */
H A Dactbl2.h541 UINT64 Address; /* Register Base Address */
557 UINT64 BaseAddress; /* 4K aligned base address */
558 UINT64 EndAddress; /* 4K aligned limit address */
589 UINT64 BaseAddress;
856 UINT64 MemoryProperties; /* Memory access properties */
865 UINT64 MemoryProperties; /* Memory access properties */
879 UINT64 BaseAddress; /* SMMU base address */
880 UINT64 Span; /* Length of memory range */
888 UINT64 Interrupts[1]; /* Interrupt array */
919 UINT64 Reserve
[all...]
H A Dacutils.h197 UINT64 *RetInteger);
249 UINT64 Integer,
383 UINT64 Value);
471 UINT64 *Value);
571 UINT64 Value);
705 UINT64 InDividend,
706 UINT64 InDivisor,
707 UINT64 *OutQuotient,
708 UINT64 *OutRemainder);
712 UINT64 InDividen
[all...]
/fuchsia/zircon/third_party/lib/acpica/source/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)
386 OutString[3] = AcpiUtHexToAsciiChar ((UINT64) SwappedId, 12);
387 OutString[4] = AcpiUtHexToAsciiChar ((UINT64) SwappedId, 8);
388 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);
252 UINT64 *Value,
351 UINT64 Value)
363 if (Value >= ((UINT64) 1 << ObjDesc->CommonField.BitLength))
405 UINT64 *Value,
409 UINT64 LocalValue;
489 (UINT64) ObjDesc->BankField.Value))
528 (UINT64) ObjDesc->IndexField.Value))
556 ObjDesc->IndexField.DataObj, Value, sizeof (UINT64));
[all...]
/fuchsia/zircon/third_party/lib/acpica/source/components/hardware/
H A Dhwesleep.c84 Arg.Integer.Value = (UINT64) IntegerArgument;
117 UINT64 SleepStatus;
133 Status = AcpiWrite ((UINT64) ACPI_X_WAKE_STATUS,
158 Status = AcpiWrite ((UINT64) (SleepTypeValue | ACPI_X_SLEEP_ENABLE),
212 (void) AcpiWrite ((UINT64) (SleepTypeValue | ACPI_X_SLEEP_ENABLE),
254 (void) AcpiWrite ((UINT64) ACPI_X_WAKE_STATUS, &AcpiGbl_FADT.SleepStatus);
H A Dhwtimer.c171 UINT64 Quotient;
224 Status = AcpiUtShortDivide (((UINT64) DeltaTicks) * ACPI_USEC_PER_SEC,
/fuchsia/zircon/third_party/lib/acpica/source/components/utilities/
H A Duthex.c75 UINT64 Integer,
H A Dutmath.c72 UINT64 Full;
97 UINT64 Dividend,
99 UINT64 *OutQuotient,
162 UINT64 InDividend,
163 UINT64 InDivisor,
164 UINT64 *OutQuotient,
165 UINT64 *OutRemainder)
242 Partial2.Full = (UINT64) Quotient.Part.Lo * Divisor.Part.Lo;
243 Partial3.Full = (UINT64) Partial2.Part.Hi + Partial1;
311 UINT64 InDividen
[all...]
H A Dutnonansi.c190 UINT64 *RetInteger)
193 UINT64 ReturnValue = 0;
194 UINT64 Quotient;
195 UINT64 Dividend;
336 (Dividend - (UINT64) ThisDigit), Base, &Quotient, NULL);
H A Dutprint.c77 UINT64 Number,
86 UINT64 Number,
179 UINT64 Number,
184 UINT64 DigitIndex;
225 UINT64 *NumberPtr)
227 UINT64 Number = 0;
257 UINT64 Number)
299 UINT64 Number,
450 UINT64 Number;
669 Number = va_arg (Args, UINT64);
[all...]
/fuchsia/zircon/third_party/lib/acpica/source/compiler/
H A Dprexpress.c182 UINT64
186 UINT64 Value;
221 UINT64
225 UINT64 Value;
266 UINT64 *ReturnValue)
268 UINT64 Result;
H A Ddtexpress.c84 UINT64 *ReturnValue)
86 UINT64 Result;
114 UINT64
116 UINT64 LeftValue,
118 UINT64 RightValue)
120 UINT64 Result;
272 UINT64
H A Dpreprocess.h177 UINT64
181 UINT64
234 UINT64 *ReturnValue);
243 UINT64
H A Daslparser.y93 UINT64 i;
H A Ddtfield.c291 UINT64 Value;
292 UINT64 MaxValue;
352 MaxValue = ((UINT64) (-1)) >> (64 - (ByteLength * 8));
462 UINT64 Value;
518 UINT64 Value = 0;
579 if (Value >= ((UINT64) 1 << BitLength))
/fuchsia/zircon/third_party/lib/acpica/source/tools/acpidump/
H A Dacpidump.h74 EXTERN UINT64 INIT_GLOBAL (Gbl_RsdpBase, 0);
104 #define MIN_FADT_FOR_XDSDT (ACPI_FADT_OFFSET (XDsdt) + sizeof (UINT64))
105 #define MIN_FADT_FOR_XFACS (ACPI_FADT_OFFSET (XFacs) + sizeof (UINT64))
/fuchsia/zircon/third_party/lib/acpica/source/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);
612 (UINT64) Address3
[all...]

Completed in 76 milliseconds

12345