Home
last modified time | relevance | path

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

/Linux-v5.4/arch/s390/boot/compressed/
Ddecompressor.h6 static inline void *decompress_kernel(void) {} in decompress_kernel() function
8 void *decompress_kernel(void);
Ddecompressor.c78 void *decompress_kernel(void) in decompress_kernel() function
/Linux-v5.4/arch/alpha/boot/
Dbootpz.c49 extern int decompress_kernel(void* destination, void *source,
404 decompress_kernel((void *)uncompressed_image_start, in start_kernel()
Dmisc.c152 decompress_kernel(void *output_start, in decompress_kernel() function
/Linux-v5.4/arch/h8300/boot/compressed/
Dmisc.c70 void decompress_kernel(void) in decompress_kernel() function
Dhead.S26 jsr @decompress_kernel
/Linux-v5.4/arch/mips/boot/compressed/
Dhead.S39 PTR_LA k0, decompress_kernel
Ddecompress.c82 void decompress_kernel(unsigned long boot_heap_start) in decompress_kernel() function
/Linux-v5.4/arch/unicore32/boot/compressed/
Dmisc.c103 unsigned long decompress_kernel(unsigned long output_start, in decompress_kernel() function
Dhead.S134 b.l decompress_kernel @ C functions
/Linux-v5.4/arch/arm/boot/compressed/
Dmisc.c142 decompress_kernel(unsigned long output_start, unsigned long free_mem_ptr_p, in decompress_kernel() function
Dhead.S613 bl decompress_kernel
/Linux-v5.4/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
/Linux-v5.4/arch/sh/boot/compressed/
Dmisc.c124 void decompress_kernel(void) in decompress_kernel() function
Dhead_64.S138 pt decompress_kernel, tr0
Dhead_32.S101 .long decompress_kernel
/Linux-v5.4/arch/nios2/boot/compressed/
Dhead.S80 call decompress_kernel
Dmisc.c161 void decompress_kernel(void) in decompress_kernel() function
/Linux-v5.4/arch/s390/boot/
Dstartup.c162 img = decompress_kernel(); in startup_kernel()