Home
last modified time | relevance | path

Searched refs:PcdSet64 (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/EmulatorPkg/FlashMapPei/
DFlashMapPei.c78 PcdSet64 (PcdFlashNvStorageVariableBase64, PcdGet64 (PcdEmuFlashNvStorageVariableBase) + FdFixUp); in PeimInitializeFlashMap()
79PcdSet64 (PcdFlashNvStorageFtwWorkingBase64, PcdGet64 (PcdEmuFlashNvStorageFtwWorkingBase) + FdFix… in PeimInitializeFlashMap()
80 PcdSet64 (PcdFlashNvStorageFtwSpareBase64, PcdGet64 (PcdEmuFlashNvStorageFtwSpareBase) + FdFixUp); in PeimInitializeFlashMap()
/device/linaro/bootloader/edk2/Nt32Pkg/WinNtFlashMapPei/
DFlashMap.c90PcdSet64 (PcdFlashNvStorageVariableBase64, PcdGet32 (PcdWinNtFlashNvStorageVariableBase) + (UINT64… in PeimInitializeFlashMap()
91PcdSet64 (PcdFlashNvStorageFtwWorkingBase64, PcdGet32 (PcdWinNtFlashNvStorageFtwWorkingBase) + (UI… in PeimInitializeFlashMap()
92PcdSet64 (PcdFlashNvStorageFtwSpareBase64, PcdGet32 (PcdWinNtFlashNvStorageFtwSpareBase) + (UINT64… in PeimInitializeFlashMap()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Library/MemoryInitPei/
DMemoryInitPeiLib.c86 PcdSet64 (PcdFlashNvStorageVariableBase64, (UINT64)NewBase); in MoveNvStoreImage()
88 PcdSet64 (PcdFlashNvStorageFtwWorkingBase64, (UINT64)NewBase + in MoveNvStoreImage()
91 PcdSet64 (PcdFlashNvStorageFtwSpareBase64, (UINT64)NewBase + in MoveNvStoreImage()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/PlatInitPei/
DPlatInitPei.c221 PcdSet64 (PcdSystemMemorySize, IscpMemDescriptor.Size0); in PlatInitPeiEntryPoint()
242 PcdSet64 (PcdEthMacA, MacAddr0); in PlatInitPeiEntryPoint()
243 PcdSet64 (PcdEthMacB, MacAddr1); in PlatInitPeiEntryPoint()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/
DScriptSave.c967 PcdSet64 (BootScriptThunkDataPtr, (UINT64)(UINTN)BootScriptThunkData); in InitializeScriptSaveOnS3SaveState()
/device/linaro/bootloader/edk2/MdePkg/Include/Library/
DPcdLib.h549 #define PcdSet64(TokenName, Value) _PCD_SET_MODE_64_##TokenName ((Value)) macro