Searched refs:__decompress (Results 1 – 13 of 13) sorted by relevance
| /linux/arch/s390/boot/ |
| H A D | decompressor.c | 81 __decompress(_compressed_start, _compressed_end - _compressed_start, in deploy_kernel()
|
| /linux/arch/mips/boot/compressed/ |
| H A D | decompress.c | 103 __decompress((char *)zimage_start, zimage_size, 0, 0, in decompress_kernel()
|
| /linux/arch/powerpc/boot/ |
| H A D | decompress.c | 132 ret = __decompress(inbuf, input_size, NULL, flush, outbuf, in partial_decompress()
|
| /linux/arch/arm/boot/compressed/ |
| H A D | decompress.c | 65 return __decompress(input, len, NULL, NULL, output, 0, NULL, error); in do_decompress()
|
| /linux/arch/sh/boot/compressed/ |
| H A D | misc.c | 139 __decompress(input_data, input_len, NULL, NULL, output, 0, NULL, error); in decompress_kernel()
|
| /linux/lib/ |
| H A D | decompress_unlz4.c | 207 STATIC int INIT __decompress(unsigned char *buf, long in_len, in __decompress() function
|
| H A D | decompress_inflate.c | 210 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_unxz.c | 405 STATIC int INIT __decompress(unsigned char *in, long in_size, in __decompress() function
|
| H A D | decompress_unzstd.c | 343 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress() function
|
| H A D | decompress_bunzip2.c | 748 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress() function
|
| H A D | decompress_unlzma.c | 672 STATIC int INIT __decompress(unsigned char *buf, long in_len, in __decompress() function
|
| /linux/arch/x86/boot/compressed/ |
| H A D | misc.c | 354 if (__decompress(input_data, input_len, NULL, NULL, outbuf, output_len, in decompress_kernel()
|