/linux/arch/s390/boot/compressed/ |
A D | decompressor.c | 82 __decompress(_compressed_start, _compressed_end - _compressed_start, in decompress_kernel()
|
/linux/arch/h8300/boot/compressed/ |
A D | misc.c | 75 __decompress(input_data, input_len, NULL, NULL, output, 0, NULL, error); in decompress_kernel()
|
/linux/arch/mips/boot/compressed/ |
A D | decompress.c | 114 __decompress((char *)zimage_start, zimage_size, 0, 0, in decompress_kernel()
|
/linux/arch/powerpc/boot/ |
A D | decompress.c | 132 ret = __decompress(inbuf, input_size, NULL, flush, outbuf, in partial_decompress()
|
/linux/arch/arm/boot/compressed/ |
A D | decompress.c | 64 return __decompress(input, len, NULL, NULL, output, 0, NULL, error); in do_decompress()
|
/linux/arch/sh/boot/compressed/ |
A D | misc.c | 143 __decompress(input_data, input_len, NULL, NULL, output, 0, NULL, error); in decompress_kernel()
|
/linux/lib/ |
A D | decompress_unlz4.c | 207 STATIC int INIT __decompress(unsigned char *buf, long in_len, in __decompress() function
|
A D | decompress_inflate.c | 210 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress() function
|
A D | decompress_unlzo.c | 277 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress() function
|
A D | decompress_unxz.c | 398 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress() function
|
A D | decompress_unzstd.c | 341 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress() function
|
A D | decompress_bunzip2.c | 747 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress() function
|
A D | decompress_unlzma.c | 670 STATIC int INIT __decompress(unsigned char *buf, long in_len, in __decompress() function
|
/linux/arch/parisc/boot/compressed/ |
A D | misc.c | 360 __decompress(input_data, input_len, NULL, NULL, in decompress_kernel()
|
/linux/arch/x86/boot/compressed/ |
A D | misc.c | 441 __decompress(input_data, input_len, NULL, NULL, output, output_len, in extract_kernel()
|