| /Linux-v6.6/arch/s390/boot/ |
| D | decompressor.c | 83 __decompress(_compressed_start, _compressed_end - _compressed_start, in decompress_kernel()
|
| /Linux-v6.6/arch/powerpc/boot/ |
| D | decompress.c | 132 ret = __decompress(inbuf, input_size, NULL, flush, outbuf, in partial_decompress()
|
| /Linux-v6.6/arch/mips/boot/compressed/ |
| D | decompress.c | 115 __decompress((char *)zimage_start, zimage_size, 0, 0, in decompress_kernel()
|
| /Linux-v6.6/arch/arm/boot/compressed/ |
| D | decompress.c | 65 return __decompress(input, len, NULL, NULL, output, 0, NULL, error); in do_decompress()
|
| /Linux-v6.6/arch/sh/boot/compressed/ |
| D | misc.c | 143 __decompress(input_data, input_len, NULL, NULL, output, 0, NULL, error); in decompress_kernel()
|
| /Linux-v6.6/drivers/firmware/efi/libstub/ |
| D | zboot.c | 130 ret = __decompress(_gzdata_start, compressed_size, NULL, NULL, in efi_zboot_entry()
|
| /Linux-v6.6/lib/ |
| D | decompress_unlz4.c | 207 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 | 277 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress() function
|
| D | decompress_unxz.c | 400 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress() function
|
| D | decompress_unzstd.c | 343 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-v6.6/arch/parisc/boot/compressed/ |
| D | misc.c | 360 __decompress(input_data, input_len, NULL, NULL, in decompress_kernel()
|
| /Linux-v6.6/arch/x86/boot/compressed/ |
| D | misc.c | 350 if (__decompress(input_data, input_len, NULL, NULL, outbuf, output_len, in decompress_kernel()
|