Home
last modified time | relevance | path

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

12345

/third_party/lib/acpica/source/include/acpica/platform/
A Dacefi.h137 UINT64 efi_call3(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3);
138 UINT64 efi_call4(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
140 UINT64 efi_call5(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
142 UINT64 efi_call6(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
144 UINT64 efi_call7(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
146 UINT64 efi_call8(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
147 UINT64 arg4, UINT64 arg5, UINT64 arg6, UINT64 arg7,
149 UINT64 efi_call9(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
150 UINT64 arg4, UINT64 arg5, UINT64 arg6, UINT64 arg7,
152 UINT64 efi_call10(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
[all …]
A Dacefiex.h91 typedef UINT64 EFI_PHYSICAL_ADDRESS;
92 typedef UINT64 EFI_VIRTUAL_ADDRESS;
140 UINT64 NumberOfPages;
141 UINT64 Attribute;
145 UINT64 Signature;
300 UINT64 Revision;
310 UINT64 OpenMode,
390 UINT64 Revision;
458 UINT64 ImageSize;
828 UINT64
[all …]
/third_party/lib/acpica/source/include/acpica/
A Dactbl3.h173 UINT64 Address;
237 UINT64 ResetEnd;
238 UINT64 LoadStart;
252 UINT64 Address;
292 UINT64 FullResume;
301 UINT64 SuspendEnd;
509 UINT64 Reserved2;
548 UINT64 Reserved;
576 UINT64 Length;
579 UINT64 WriteMask;
[all …]
A Dactbl1.h192 UINT64 Reserved;
294 UINT64 Address;
295 UINT64 Range;
954 UINT64 ArmMpidr;
1148 UINT64 Address;
1149 UINT64 Length;
1174 UINT64 Address;
1255 UINT64 Offset;
1256 UINT64 Size;
1257 UINT64 Capacity;
[all …]
A Dacinterp.h188 UINT64 Mask,
194 UINT64 *Datum,
240 UINT64 *Value,
281 UINT64
399 UINT64 Time);
668 UINT64 Value);
688 UINT64 *Value,
697 UINT64 *Value,
706 UINT64 *Value,
715 UINT64 *Value,
[all …]
A Dactbl.h136 UINT64 Address; /* 64-bit address of struct or register */
156UINT64 XsdtPhysicalAddress; /* 64-bit physical address of the XSDT (ACPI 2…
179 UINT64 XsdtPhysicalAddress;
203 UINT64 TableOffsetEntry[1]; /* Array of pointers to ACPI tables */
208 #define ACPI_XSDT_ENTRY_SIZE (sizeof (UINT64))
236UINT64 XFirmwareWakingVector; /* 64-bit version of the Firmware Waking Vector (A…
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) */
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;
355 UINT64 AddressLength;
[all …]
A Dactbl2.h541 UINT64 Address; /* Register Base Address */
589 UINT64 BaseAddress;
879 UINT64 BaseAddress; /* SMMU base address */
888 UINT64 Interrupts[1]; /* Interrupt array */
919 UINT64 Reserved;
1096 UINT64 Reserved;
1097 UINT64 StartAddress;
1098 UINT64 MemoryLength;
1156 UINT64 CounterFrequency;
1206 UINT64 ProtocolData;
[all …]
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,
712 UINT64 InDividend,
1040 UINT64 *NumberPtr);
[all …]
A Dactypes.h67 #define ACPI_UINT64_MAX (UINT64)(~((UINT64) 0)) /* 0xFFFFFFFFFFFFFFFF */
131 typedef COMPILER_DEPENDENT_UINT64 UINT64; typedef
144 #define ACPI_THREAD_ID UINT64
164 typedef UINT64 ACPI_SIZE;
165 typedef UINT64 ACPI_IO_ADDRESS;
166 typedef UINT64 ACPI_PHYSICAL_ADDRESS;
222 typedef UINT64 ACPI_IO_ADDRESS;
223 typedef UINT64 ACPI_PHYSICAL_ADDRESS;
508 typedef UINT64 ACPI_INTEGER;
524 #define ACPI_LODWORD(Integer64) ((UINT32) (UINT64)(Integer64))
[all …]
/third_party/lib/acpica/source/components/executer/
A Dexutils.c72 UINT64 Value,
187 (ObjDesc->Integer.Value > (UINT64) ACPI_UINT32_MAX)) in AcpiExTruncateFor32bitTable()
193 ObjDesc->Integer.Value &= (UINT64) ACPI_UINT32_MAX; in AcpiExTruncateFor32bitTable()
308 UINT64 Value, in AcpiExDigitsNeeded()
312 UINT64 CurrentValue; in AcpiExDigitsNeeded()
359 UINT64 CompressedId) in AcpiExEisaIdToString()
386 OutString[3] = AcpiUtHexToAsciiChar ((UINT64) SwappedId, 12); in AcpiExEisaIdToString()
387 OutString[4] = AcpiUtHexToAsciiChar ((UINT64) SwappedId, 8); in AcpiExEisaIdToString()
388 OutString[5] = AcpiUtHexToAsciiChar ((UINT64) SwappedId, 4); in AcpiExEisaIdToString()
389 OutString[6] = AcpiUtHexToAsciiChar ((UINT64) SwappedId, 0); in AcpiExEisaIdToString()
[all …]
A Dexregion.c76 UINT64 *Value, in AcpiExSystemMemorySpaceHandler()
143 (((UINT64) Address + Length) > in AcpiExSystemMemorySpaceHandler()
144 ((UINT64) in AcpiExSystemMemorySpaceHandler()
213 ((UINT64) Address - (UINT64) MemInfo->MappedPhysicalAddress); in AcpiExSystemMemorySpaceHandler()
236 *Value = (UINT64) ACPI_GET8 (LogicalAddrPtr); in AcpiExSystemMemorySpaceHandler()
241 *Value = (UINT64) ACPI_GET16 (LogicalAddrPtr); in AcpiExSystemMemorySpaceHandler()
327 UINT64 *Value, in AcpiExSystemIoSpaceHandler()
392 UINT64 *Value, in AcpiExPciConfigSpaceHandler()
473 UINT64 *Value, in AcpiExCmosSpaceHandler()
510 UINT64 *Value, in AcpiExPciBarSpaceHandler()
[all …]
A Dexfldio.c61 UINT64 *Value,
67 UINT64 Value);
252 UINT64 *Value, in AcpiExAccessRegion()
351 UINT64 Value) in AcpiExRegisterOverflow()
405 UINT64 *Value, in AcpiExFieldDatumIo()
409 UINT64 LocalValue; in AcpiExFieldDatumIo()
619 UINT64 Mask, in AcpiExWriteWithUpdateRule()
620 UINT64 FieldValue, in AcpiExWriteWithUpdateRule()
729 UINT64 RawDatum; in AcpiExExtractFromField()
890 UINT64 Mask; in AcpiExInsertIntoField()
[all …]
/third_party/lib/acpica/source/components/utilities/
A Dutmath.c72 UINT64 Full;
97 UINT64 Dividend, in AcpiUtShortDivide()
99 UINT64 *OutQuotient, in AcpiUtShortDivide()
162 UINT64 InDividend, in AcpiUtDivide()
163 UINT64 InDivisor, in AcpiUtDivide()
164 UINT64 *OutQuotient, in AcpiUtDivide()
165 UINT64 *OutRemainder) in AcpiUtDivide()
311 UINT64 InDividend,
313 UINT64 *OutQuotient,
344 UINT64 InDividend,
[all …]
A Dutprint.c77 UINT64 Number,
86 UINT64 Number,
179 UINT64 Number, in AcpiUtPutNumber()
184 UINT64 DigitIndex; in AcpiUtPutNumber()
225 UINT64 *NumberPtr) in AcpiUtScanNumber()
227 UINT64 Number = 0; in AcpiUtScanNumber()
257 UINT64 Number) in AcpiUtPrintNumber()
299 UINT64 Number, in AcpiUtFormatNumber()
450 UINT64 Number; in AcpiUtVsnprintf()
669 Number = va_arg (Args, UINT64); in AcpiUtVsnprintf()
A Dutnonansi.c190 UINT64 *RetInteger) in AcpiUtStrtoul64()
193 UINT64 ReturnValue = 0; in AcpiUtStrtoul64()
194 UINT64 Quotient; in AcpiUtStrtoul64()
195 UINT64 Dividend; in AcpiUtStrtoul64()
336 (Dividend - (UINT64) ThisDigit), Base, &Quotient, NULL); in AcpiUtStrtoul64()
/third_party/lib/acpica/source/components/hardware/
A Dhwesleep.c84 Arg.Integer.Value = (UINT64) IntegerArgument; in AcpiHwExecuteSleepMethod()
117 UINT64 SleepStatus; in AcpiHwExtendedSleep()
133 Status = AcpiWrite ((UINT64) ACPI_X_WAKE_STATUS, in AcpiHwExtendedSleep()
158 Status = AcpiWrite ((UINT64) (SleepTypeValue | ACPI_X_SLEEP_ENABLE), in AcpiHwExtendedSleep()
212 (void) AcpiWrite ((UINT64) (SleepTypeValue | ACPI_X_SLEEP_ENABLE), in AcpiHwExtendedWakePrep()
254 (void) AcpiWrite ((UINT64) ACPI_X_WAKE_STATUS, &AcpiGbl_FADT.SleepStatus); in AcpiHwExtendedWake()
/third_party/lib/acpica/source/compiler/
A Ddtexpress.c84 UINT64 *ReturnValue) in DtResolveIntegerExpression()
86 UINT64 Result; in DtResolveIntegerExpression()
114 UINT64
116 UINT64 LeftValue, in DtDoOperator()
118 UINT64 RightValue) in DtDoOperator()
120 UINT64 Result; in DtDoOperator()
272 UINT64
A Dprexpress.c182 UINT64
186 UINT64 Value; in PrIsDefined()
221 UINT64
225 UINT64 Value; in PrResolveDefine()
266 UINT64 *ReturnValue) in PrResolveIntegerExpression()
268 UINT64 Result; in PrResolveIntegerExpression()
A Dpreprocess.h177 UINT64
181 UINT64
234 UINT64 *ReturnValue);
243 UINT64
A Ddtfield.c291 UINT64 Value; in DtCompileInteger()
292 UINT64 MaxValue; in DtCompileInteger()
352 MaxValue = ((UINT64) (-1)) >> (64 - (ByteLength * 8)); in DtCompileInteger()
462 UINT64 Value; in DtCompileBuffer()
518 UINT64 Value = 0; in DtCompileFlag()
579 if (Value >= ((UINT64) 1 << BitLength)) in DtCompileFlag()
A Daslrestype2w.c266 (UINT64) Descriptor->Address16.Minimum, in RsDoWordIoDescriptor()
267 (UINT64) Descriptor->Address16.Maximum, in RsDoWordIoDescriptor()
268 (UINT64) Descriptor->Address16.AddressLength, in RsDoWordIoDescriptor()
269 (UINT64) Descriptor->Address16.Granularity, in RsDoWordIoDescriptor()
471 (UINT64) Descriptor->Address16.Minimum, in RsDoWordBusNumberDescriptor()
472 (UINT64) Descriptor->Address16.Maximum, in RsDoWordBusNumberDescriptor()
473 (UINT64) Descriptor->Address16.AddressLength, in RsDoWordBusNumberDescriptor()
474 (UINT64) Descriptor->Address16.Granularity, in RsDoWordBusNumberDescriptor()
687 (UINT64) Descriptor->Address16.Minimum, in RsDoWordSpaceDescriptor()
688 (UINT64) Descriptor->Address16.Maximum, in RsDoWordSpaceDescriptor()
[all …]
/third_party/lib/acpica/source/components/tables/
A Dtbfadt.c58 UINT64 Address,
70 static UINT64
74 UINT64 Address64);
214 UINT64 Address, in AcpiTbInitGenericAddress()
286 static UINT64
290 UINT64 Address64) in AcpiTbSelectAddress()
297 return ((UINT64) Address32); in AcpiTbSelectAddress()
301 (Address64 != (UINT64) Address32)) in AcpiTbSelectAddress()
315 return ((UINT64) Address32); in AcpiTbSelectAddress()
612 (UINT64) Address32, Name, Flags); in AcpiTbConvertFadt()
[all …]
/third_party/lib/acpica/source/tools/acpidump/
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))
/third_party/lib/acpica/source/os_specific/service_layers/
A Doswinxf.c67 UINT64 TimerFrequency;
305 UINT64
319 return ((UINT64) ((Timer.QuadPart * (UINT64) ACPI_100NSEC_PER_SEC) / in AcpiOsGetTimer()
329 return ((UINT64) GetTickCount() * ACPI_100NSEC_PER_MSEC); in AcpiOsGetTimer()
1146 UINT64 Milliseconds) in AcpiOsSleep()
1175 UINT64 *Value, in AcpiOsReadPciConfiguration()
1203 UINT64 Value, in AcpiOsWritePciConfiguration()
1312 UINT64 *Value, in AcpiOsReadMemory()
1353 UINT64 Value, in AcpiOsWriteMemory()

Completed in 57 milliseconds

12345