Home
last modified time | relevance | path

Searched refs:__decompress (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/arch/mips/boot/compressed/
Ddecompress.c114 __decompress((char *)zimage_start, zimage_size, 0, 0, in decompress_kernel()
/linux-4.1.27/arch/m32r/boot/compressed/
Dmisc.c89 __decompress(input_data, input_len, NULL, NULL, output_data, 0, in decompress_kernel()
/linux-4.1.27/arch/arm/boot/compressed/
Ddecompress.c60 return __decompress(input, len, NULL, NULL, output, 0, NULL, error); in do_decompress()
/linux-4.1.27/arch/unicore32/boot/compressed/
Dmisc.c122 __decompress(input_data, input_data_end - input_data, NULL, NULL, in decompress_kernel()
/linux-4.1.27/arch/sh/boot/compressed/
Dmisc.c135 __decompress(input_data, input_len, NULL, NULL, output, 0, NULL, error); in decompress_kernel()
/linux-4.1.27/arch/s390/boot/compressed/
Dmisc.c170 __decompress(input_data, input_len, NULL, NULL, output, 0, NULL, error); in decompress_kernel()
/linux-4.1.27/lib/
Ddecompress_unlz4.c199 STATIC int INIT __decompress(unsigned char *buf, long in_len, in __decompress() function
Ddecompress_inflate.c196 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress() function
Ddecompress_unlzo.c292 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress() function
Ddecompress_unxz.c398 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress() function
Ddecompress_bunzip2.c746 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress() function
Ddecompress_unlzma.c670 STATIC int INIT __decompress(unsigned char *buf, long in_len, in __decompress() function
/linux-4.1.27/arch/x86/boot/compressed/
Dmisc.c427 __decompress(input_data, input_len, NULL, NULL, output, output_len, in decompress_kernel()