Searched refs:PcdGet64 (Results 1 - 25 of 35) sorted by relevance

12

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Library/BaseSerialPortLib16550/
H A DBaseSerialPortLib16550.c60 return MmioRead8 ((UINTN)PcdGet64 (PcdSerialRegisterBase) + Offset);
62 return IoRead8 ((UINT16)PcdGet64 (PcdSerialRegisterBase) + Offset);
85 return MmioWrite8 ((UINTN)PcdGet64 (PcdSerialRegisterBase) + Offset, Value);
87 return IoWrite8 ((UINT16)PcdGet64 (PcdSerialRegisterBase) + Offset, Value);
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/Library/EmuVariableFvbLib/
H A DEmuVariableFvbLib.c74 EventToSignal = (EFI_EVENT)(UINTN) PcdGet64 (PcdEmuVariableEvent);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Misc/
H A DDebugImageInfo.c63 Memory = PcdGet64 (PcdMaxEfiSystemTablePointerAddress);
74 if (PcdGet64 (PcdMaxEfiSystemTablePointerAddress) != 0) {
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseIoLibIntrinsic/
H A DIoLibIpf.c43 IoBlockBaseAddress = PcdGet64(PcdIoBlockBaseAddressForIpf);
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/EmuVariableFvbRuntimeDxe/
H A DFvb.c794 if (PcdGet64 (PcdEmuVariableNvStoreReserved) != 0) {
795 Ptr = (VOID*)(UINTN) PcdGet64 (PcdEmuVariableNvStoreReserved);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Image/
H A DImage.c295 if ((INT64)PcdGet64(PcdLoadModuleAtFixAddressEnable) > 0) {
380 if (PcdGet64(PcdLoadModuleAtFixAddressEnable) != 0) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/Pei/
H A DVariable.c360 FvHeader = (EFI_FIRMWARE_VOLUME_HEADER *) (UINTN) (PcdGet64 (PcdFlashNvStorageVariableBase64) != 0 ?
361 PcdGet64 (PcdFlashNvStorageVariableBase64) :
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/Pei/
H A DVariable.c358 FvHeader = (EFI_FIRMWARE_VOLUME_HEADER *) (UINTN) (PcdGet64 (PcdFlashNvStorageVariableBase64) != 0 ?
359 PcdGet64 (PcdFlashNvStorageVariableBase64) :
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/PeiMain/
H A DPeiMain.c222 if (PcdGet64(PcdLoadModuleAtFixAddressEnable) != 0 && (OldCoreData->HobList.HandoffInformationTable->BootMode != BOOT_ON_S3_RESUME)) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/PiSmmCore/
H A DPool.c79 if (PcdGet64(PcdLoadModuleAtFixAddressEnable) != 0) {
H A DPiSmmIpl.c900 if (PcdGet64(PcdLoadModuleAtFixAddressEnable) != 0) {
1157 if (PcdGet64(PcdLoadModuleAtFixAddressEnable) != 0) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/RuntimeDxe/
H A DVariableDxe.c302 NvStorageVariableBase = (EFI_PHYSICAL_ADDRESS) PcdGet64 (PcdFlashNvStorageVariableBase64);
H A DVariableSmm.c484 NvStorageVariableBase = (EFI_PHYSICAL_ADDRESS) PcdGet64 (PcdFlashNvStorageVariableBase64);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseExtractGuidedSectionLib/
H A DBaseExtractGuidedSectionLib.c52 HandlerInfo = (EXTRACT_GUIDED_SECTION_HANDLER_INFO*)(VOID*)(UINTN) PcdGet64 (PcdGuidedExtractHandlerTableAddress);
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/VariableAuthenticated/RuntimeDxe/
H A DVariableDxe.c305 NvStorageVariableBase = (EFI_PHYSICAL_ADDRESS) PcdGet64 (PcdFlashNvStorageVariableBase64);
H A DVariableSmm.c492 NvStorageVariableBase = (EFI_PHYSICAL_ADDRESS) PcdGet64 (PcdFlashNvStorageVariableBase64);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/
H A DPcdLib.h405 #define PcdGet64(TokenName) _PCD_GET_MODE_64_##TokenName macro
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Pei/Dispatcher/
H A DDispatcher.c417 if ((INT64)PcdGet64(PcdLoadModuleAtFixAddressEnable) > 0 ) {
421 TopLoadingAddress = (EFI_PHYSICAL_ADDRESS)PcdGet64(PcdLoadModuleAtFixAddressEnable);
850 if (PcdGet64(PcdLoadModuleAtFixAddressEnable) != 0 && (Private->HobList.HandoffInformationTable->BootMode != BOOT_ON_S3_RESUME)) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/DxeMain/
H A DDxeMain.c316 if (PcdGet64(PcdLoadModuleAtFixAddressEnable) != 0) {
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BasePciExpressLib/
H A DPciExpressLib.c85 return (VOID*)(UINTN) PcdGet64 (PcdPciExpressBaseAddress);
/vbox/src/VBox/Devices/EFI/Firmware/PcAtChipsetPkg/HpetTimerDxe/
H A DHpetTimer.c945 Status = TimerDriverSetTimerPeriod (&mTimer, PcdGet64 (PcdHpetDefaultTimerPeriod));
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Image/
H A DImage.c409 if ((INT64)PcdGet64(PcdLoadModuleAtFixAddressEnable) < 0) {
535 if (PcdGet64(PcdLoadModuleAtFixAddressEnable) != 0 ) {
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/FaultTolerantWriteDxe/
H A DFtwMisc.c978 FtwDevice->WorkSpaceAddress = (EFI_PHYSICAL_ADDRESS) PcdGet64 (PcdFlashNvStorageFtwWorkingBase64);
983 FtwDevice->SpareAreaAddress = (EFI_PHYSICAL_ADDRESS) PcdGet64 (PcdFlashNvStorageFtwSpareBase64);
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Variable/EmuRuntimeDxe/
H A DEmuVariable.c1643 if (VolatileStore || (PcdGet64 (PcdEmuVariableNvStoreReserved) == 0)) {
1653 PcdGet64 (PcdEmuVariableNvStoreReserved);
/vbox/src/VBox/Devices/EFI/Firmware/VBoxPkg/VBoxVariable/
H A DEmuVariable.c1682 if (VolatileStore || (PcdGet64 (PcdEmuVariableNvStoreReserved) == 0)) {
1692 PcdGet64 (PcdEmuVariableNvStoreReserved);

Completed in 106 milliseconds

12