/Linux-v5.10/arch/s390/boot/compressed/ |
D | decompressor.c | 81 __decompress(_compressed_start, _compressed_end - _compressed_start, in decompress_kernel()
|
/Linux-v5.10/arch/h8300/boot/compressed/ |
D | misc.c | 75 __decompress(input_data, input_len, NULL, NULL, output, 0, NULL, error); in decompress_kernel()
|
/Linux-v5.10/arch/mips/boot/compressed/ |
D | decompress.c | 110 __decompress((char *)zimage_start, zimage_size, 0, 0, in decompress_kernel()
|
/Linux-v5.10/arch/powerpc/boot/ |
D | decompress.c | 133 ret = __decompress(inbuf, input_size, NULL, flush, outbuf, in partial_decompress()
|
/Linux-v5.10/arch/arm/boot/compressed/ |
D | decompress.c | 61 return __decompress(input, len, NULL, NULL, output, 0, NULL, error); in do_decompress()
|
/Linux-v5.10/arch/sh/boot/compressed/ |
D | misc.c | 140 __decompress(input_data, input_len, NULL, NULL, output, 0, NULL, error); in decompress_kernel()
|
/Linux-v5.10/lib/ |
D | decompress_unlz4.c | 199 STATIC int INIT __decompress(unsigned char *buf, long in_len, in __decompress() function
|
D | decompress_inflate.c | 210 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress() function
|
D | decompress_unlzo.c | 278 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress() function
|
D | decompress_unxz.c | 398 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress() function
|
D | decompress_unzstd.c | 341 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress() function
|
D | decompress_bunzip2.c | 747 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress() function
|
D | decompress_unlzma.c | 670 STATIC int INIT __decompress(unsigned char *buf, long in_len, in __decompress() function
|
/Linux-v5.10/arch/parisc/boot/compressed/ |
D | misc.c | 360 __decompress(input_data, input_len, NULL, NULL, in decompress_kernel()
|
/Linux-v5.10/arch/x86/boot/compressed/ |
D | misc.c | 440 __decompress(input_data, input_len, NULL, NULL, output, output_len, in extract_kernel()
|