/kernel/linux/linux-5.10/arch/h8300/boot/compressed/ |
H A D | misc.c | 75 __decompress(input_data, input_len, NULL, NULL, output, 0, NULL, error); in decompress_kernel()
|
/kernel/linux/linux-5.10/arch/loongarch/boot/compressed/ |
H A D | decompress.c | 105 __decompress((char *)zimage_start, zimage_size, 0, 0, in decompress_kernel()
|
/kernel/linux/linux-5.10/arch/s390/boot/compressed/ |
H A D | decompressor.c | 81 __decompress(_compressed_start, _compressed_end - _compressed_start, in decompress_kernel()
|
/kernel/linux/linux-6.6/arch/s390/boot/ |
H A D | decompressor.c | 83 __decompress(_compressed_start, _compressed_end - _compressed_start, in decompress_kernel()
|
/kernel/linux/linux-5.10/arch/mips/boot/compressed/ |
H A D | decompress.c | 113 __decompress((char *)zimage_start, zimage_size, 0, 0, in decompress_kernel()
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | decompress.c | 48 * flush() is called by __decompress() when the decompressor's scratch buffer is 133 ret = __decompress(inbuf, input_size, NULL, flush, outbuf, in partial_decompress()
|
/kernel/linux/linux-5.10/arch/arm/boot/compressed/ |
H A D | decompress.c | 64 return __decompress(input, len, NULL, NULL, output, 0, NULL, error); in do_decompress()
|
/kernel/linux/linux-6.6/arch/mips/boot/compressed/ |
H A D | decompress.c | 115 __decompress((char *)zimage_start, zimage_size, 0, 0, in decompress_kernel()
|
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | decompress.c | 47 * flush() is called by __decompress() when the decompressor's scratch buffer is 132 ret = __decompress(inbuf, input_size, NULL, flush, outbuf, in partial_decompress()
|
/kernel/linux/linux-6.6/arch/arm/boot/compressed/ |
H A D | decompress.c | 65 return __decompress(input, len, NULL, NULL, output, 0, NULL, error); in do_decompress()
|
/kernel/linux/linux-5.10/arch/sh/boot/compressed/ |
H A D | misc.c | 140 __decompress(input_data, input_len, NULL, NULL, output, 0, NULL, error); in decompress_kernel()
|
/kernel/linux/linux-6.6/arch/sh/boot/compressed/ |
H A D | misc.c | 143 __decompress(input_data, input_len, NULL, NULL, output, 0, NULL, error); in decompress_kernel()
|
/kernel/linux/linux-5.10/lib/ |
H A D | decompress_inflate.c | 210 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress() function
|
H A D | decompress_unlz4.c | 207 STATIC int INIT __decompress(unsigned char *buf, long in_len, in __decompress() function
|
H A D | decompress_unxz.c | 398 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress() function
|
H A D | decompress_unlzo.c | 278 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress() function
|
H A D | decompress_unzstd.c | 62 * When UNZSTD_PREBOOT is defined we declare __decompress(), which is 341 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress() function
|
/kernel/linux/linux-6.6/drivers/firmware/efi/libstub/ |
H A D | zboot.c | 130 ret = __decompress(_gzdata_start, compressed_size, NULL, NULL, in efi_zboot_entry()
|
/kernel/linux/linux-6.6/lib/ |
H A D | decompress_inflate.c | 210 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress() function
|
H A D | decompress_unlz4.c | 207 STATIC int INIT __decompress(unsigned char *buf, long in_len, in __decompress() function
|
H A D | decompress_unxz.c | 400 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress() function
|
H A D | decompress_unlzo.c | 277 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress() function
|
H A D | decompress_unzstd.c | 62 * When UNZSTD_PREBOOT is defined we declare __decompress(), which is 343 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress() function
|
/kernel/linux/linux-5.10/arch/parisc/boot/compressed/ |
H A D | misc.c | 360 __decompress(input_data, input_len, NULL, NULL, in decompress_kernel()
|
/kernel/linux/linux-6.6/arch/parisc/boot/compressed/ |
H A D | misc.c | 360 __decompress(input_data, input_len, NULL, NULL, in decompress_kernel()
|