Home
last modified time | relevance | path

Searched refs:NewBase (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/ArmVirtPkg/Library/ArmVirtPlatformLib/
DVirt.c75 UINT64 NewBase, CurBase; in ArmPlatformInitializeSystemMemory() local
81 NewBase = 0; in ArmPlatformInitializeSystemMemory()
119 if (NewBase > CurBase || NewBase == 0) { in ArmPlatformInitializeSystemMemory()
120 NewBase = CurBase; in ArmPlatformInitializeSystemMemory()
133 ASSERT (FixedPcdGet64 (PcdSystemMemoryBase) == NewBase); in ArmPlatformInitializeSystemMemory()
147 (UINT64)PcdGet32 (PcdFdSize)) <= NewBase) || in ArmPlatformInitializeSystemMemory()
148 ((UINT64)PcdGet64 (PcdFdBaseAddress) >= (NewBase + NewSize))); in ArmPlatformInitializeSystemMemory()
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/PlatformPeiLib/
DPlatformPeiLib.c34 VOID *NewBase; in PlatformPeim() local
53 NewBase = AllocatePages (FdtPages); in PlatformPeim()
54 ASSERT (NewBase != NULL); in PlatformPeim()
55 fdt_open_into (Base, NewBase, EFI_PAGES_TO_SIZE (FdtPages)); in PlatformPeim()
59 *FdtHobData = (UINTN)NewBase; in PlatformPeim()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BasePeCoffLib/
DBasePeCoff.c1157 CHAR8 *NewBase; in PeCoffLoaderRelocateImageForRuntime() local
1178 NewBase = (CHAR8 *)((UINTN)VirtImageBase); in PeCoffLoaderRelocateImageForRuntime()
1179 Adjust = (UINTN) NewBase - (UINTN) OldBase; in PeCoffLoaderRelocateImageForRuntime()
/device/linaro/bootloader/edk2/MdePkg/Library/BasePeCoffLib/
DBasePeCoff.c1708 CHAR8 *NewBase; in PeCoffLoaderRelocateImageForRuntime() local
1729 NewBase = (CHAR8 *)((UINTN)VirtImageBase); in PeCoffLoaderRelocateImageForRuntime()
1730 Adjust = (UINTN) NewBase - (UINTN) OldBase; in PeCoffLoaderRelocateImageForRuntime()