Home
last modified time | relevance | path

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

/Linux-v6.6/arch/s390/boot/
Ddecompressor.h6 static inline void *decompress_kernel(void) { return NULL; } in decompress_kernel() function
8 void *decompress_kernel(void);
Ddecompressor.c79 void *decompress_kernel(void) in decompress_kernel() function
Dstartup.c333 img = decompress_kernel(); in startup_kernel()
/Linux-v6.6/arch/arm/boot/compressed/
Dmisc.h11 decompress_kernel(unsigned long output_start, unsigned long free_mem_ptr_p,
Dmisc.c132 decompress_kernel(unsigned long output_start, unsigned long free_mem_ptr_p, in decompress_kernel() function
Dhead.S634 bl decompress_kernel
/Linux-v6.6/arch/x86/include/asm/
Dboot.h86 unsigned long decompress_kernel(unsigned char *outbuf, unsigned long virt_addr,
/Linux-v6.6/arch/alpha/boot/
Dbootpz.c48 extern int decompress_kernel(void* destination, void *source,
403 decompress_kernel((void *)uncompressed_image_start, in start_kernel()
Dmisc.c150 decompress_kernel(void *output_start, in decompress_kernel() function
/Linux-v6.6/arch/mips/boot/compressed/
Dhead.S35 PTR_LA t9, decompress_kernel
Ddecompress.c91 void decompress_kernel(unsigned long boot_heap_start) in decompress_kernel() function
/Linux-v6.6/arch/sh/boot/compressed/
Dmisc.c128 void decompress_kernel(void) in decompress_kernel() function
Dhead_64.S138 pt decompress_kernel, tr0
Dhead_32.S101 .long decompress_kernel
/Linux-v6.6/arch/parisc/boot/compressed/
Dhead.S63 load32 BOOTADDR(decompress_kernel),%r3
Dmisc.c281 asmlinkage unsigned long __visible decompress_kernel(unsigned int started_wide, in decompress_kernel() function
/Linux-v6.6/arch/x86/boot/compressed/
Dmisc.c340 unsigned long decompress_kernel(unsigned char *outbuf, unsigned long virt_addr, in decompress_kernel() function
487 entry_offset = decompress_kernel(output, virt_addr, error); in extract_kernel()
/Linux-v6.6/arch/nios2/boot/compressed/
Dhead.S80 call decompress_kernel
Dmisc.c161 void decompress_kernel(void) in decompress_kernel() function
/Linux-v6.6/drivers/firmware/efi/libstub/
Dx86-stub.c815 entry = decompress_kernel((void *)addr, virt_addr, error); in efi_decompress_kernel()