Home
last modified time | relevance | path

Searched refs:LinuxKernel (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/Arm/
DLinuxStarter.c71 LINUX_KERNEL LinuxKernel; in StartLinux() local
98LinuxKernel = (LINUX_KERNEL)CopyMem (ALIGN32_BELOW (LINUX_KERNEL_MAX_OFFSET - LinuxImageSize), (VO… in StartLinux()
100 LinuxKernel = (LINUX_KERNEL)(UINTN)LinuxImage; in StartLinux()
104 if (*(UINT32*)LinuxKernel == LINUX_UIMAGE_SIGNATURE) { in StartLinux()
106 LinuxKernel = (LINUX_KERNEL)((UINTN)LinuxKernel + 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()
134 LinuxKernel ((UINTN)0, MachineType, (UINTN)KernelParamsAddress); in StartLinux()
/device/linaro/bootloader/edk2/ArmPkg/Application/LinuxLoader/AArch64/
DLinuxStarter.c97 LINUX_KERNEL64 LinuxKernel = (LINUX_KERNEL64)LinuxImage; in StartLinux() local
111 if (*(UINTN*)LinuxKernel == LINUX_UIMAGE_SIGNATURE) { in StartLinux()
113 LinuxKernel = (LINUX_KERNEL64)((UINTN)LinuxKernel + 64); in StartLinux()
133 LinuxKernel ((UINTN)FdtBlobBase, 0, 0, 0); in StartLinux()