Home
last modified time | relevance | path

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

1234567

/reactos/drivers/bus/acpi/acpica/include/platform/
H A Dacefi.h146 UINT64 efi_call3(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3);
147 UINT64 efi_call4(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
149 UINT64 efi_call5(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
151 UINT64 efi_call6(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
153 UINT64 efi_call7(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
155 UINT64 efi_call8(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
156 UINT64 arg4, UINT64 arg5, UINT64 arg6, UINT64 arg7,
158 UINT64 efi_call9(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
159 UINT64 arg4, UINT64 arg5, UINT64 arg6, UINT64 arg7,
161 UINT64 efi_call10(void *func, UINT64 arg1, UINT64 arg2, UINT64 arg3,
[all …]
H A Dacefiex.h327 UINT64 Revision;
396 UINT64 Size;
397 UINT64 FileSize;
398 UINT64 PhysicalSize;
402 UINT64 Attribute;
1022 UINT64 ACPI_EFI_API
1028 UINT64 ACPI_EFI_API
1033 UINT64 ACPI_EFI_API
1035 UINT64 Operand,
1038 UINT64 ACPI_EFI_API
[all …]
/reactos/drivers/bus/acpi/acpica/include/
H A Dactbl2.h140 UINT64 Reserved1;
264 UINT64 Address;
677 UINT64 BaseAddress;
678 UINT64 Length;
892 UINT64 AcpiHid;
893 UINT64 AcpiCid;
1757 UINT64 Length;
1873 UINT64 Offset;
1874 UINT64 Size;
2323 UINT64 Length;
[all …]
H A Dactbl1.h444 UINT64 DpaLength;
590 UINT64 Base;
591 UINT64 Length;
602 UINT64 BaseHpa;
652 UINT64 Address;
673 UINT64 Reserved;
1099 UINT64 Address;
1206 UINT64 Address;
1207 UINT64 Range;
1409 UINT64 Address;
[all …]
H A Dacinterp.h193 UINT64 Mask,
199 UINT64 *Datum,
245 UINT64 *Value,
286 UINT64
430 UINT64 Time);
696 UINT64 Value);
716 UINT64 *Value,
725 UINT64 *Value,
734 UINT64 *Value,
743 UINT64 *Value,
[all …]
H A Dacutils.h301 UINT64
305 UINT64
363 UINT64 Integer,
502 UINT64 Value);
598 UINT64 *Value);
698 UINT64 Value);
832 UINT64 InDividend,
833 UINT64 InDivisor,
839 UINT64 InDividend,
852 UINT64 Operand,
[all …]
H A Dactbl3.h129 UINT64 LocalityCount;
233 UINT64 Reserved; /* Reserved, must be zero */
281 UINT64 BaseAddress;
282 UINT64 Length;
477 UINT64 ControlAddress;
504 UINT64 ControlAddress;
639 UINT64 BaseAddress;
658 UINT64 BaseAddress;
847 UINT64 HandoffAddress;
897 UINT64 GrantTableAddress;
[all …]
H A Dactbl.h137 UINT64 Address; /* 64-bit address of struct or register */
157UINT64 XsdtPhysicalAddress; /* 64-bit physical address of the XSDT (ACPI 2…
180 UINT64 XsdtPhysicalAddress;
204 UINT64 TableOffsetEntry[1]; /* Array of pointers to ACPI tables */
209 #define ACPI_XSDT_ENTRY_SIZE (sizeof (UINT64))
226UINT64 XFirmwareWakingVector; /* 64-bit version of the Firmware Waking Vector (A…
303 UINT64 XFacs; /* 64-bit physical address of FACS */
304 UINT64 XDsdt; /* 64-bit physical address of DSDT */
315 UINT64 HypervisorId; /* Hypervisor Vendor ID (ACPI 6.0) */
H A Damlresrc.h340 UINT64 Granularity;
341 UINT64 Minimum;
342 UINT64 Maximum;
343 UINT64 TranslationOffset;
344 UINT64 AddressLength;
345 UINT64 TypeSpecific;
356 UINT64 Granularity;
357 UINT64 Minimum;
358 UINT64 Maximum;
360 UINT64 AddressLength;
[all …]
/reactos/hal/halx86/apic/
H A Dapicp.h189 UINT64 LongLong;
192 UINT64 Reserved1:8;
194 UINT64 Reserved2:2;
195 UINT64 Enable:1;
240 UINT64 LongLong;
248 UINT64 Vector:8;
253 UINT64 Level:1;
292 UINT64 LongLong;
300 UINT64 Vector:8;
304 UINT64 Polarity:1;
[all …]
/reactos/sdk/include/ndk/amd64/
H A Dketypes.h406 UINT64 P5;
412 UINT64 Rax;
413 UINT64 Rcx;
414 UINT64 Rdx;
415 UINT64 R8;
416 UINT64 R9;
417 UINT64 R10;
418 UINT64 R11;
436 UINT64 Dr0;
437 UINT64 Dr1;
[all …]
/reactos/drivers/bus/acpi/acpica/utilities/
H A Dutstrsuppt.c61 UINT64 Multiplicand,
63 UINT64 *OutProduct);
67 UINT64 Addend1,
69 UINT64 *OutSum);
430 UINT64 Product; in AcpiUtInsertDigit()
470 UINT64 *OutProduct) in AcpiUtStrtoulMultiply64()
472 UINT64 Product; in AcpiUtStrtoulMultiply64()
473 UINT64 Quotient; in AcpiUtStrtoulMultiply64()
530 UINT64 Addend1, in AcpiUtStrtoulAdd64()
532 UINT64 *OutSum) in AcpiUtStrtoulAdd64()
[all …]
H A Dutmath.c62 UINT64 Full;
91 UINT64 *OutProduct) in AcpiUtShortMultiply()
140 UINT64 Operand, in AcpiUtShortShiftLeft()
142 UINT64 *OutResult) in AcpiUtShortShiftLeft()
185 UINT64 Operand, in AcpiUtShortShiftRight()
187 UINT64 *OutResult) in AcpiUtShortShiftRight()
259 UINT64 Operand, in AcpiUtShortShiftLeft()
261 UINT64 *OutResult) in AcpiUtShortShiftLeft()
289 UINT64 Operand, in AcpiUtShortShiftRight()
338 UINT64 Dividend, in AcpiUtShortDivide()
[all …]
/reactos/sdk/include/reactos/x86x64/Intel/
H A DArchitecturalMsr.h146 UINT64 Uint64;
204 UINT64 Uint64;
307 UINT64 Uint64;
399 UINT64 Uint64;
489 UINT64 Uint64;
682 UINT64 Uint64;
727 UINT64 Uint64;
855 UINT64 Uint64;
916 UINT64 Uint64;
1035 UINT64 Uint64;
[all …]
/reactos/drivers/bus/acpi/acpica/executer/
H A Dexutils.c72 UINT64 Value,
196 (ObjDesc->Integer.Value > (UINT64) ACPI_UINT32_MAX)) in AcpiExTruncateFor32bitTable()
202 ObjDesc->Integer.Value &= (UINT64) ACPI_UINT32_MAX; in AcpiExTruncateFor32bitTable()
317 UINT64 Value, in AcpiExDigitsNeeded()
321 UINT64 CurrentValue; in AcpiExDigitsNeeded()
368 UINT64 CompressedId) in AcpiExEisaIdToString()
395 OutString[3] = AcpiUtHexToAsciiChar ((UINT64) SwappedId, 12); in AcpiExEisaIdToString()
396 OutString[4] = AcpiUtHexToAsciiChar ((UINT64) SwappedId, 8); in AcpiExEisaIdToString()
397 OutString[5] = AcpiUtHexToAsciiChar ((UINT64) SwappedId, 4); in AcpiExEisaIdToString()
398 OutString[6] = AcpiUtHexToAsciiChar ((UINT64) SwappedId, 0); in AcpiExEisaIdToString()
[all …]
H A Dexregion.c76 UINT64 *Value, in AcpiExSystemMemorySpaceHandler()
144 ((UINT64) Address + Length > (UINT64) Mm->PhysicalAddress + Mm->Length)) in AcpiExSystemMemorySpaceHandler()
165 if ((UINT64) Address + Length > (UINT64) Mm->PhysicalAddress + Mm->Length) in AcpiExSystemMemorySpaceHandler()
249 ((UINT64) Address - (UINT64) Mm->PhysicalAddress); in AcpiExSystemMemorySpaceHandler()
272 *Value = (UINT64) ACPI_GET8 (LogicalAddrPtr); in AcpiExSystemMemorySpaceHandler()
277 *Value = (UINT64) ACPI_GET16 (LogicalAddrPtr); in AcpiExSystemMemorySpaceHandler()
363 UINT64 *Value, in AcpiExSystemIoSpaceHandler()
428 UINT64 *Value, in AcpiExPciConfigSpaceHandler()
509 UINT64 *Value, in AcpiExCmosSpaceHandler()
546 UINT64 *Value, in AcpiExPciBarSpaceHandler()
[all …]
H 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 …]
/reactos/drivers/network/dd/netkvm/Common/
H A DDebugData.h87 UINT64 Address;
88 UINT64 Size;
118 UINT64 Context;
128 UINT64 Context;
129 UINT64 pParam1;
139 UINT64 Context;
142 UINT64 pParam1;
166 UINT64 res1;
167 UINT64 res2;
168 UINT64 History;
[all …]
/reactos/dll/win32/dbghelp/
H A Dimage_private.h32 UINT64 e_entry; /* Entry point virtual address */
33 UINT64 e_phoff; /* Program header table file offset */
34 UINT64 e_shoff; /* Section header table file offset */
48 UINT64 sh_flags; /* Section flags */
49 UINT64 sh_addr; /* Section virtual addr at execution */
50 UINT64 sh_offset; /* Section file offset */
51 UINT64 sh_size; /* Section size in bytes */
54 UINT64 sh_addralign; /* Section alignment */
75 UINT64 addr; /* memory address of this section */
76 UINT64 size; /* size in bytes of this section */
[all …]
/reactos/boot/environ/include/efi/
H A DDevicePath.h342 UINT64 WWN;
346 UINT64 Lun;
382 UINT64 Guid;
642 UINT64 ServiceId;
650 UINT64 DeviceId;
673 UINT64 BaudRate;
749 UINT64 SasAddress;
753 UINT64 Lun;
805 UINT64 Lun;
1003 UINT64 StartingOffset;
[all …]
/reactos/sdk/include/ddk/
H A Dd3dkmthk.h530 D3DKMT_ALIGN64 UINT64 uiCookie;
537 D3DKMT_ALIGN64 UINT64 Key;
2650 D3DKMT_ALIGN64 UINT64 IndexMask;
2699 D3DKMT_ALIGN64 UINT64 Size;
3475 D3DKMT_ALIGN64 UINT64 Value;
3657 UINT64 Reserved : 61;
3663 UINT64 SystemMemory : 1;
3665 UINT64 Reserved : 62;
3720 D3DKMT_ALIGN64 UINT64 Budget;
3722 D3DKMT_ALIGN64 UINT64 Usage;
[all …]
/reactos/drivers/bus/acpi/acpica/hardware/
H A Dhwregs.c59 UINT64 Address,
94 UINT64 Address, in AcpiHwGetAccessBitWidth()
182 UINT64 *Address) in AcpiHwValidateRegister()
260 UINT64 *Value, in AcpiHwRead()
263 UINT64 Address; in AcpiHwRead()
267 UINT64 Value64; in AcpiHwRead()
358 UINT64 Value, in AcpiHwWrite()
361 UINT64 Address; in AcpiHwWrite()
365 UINT64 Value64; in AcpiHwWrite()
579 UINT64 Value64; in AcpiHwRegisterRead()
[all …]
/reactos/sdk/include/psdk/
H A Dd3dukmdt.h317 UINT64 SegmentOffset;
630 D3DKMT_ALIGN64 UINT64 hKmdCpuEvent;
1380 UINT64 FrameNumber : 40;
1381 UINT64 PartNumber : 24;
1383 UINT64 Value;
1487 UINT64 Write : 1;
1488 UINT64 Execute : 1;
1489 UINT64 Zero : 1;
1490 UINT64 NoAccess : 1;
1492 UINT64 Reserved : 59;
[all …]
/reactos/sdk/lib/drivers/arbiter/
H A Darbiter.h17 UINT64 Start;
18 UINT64 End;
30 UINT64 Minimum;
31 UINT64 Maximum;
42 UINT64 Start;
43 UINT64 End;
44 UINT64 CurrentMinimum;
45 UINT64 CurrentMaximum;
70 _In_ UINT64 Start,
/reactos/drivers/bus/acpi/acpica/tables/
H 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()
617 if (Address64->Address != (UINT64) Address32) in AcpiTbConvertFadt()
[all …]

1234567