Home
last modified time | relevance | path

Searched refs:LINUX_KERNEL_MAX_OFFSET (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/Arm/
DLinuxStarter.c96 if ((UINTN)LinuxImage > LINUX_KERNEL_MAX_OFFSET) { in StartLinux()
98 …LinuxKernel = (LINUX_KERNEL)CopyMem (ALIGN32_BELOW (LINUX_KERNEL_MAX_OFFSET - LinuxImageSize), (VO… in StartLinux()
180 LinuxImage = LINUX_KERNEL_MAX_OFFSET; in BootLinuxAtag()
189 InitrdImageBase = LINUX_KERNEL_MAX_OFFSET; in BootLinuxAtag()
269 LinuxImage = LINUX_KERNEL_MAX_OFFSET; in BootLinuxFdt()
277 InitrdImageBase = LINUX_KERNEL_MAX_OFFSET; in BootLinuxFdt()
316 FdtBlobBase = LINUX_KERNEL_MAX_OFFSET; in BootLinuxFdt()
/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/AArch64/
DLinuxStarter.c231 LinuxImage = LINUX_KERNEL_MAX_OFFSET; in BootLinuxFdt()
245 InitrdImageBase = LINUX_KERNEL_MAX_OFFSET; in BootLinuxFdt()
284 FdtBlobBase = LINUX_KERNEL_MAX_OFFSET; in BootLinuxFdt()
/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/
DLinuxLoader.h40 #define LINUX_KERNEL_MAX_OFFSET (SystemMemoryBase + PcdGet32(PcdArmLinuxKernelMaxOffset)) macro