Home
last modified time | relevance | path

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

/Linux-v4.19/arch/h8300/boot/compressed/
Dmisc.c75 __decompress(input_data, input_len, NULL, NULL, output, 0, NULL, error); in decompress_kernel()
/Linux-v4.19/arch/mips/boot/compressed/
Ddecompress.c110 __decompress((char *)zimage_start, zimage_size, 0, 0, in decompress_kernel()
/Linux-v4.19/arch/s390/boot/compressed/
Dmisc.c113 __decompress(input_data, input_len, NULL, NULL, output, 0, NULL, error); in decompress_kernel()
/Linux-v4.19/arch/arm/boot/compressed/
Ddecompress.c60 return __decompress(input, len, NULL, NULL, output, 0, NULL, error); in do_decompress()
/Linux-v4.19/arch/powerpc/boot/
Ddecompress.c137 ret = __decompress(inbuf, input_size, NULL, flush, outbuf, in partial_decompress()
/Linux-v4.19/arch/unicore32/boot/compressed/
Dmisc.c122 __decompress(input_data, input_data_end - input_data, NULL, NULL, in decompress_kernel()
/Linux-v4.19/arch/sh/boot/compressed/
Dmisc.c143 __decompress(input_data, input_len, NULL, NULL, output, 0, NULL, error); in decompress_kernel()
/Linux-v4.19/lib/
Ddecompress_unlz4.c202 STATIC int INIT __decompress(unsigned char *buf, long in_len, in __decompress() function
Ddecompress_inflate.c197 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.c747 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-v4.19/arch/parisc/boot/compressed/
Dmisc.c294 __decompress(input_data, input_len, NULL, NULL, in decompress_kernel()
/Linux-v4.19/arch/x86/boot/compressed/
Dmisc.c417 __decompress(input_data, input_len, NULL, NULL, output, output_len, in extract_kernel()