Home
last modified time | relevance | path

Searched refs:decompress_kernel (Results 1 – 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/boot/compressed/
Ddecompressor.h6 static inline void *decompress_kernel(void) {} in decompress_kernel() function
8 void *decompress_kernel(void);
Ddecompressor.c77 void *decompress_kernel(void) in decompress_kernel() function
/kernel/linux/linux-5.10/arch/alpha/boot/
Dbootpz.c48 extern int decompress_kernel(void* destination, void *source,
403 decompress_kernel((void *)uncompressed_image_start, in start_kernel()
Dmisc.c152 decompress_kernel(void *output_start, in decompress_kernel() function
/kernel/linux/linux-5.10/arch/h8300/boot/compressed/
Dmisc.c70 void decompress_kernel(void) in decompress_kernel() function
Dhead.S26 jsr @decompress_kernel
/kernel/linux/linux-5.10/arch/mips/boot/compressed/
Dhead.S39 PTR_LA k0, decompress_kernel
Ddecompress.c89 void decompress_kernel(unsigned long boot_heap_start) in decompress_kernel() function
/kernel/linux/linux-5.10/arch/arm/boot/compressed/
Dmisc.c141 decompress_kernel(unsigned long output_start, unsigned long free_mem_ptr_p, in decompress_kernel() function
Dhead.S694 bl decompress_kernel
/kernel/linux/linux-5.10/arch/parisc/boot/compressed/
Dhead.S63 load32 BOOTADDR(decompress_kernel),%r3
Dmisc.c281 unsigned long decompress_kernel(unsigned int started_wide, in decompress_kernel() function
/kernel/linux/linux-5.10/arch/sh/boot/compressed/
Dmisc.c125 void decompress_kernel(void) in decompress_kernel() function
Dhead_64.S138 pt decompress_kernel, tr0
Dhead_32.S101 .long decompress_kernel
/kernel/linux/linux-5.10/arch/nios2/boot/compressed/
Dhead.S80 call decompress_kernel
Dmisc.c161 void decompress_kernel(void) in decompress_kernel() function
/kernel/linux/linux-5.10/arch/s390/boot/
Dstartup.c163 img = decompress_kernel(); in startup_kernel()