Searched refs:Uint64 (Results 1 - 24 of 24) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/Include/Register/
H A DHpet.h54 UINT64 Uint64; member in union:__anon12633
67 UINT64 Uint64; member in union:__anon12635
90 UINT64 Uint64; member in union:__anon12637
101 UINT64 Uint64; member in union:__anon12639
H A DIoApic.h81 UINT64 Uint64; member in union:__anon12645
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GenPage/
H A DVirtualMemory.h53 UINT64 Uint64; member in union:__anon10018
75 UINT64 Uint64; member in union:__anon10020
97 UINT64 Uint64; member in union:__anon10022
122 UINT64 Uint64; member in union:__anon10024
H A DGenPage.c177 PageMapLevel4Entry->Uint64 = (UINT64)(UINT32)(CONVERT_BIN_PAGE_ADDRESS (PageDirectoryPointerEntry));
191 PageDirectoryPointerEntry->Uint64 = (UINT64)(UINT32)(CONVERT_BIN_PAGE_ADDRESS (PageDirectoryEntry2MB));
199 PageDirectoryEntry2MB->Uint64 = (UINT64)PageAddress;
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkModulePkg/Universal/Acpi/AcpiS3SaveDxe/
H A DAcpiS3Save.h39 UINT64 Uint64; member in union:__anon10475
68 UINT64 Uint64; member in union:__anon10478
92 UINT64 Uint64; member in union:__anon10480
116 UINT64 Uint64; member in union:__anon10482
H A DAcpiS3Save.c299 PageMapLevel4Entry->Uint64 = (UINT64)(UINTN)PageDirectoryPointerEntry;
310 PageDirectory1GEntry->Uint64 = (UINT64)PageAddress;
327 PageDirectoryPointerEntry->Uint64 = (UINT64)(UINTN)PageDirectoryEntry;
335 PageDirectoryEntry->Uint64 = (UINT64)PageAddress;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/DxeIplPeim/X64/
H A DVirtualMemory.h44 UINT64 Uint64; member in union:__anon10948
73 UINT64 Uint64; member in union:__anon10951
97 UINT64 Uint64; member in union:__anon10953
121 UINT64 Uint64; member in union:__anon10955
H A DVirtualMemory.c144 PageMapLevel4Entry->Uint64 = (UINT64)(UINTN)PageDirectoryPointerEntry;
155 PageDirectory1GEntry->Uint64 = (UINT64)PageAddress;
172 PageDirectoryPointerEntry->Uint64 = (UINT64)(UINTN)PageDirectoryEntry;
180 PageDirectoryEntry->Uint64 = (UINT64)PageAddress;
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/HpetTimerDxe/
H A DHpetTimer.c281 HpetWrite (HPET_GENERAL_CONFIGURATION_OFFSET, mHpetGeneralConfiguration.Uint64);
549 HpetWrite (HPET_TIMER_CONFIGURATION_OFFSET + mTimerIndex * HPET_TIMER_STRIDE, mTimerConfiguration.Uint64);
586 HpetWrite (HPET_TIMER_MSI_ROUTE_OFFSET + mTimerIndex * HPET_TIMER_STRIDE, HpetTimerMsiRoute.Uint64);
603 HpetWrite (HPET_TIMER_CONFIGURATION_OFFSET + mTimerIndex * HPET_TIMER_STRIDE, mTimerConfiguration.Uint64);
775 mHpetGeneralCapabilities.Uint64 = HpetRead (HPET_GENERAL_CAPABILITIES_ID_OFFSET);
776 mHpetGeneralConfiguration.Uint64 = HpetRead (HPET_GENERAL_CONFIGURATION_OFFSET);
782 ASSERT (mHpetGeneralCapabilities.Uint64 != 0);
783 ASSERT (mHpetGeneralCapabilities.Uint64 != 0xFFFFFFFFFFFFFFFFULL);
784 if (mHpetGeneralCapabilities.Uint64 == 0 || mHpetGeneralCapabilities.Uint64
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/CapsulePei/
H A DCapsule.h65 UINT64 Uint64; member in union:__anon11121
89 UINT64 Uint64; member in union:__anon11123
113 UINT64 Uint64; member in union:__anon11125
H A DUefiCapsule.c218 PageMapLevel4Entry->Uint64 = (UINT64)(UINTN)PageDirectoryPointerEntry;
229 PageDirectory1GEntry->Uint64 = (UINT64)PageAddress;
246 PageDirectoryPointerEntry->Uint64 = (UINT64)(UINTN)PageDirectoryEntry;
254 PageDirectoryEntry->Uint64 = (UINT64)PageAddress;
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Include/Register/
H A DLocalApic.h73 UINT64 Uint64; member in union:__anon13049
210 UINT64 Uint64; member in union:__anon13067
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Library/BaseXApicX2ApicLib/
H A DBaseXApicX2ApicLib.c179 ApicBaseMsr.Uint64 = AsmReadMsr64 (MSR_IA32_APIC_BASE_ADDRESS);
214 ApicBaseMsr.Uint64 = AsmReadMsr64 (MSR_IA32_APIC_BASE_ADDRESS);
216 AsmWriteMsr64 (MSR_IA32_APIC_BASE_ADDRESS, ApicBaseMsr.Uint64);
228 ApicBaseMsr.Uint64 = AsmReadMsr64 (MSR_IA32_APIC_BASE_ADDRESS);
231 AsmWriteMsr64 (MSR_IA32_APIC_BASE_ADDRESS, ApicBaseMsr.Uint64);
233 AsmWriteMsr64 (MSR_IA32_APIC_BASE_ADDRESS, ApicBaseMsr.Uint64);
827 MsiData.Uint64 = 0;
836 return MsiData.Uint64;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/PiDxeS3BootScriptLib/
H A DInternalBootScriptLib.h59 UINT64 volatile *Uint64; member in union:__anon11107
H A DBootScriptExecute.c446 DEBUG ((EFI_D_INFO, "S3BootScriptWidthUint64 - 0x%08x (0x%016lx)\n", (UINTN)Address, *In.Uint64));
447 IoWrite64 ((UINTN) Address, *In.Uint64);
450 DEBUG ((EFI_D_INFO, "S3BootScriptWidthFifoUint64 - 0x%08x (0x%016lx)\n", (UINTN)Address, *In.Uint64));
451 IoWrite64 ((UINTN) OriginalAddress, *In.Uint64);
454 DEBUG ((EFI_D_INFO, "S3BootScriptWidthFillUint64 - 0x%08x (0x%016lx)\n", (UINTN)Address, *In.Uint64));
455 IoWrite64 ((UINTN) Address, *OriginalIn.Uint64);
561 *Out.Uint64 = MmioRead64 ((UINTN) Address);
652 DEBUG ((EFI_D_INFO, "S3BootScriptWidthUint64 - 0x%08x (0x%016lx)\n", (UINTN)Address, *In.Uint64));
653 MmioWrite64 ((UINTN) Address, *In.Uint64);
656 DEBUG ((EFI_D_INFO, "S3BootScriptWidthFifoUint64 - 0x%08x (0x%016lx)\n", (UINTN)OriginalAddress, *In.Uint64));
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/
H A DS3Resume.c68 UINT64 Uint64; member in union:__anon13069
90 UINT64 Uint64; member in union:__anon13071
114 UINT64 Uint64; member in union:__anon13073
138 UINT64 Uint64; member in union:__anon13075
579 PageMapLevel4Entry->Uint64 = (UINT64)(UINTN)PageDirectoryPointerEntry;
590 PageDirectory1GEntry->Uint64 = (UINT64)PageAddress;
607 PageDirectoryPointerEntry->Uint64 = (UINT64)(UINTN)PageDirectoryEntry;
615 PageDirectoryEntry->Uint64 = (UINT64)PageAddress;
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
H A DDebugAgent.h89 UINT64 Uint64; member in union:__anon12929
/vbox/src/VBox/Devices/EFI/Firmware/UefiCpuPkg/Library/BaseXApicLib/
H A DBaseXApicLib.c133 ApicBaseMsr.Uint64 = AsmReadMsr64 (MSR_IA32_APIC_BASE_ADDRESS);
744 MsiData.Uint64 = 0;
753 return MsiData.Uint64;
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
H A DAhciMode.h36 UINT64 Uint64; member in union:__anon10787
H A DAhciMode.c529 Data64.Uint64 = (UINTN) (AhciRegisters->AhciRFis) + sizeof (EFI_AHCI_RECEIVED_FIS) * Port;
531 BaseAddr = Data64.Uint64;
569 Data64.Uint64 = (UINT64)MemAddr;
589 Data64.Uint64 = (UINT64)(UINTN) AhciRegisters->AhciCommandTablePciAddr;
2208 Data64.Uint64 = (UINTN) (AhciRegisters->AhciRFisPciAddr) + sizeof (EFI_AHCI_RECEIVED_FIS) * Port;
2214 Data64.Uint64 = (UINTN) (AhciRegisters->AhciCmdListPciAddr);
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/Ia32/
H A DArchReadGroupRegister.c206 Data32 = (UINT32) RShiftU64 (Ia32Gdt[Selector / 8].Uint64, 24);
/vbox/src/VBox/Devices/EFI/Firmware/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/X64/
H A DArchReadGroupRegister.c66 Data32 = (UINT32) RShiftU64 (Ia32Gdt[Selector / 8].Uint64, 24);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DBaseLib.h4954 UINT64 Uint64; member in union:__anon11934
4986 UINT64 Uint64; member in union:__anon11937
5006 UINT64 Uint64; member in struct:__anon11939::__anon11941
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrSyntax.g160 #token Uint64("UINT64") "UINT64"
3160 | Uint64 << CastType = 1; >>

Completed in 121 milliseconds