Searched refs:CompressedKernel (Results 1 – 1 of 1) sorted by relevance
499 VOID *CompressedKernel; in LoadFdtFromBootImage() local514 CompressedKernel = StoredKernel; in LoadFdtFromBootImage()517 CompressedKernel, in LoadFdtFromBootImage()527 *Fdt = CompressedKernel + CompressedKernelSize; in LoadFdtFromBootImage()554 VOID *CompressedKernel; in BootFromRam() local569 CompressedKernel = *Kernel; in BootFromRam()572 CompressedKernel, in BootFromRam()582 Fdt = CompressedKernel + CompressedKernelSize; in BootFromRam()647 VOID *CompressedKernel; in BootFromPartition() local667 CompressedKernel = *Kernel; in BootFromPartition()[all …]