Home
last modified time | relevance | path

Searched refs:Uint64 (Results 1 – 25 of 34) sorted by relevance

12

/device/linaro/bootloader/edk2/PcAtChipsetPkg/HpetTimerDxe/
DHpetTimer.c281 HpetWrite (HPET_GENERAL_CONFIGURATION_OFFSET, mHpetGeneralConfiguration.Uint64); in HpetEnable()
549 …te (HPET_TIMER_CONFIGURATION_OFFSET + mTimerIndex * HPET_TIMER_STRIDE, mTimerConfiguration.Uint64); in TimerDriverSetTimerPeriod()
586 …petWrite (HPET_TIMER_MSI_ROUTE_OFFSET + mTimerIndex * HPET_TIMER_STRIDE, HpetTimerMsiRoute.Uint64); in TimerDriverSetTimerPeriod()
604 …te (HPET_TIMER_CONFIGURATION_OFFSET + mTimerIndex * HPET_TIMER_STRIDE, mTimerConfiguration.Uint64); in TimerDriverSetTimerPeriod()
776 mHpetGeneralCapabilities.Uint64 = HpetRead (HPET_GENERAL_CAPABILITIES_ID_OFFSET); in TimerDriverInitialize()
777 mHpetGeneralConfiguration.Uint64 = HpetRead (HPET_GENERAL_CONFIGURATION_OFFSET); in TimerDriverInitialize()
783 ASSERT (mHpetGeneralCapabilities.Uint64 != 0); in TimerDriverInitialize()
784 ASSERT (mHpetGeneralCapabilities.Uint64 != 0xFFFFFFFFFFFFFFFFULL); in TimerDriverInitialize()
785 …if (mHpetGeneralCapabilities.Uint64 == 0 || mHpetGeneralCapabilities.Uint64 == 0xFFFFFFFFFFFFFFFFU… in TimerDriverInitialize()
801 …G ((DEBUG_INFO, " HPET_GENERAL_CONFIGURATION = 0x%016lx\n", mHpetGeneralConfiguration.Uint64)); in TimerDriverInitialize()
[all …]
/device/linaro/bootloader/edk2/PcAtChipsetPkg/Include/Register/
DHpet.h54 UINT64 Uint64; member
67 UINT64 Uint64; member
90 UINT64 Uint64; member
101 UINT64 Uint64; member
DIoApic.h81 UINT64 Uint64; member
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenPage/
DVirtualMemory.h48 UINT64 Uint64; member
70 UINT64 Uint64; member
92 UINT64 Uint64; member
117 UINT64 Uint64; member
DGenPage.c176 …PageMapLevel4Entry->Uint64 = (UINT64)(UINT32)(CONVERT_BIN_PAGE_ADDRESS (PageDirectoryPointerEntry)… in CreateIdentityMappingPageTables()
190 …PageDirectoryPointerEntry->Uint64 = (UINT64)(UINT32)(CONVERT_BIN_PAGE_ADDRESS (PageDirectoryEntry2… in CreateIdentityMappingPageTables()
198 PageDirectoryEntry2MB->Uint64 = (UINT64)PageAddress; in CreateIdentityMappingPageTables()
/device/linaro/bootloader/edk2/DuetPkg/DxeIpl/X64/
DVirtualMemory.h46 UINT64 Uint64; member
66 UINT64 Uint64; member
88 UINT64 Uint64; member
112 UINT64 Uint64; member
DPaging.c93 PageDirectoryEntry4KB->Uint64 = (UINT64)(UINTN)PageTableEntry4KB; in X64Create4KPageTables()
105 PageTableEntry4KB->Uint64 = (UINT64)PageAddress; in X64Create4KPageTables()
150 PageMapLevel4Entry->Uint64 = (UINT64)(UINTN)(TempPageTable); in X64Create2MPageTables()
164 PageDirectoryPointerEntry->Uint64 = (UINT64)(UINTN)(TempPageTable); in X64Create2MPageTables()
172 PageDirectoryEntry2MB->Uint64 = (UINT64)PageAddress; in X64Create2MPageTables()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/X64/
DVirtualMemory.h44 UINT64 Uint64; member
73 UINT64 Uint64; member
95 UINT64 Uint64; member
119 UINT64 Uint64; member
143 UINT64 Uint64; member
DVirtualMemory.c80 PageTableEntry->Uint64 = (UINT64) PhysicalAddress4K; in Split2MPageTo4K()
130 PageDirectoryEntry->Uint64 = (UINT64) PhysicalAddress2M; in Split1GPageTo2M()
249 PageMapLevel4Entry->Uint64 = (UINT64)(UINTN)PageDirectoryPointerEntry; in CreateIdentityMappingPageTables()
263 PageDirectory1GEntry->Uint64 = (UINT64)PageAddress; in CreateIdentityMappingPageTables()
281 PageDirectoryPointerEntry->Uint64 = (UINT64)(UINTN)PageDirectoryEntry; in CreateIdentityMappingPageTables()
295 PageDirectoryEntry->Uint64 = (UINT64)PageAddress; in CreateIdentityMappingPageTables()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/CapsulePei/
DCapsule.h66 UINT64 Uint64; member
90 UINT64 Uint64; member
114 UINT64 Uint64; member
DUefiCapsule.c190 PageMapLevel4Entry->Uint64 = (UINT64)(UINTN)PageDirectoryPointerEntry; in Create4GPageTables()
201 PageDirectory1GEntry->Uint64 = (UINT64)PageAddress; in Create4GPageTables()
218 PageDirectoryPointerEntry->Uint64 = (UINT64)(UINTN)PageDirectoryEntry; in Create4GPageTables()
226 PageDirectoryEntry->Uint64 = (UINT64)PageAddress; in Create4GPageTables()
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicX2ApicLib/
DBaseXApicX2ApicLib.c81 ApicBaseMsr.Uint64 = AsmReadMsr64 (MSR_IA32_APIC_BASE_ADDRESS); in GetLocalApicBaseAddress()
112 ApicBaseMsr.Uint64 = AsmReadMsr64 (MSR_IA32_APIC_BASE_ADDRESS); in SetLocalApicBaseAddress()
117 AsmWriteMsr64 (MSR_IA32_APIC_BASE_ADDRESS, ApicBaseMsr.Uint64); in SetLocalApicBaseAddress()
313 ApicBaseMsr.Uint64 = AsmReadMsr64 (MSR_IA32_APIC_BASE_ADDRESS); in GetApicMode()
358 ApicBaseMsr.Uint64 = AsmReadMsr64 (MSR_IA32_APIC_BASE_ADDRESS); in SetApicMode()
360 AsmWriteMsr64 (MSR_IA32_APIC_BASE_ADDRESS, ApicBaseMsr.Uint64); in SetApicMode()
372 ApicBaseMsr.Uint64 = AsmReadMsr64 (MSR_IA32_APIC_BASE_ADDRESS); in SetApicMode()
375 AsmWriteMsr64 (MSR_IA32_APIC_BASE_ADDRESS, ApicBaseMsr.Uint64); in SetApicMode()
377 AsmWriteMsr64 (MSR_IA32_APIC_BASE_ADDRESS, ApicBaseMsr.Uint64); in SetApicMode()
1027 MsiData.Uint64 = 0; in GetApicMsiValue()
[all …]
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/X64/
DDispatchExecute.c35 UINT64 Uint64; member
49 UINT64 Uint64; member
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/
DBootScriptExecute.c256 *Out.Uint64 = IoRead64 ((UINTN) Address); in ScriptIoRead()
260 *Out.Uint64 = IoRead64 ((UINTN) Address); in ScriptIoRead()
264 *Out.Uint64 = IoRead64 ((UINTN) Address); in ScriptIoRead()
359 … DEBUG ((EFI_D_INFO, "S3BootScriptWidthUint64 - 0x%08x (0x%016lx)\n", (UINTN)Address, *In.Uint64)); in ScriptIoWrite()
360 IoWrite64 ((UINTN) Address, *In.Uint64); in ScriptIoWrite()
363 …_D_INFO, "S3BootScriptWidthFifoUint64 - 0x%08x (0x%016lx)\n", (UINTN)OriginalAddress, *In.Uint64)); in ScriptIoWrite()
364 IoWrite64 ((UINTN) OriginalAddress, *In.Uint64); in ScriptIoWrite()
367 …_D_INFO, "S3BootScriptWidthFillUint64 - 0x%08x (0x%016lx)\n", (UINTN)Address, *OriginalIn.Uint64)); in ScriptIoWrite()
368 IoWrite64 ((UINTN) Address, *OriginalIn.Uint64); in ScriptIoWrite()
491 *Out.Uint64 = MmioRead64 ((UINTN) Address); in ScriptMemoryRead()
[all …]
DInternalBootScriptLib.h61 UINT64 volatile *Uint64; member
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DDebugAgent.h131 UINT64 Uint64; member
161 UINT64 Uint64; member
181 UINT64 Uint64; member
/device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/
DLocalApic.h66 UINT64 Uint64; member
203 UINT64 Uint64; member
/device/linaro/bootloader/edk2/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/
DS3Resume.c78 UINT64 Uint64; member
100 UINT64 Uint64; member
124 UINT64 Uint64; member
148 UINT64 Uint64; member
692 PageMapLevel4Entry->Uint64 = (UINT64)(UINTN)PageDirectoryPointerEntry; in RestoreS3PageTables()
703 PageDirectory1GEntry->Uint64 = (UINT64)PageAddress; in RestoreS3PageTables()
720 PageDirectoryPointerEntry->Uint64 = (UINT64)(UINTN)PageDirectoryEntry; in RestoreS3PageTables()
728 PageDirectoryEntry->Uint64 = (UINT64)PageAddress; in RestoreS3PageTables()
/device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicLib/
DBaseXApicLib.c80 ApicBaseMsr.Uint64 = AsmReadMsr64 (MSR_IA32_APIC_BASE_ADDRESS); in GetLocalApicBaseAddress()
111 ApicBaseMsr.Uint64 = AsmReadMsr64 (MSR_IA32_APIC_BASE_ADDRESS); in SetLocalApicBaseAddress()
116 AsmWriteMsr64 (MSR_IA32_APIC_BASE_ADDRESS, ApicBaseMsr.Uint64); in SetLocalApicBaseAddress()
255 ApicBaseMsr.Uint64 = AsmReadMsr64 (MSR_IA32_APIC_BASE_ADDRESS); in GetApicMode()
932 MsiData.Uint64 = 0; in GetApicMsiValue()
941 return MsiData.Uint64; in GetApicMsiValue()
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/BaseFspApiLib/X64/
DDispatchExecute.c38 UINT64 Uint64; member
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuMpPei/
DPeiMpServices.c777 ApicBaseMsr.Uint64 = AsmReadMsr64 (MSR_IA32_APIC_BASE_ADDRESS); in PeiSwitchBSP()
779 AsmWriteMsr64 (MSR_IA32_APIC_BASE_ADDRESS, ApicBaseMsr.Uint64); in PeiSwitchBSP()
808 ApicBaseMsr.Uint64 = AsmReadMsr64 (MSR_IA32_APIC_BASE_ADDRESS); in PeiSwitchBSP()
810 AsmWriteMsr64 (MSR_IA32_APIC_BASE_ADDRESS, ApicBaseMsr.Uint64); in PeiSwitchBSP()
DCpuMpPei.h102 UINT64 Uint64; member
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/Ia32/
DDxeLoadFunc.c114 PageDirectoryPointerEntry->Uint64 = (UINT64) (UINTN) PageDirectoryEntry; in Create4GPageTablesIa32Pae()
127 PageDirectoryEntry->Uint64 = (UINT64) PhysicalAddress; in Create4GPageTablesIa32Pae()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/
DX86Thunk.c43 UINT64 Uint64; member
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
DAhciMode.c545 Data64.Uint64 = (UINTN) (AhciRegisters->AhciRFis) + sizeof (EFI_AHCI_RECEIVED_FIS) * Port; in AhciBuildCommand()
547 BaseAddr = Data64.Uint64; in AhciBuildCommand()
584 Data64.Uint64 = (UINT64)MemAddr; in AhciBuildCommand()
604 Data64.Uint64 = (UINT64)(UINTN) AhciRegisters->AhciCommandTablePciAddr; in AhciBuildCommand()
2304 … Data64.Uint64 = (UINTN) (AhciRegisters->AhciRFisPciAddr) + sizeof (EFI_AHCI_RECEIVED_FIS) * Port; in AhciModeInitialization()
2310 Data64.Uint64 = (UINTN) (AhciRegisters->AhciCmdListPciAddr); in AhciModeInitialization()

12