/linux-4.4.14/arch/mips/boot/compressed/ |
D | decompress.c | 114 __decompress((char *)zimage_start, zimage_size, 0, 0, in decompress_kernel()
|
/linux-4.4.14/arch/h8300/boot/compressed/ |
D | misc.c | 68 __decompress(input_data, input_len, NULL, NULL, output, 0, NULL, error); in decompress_kernel()
|
/linux-4.4.14/arch/m32r/boot/compressed/ |
D | misc.c | 89 __decompress(input_data, input_len, NULL, NULL, output_data, 0, in decompress_kernel()
|
/linux-4.4.14/arch/arm/boot/compressed/ |
D | decompress.c | 60 return __decompress(input, len, NULL, NULL, output, 0, NULL, error); in do_decompress()
|
/linux-4.4.14/arch/unicore32/boot/compressed/ |
D | misc.c | 122 __decompress(input_data, input_data_end - input_data, NULL, NULL, in decompress_kernel()
|
/linux-4.4.14/arch/sh/boot/compressed/ |
D | misc.c | 135 __decompress(input_data, input_len, NULL, NULL, output, 0, NULL, error); in decompress_kernel()
|
/linux-4.4.14/arch/s390/boot/compressed/ |
D | misc.c | 170 __decompress(input_data, input_len, NULL, NULL, output, 0, NULL, error); in decompress_kernel()
|
/linux-4.4.14/lib/ |
D | decompress_unlz4.c | 199 STATIC int INIT __decompress(unsigned char *buf, long in_len, in __decompress() function
|
D | decompress_inflate.c | 196 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress() function
|
D | decompress_unlzo.c | 292 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_bunzip2.c | 746 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-4.4.14/arch/x86/boot/compressed/ |
D | misc.c | 451 __decompress(input_data, input_len, NULL, NULL, output, output_len, in decompress_kernel()
|