Searched refs:LinuxImageSize (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/Arm/ |
D | LinuxStarter.c | 64 IN UINTN LinuxImageSize, in StartLinux() argument 98 …pyMem (ALIGN32_BELOW (LINUX_KERNEL_MAX_OFFSET - LinuxImageSize), (VOID*)(UINTN)LinuxImage, LinuxIm… in StartLinux() 107 LinuxImageSize -= 64; in StartLinux() 112 ASSERT (!IS_ADDRESS_IN_REGION (LinuxKernel, LinuxImageSize, KernelParamsAddress) && in StartLinux() 113 … !IS_ADDRESS_IN_REGION (LinuxKernel, LinuxImageSize, KernelParamsAddress + KernelParamsSize)); in StartLinux() 168 UINT32 LinuxImageSize; in BootLinuxAtag() local 181 Status = BdsLoadImage (LinuxKernelDevicePath, AllocateMaxAddress, &LinuxImage, &LinuxImageSize); in BootLinuxAtag() 221 return StartLinux (SystemMemoryBase, LinuxImage, LinuxImageSize, AtagBase, AtagSize, MachineType); in BootLinuxAtag() 229 gBS->FreePages (LinuxImage, EFI_SIZE_TO_PAGES (LinuxImageSize)); in BootLinuxAtag() 256 UINT32 LinuxImageSize; in BootLinuxFdt() local [all …]
|
/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/AArch64/ |
D | LinuxStarter.c | 91 IN UINTN LinuxImageSize, in StartLinux() argument 114 LinuxImageSize -= 64; in StartLinux() 196 UINTN LinuxImageSize; in BootLinuxFdt() local 228 Status = BdsLoadImage (LinuxKernelDevicePath, AllocateAddress, &LinuxImage, &LinuxImageSize); in BootLinuxFdt() 232 Status = BdsLoadImage (LinuxKernelDevicePath, AllocateMaxAddress, &LinuxImage, &LinuxImageSize); in BootLinuxFdt() 241 …SICAL_ADDRESS)CopyMem (ALIGN_2MB (LinuxImage) + 0x80000, (VOID*)(UINTN)LinuxImage, LinuxImageSize); in BootLinuxFdt() 352 return StartLinux (LinuxImage, LinuxImageSize, FdtBlobBase, FdtBlobSize); in BootLinuxFdt() 367 gBS->FreePages (LinuxImage, EFI_SIZE_TO_PAGES (LinuxImageSize)); in BootLinuxFdt()
|