Home
last modified time | relevance | path

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

/linux/arch/mips/boot/compressed/ !
H A Ddecompress.c103 __decompress((char *)zimage_start, zimage_size, 0, 0, in decompress_kernel()
/linux/arch/powerpc/boot/ !
H A Ddecompress.c47 * flush() is called by __decompress() when the decompressor's scratch buffer is
132 ret = __decompress(inbuf, input_size, NULL, flush, outbuf, in partial_decompress()
/linux/arch/arm/boot/compressed/ !
H A Ddecompress.c65 return __decompress(input, len, NULL, NULL, output, 0, NULL, error); in do_decompress()
/linux/lib/ !
H A Ddecompress_inflate.c210 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress() function
H A Ddecompress_unlzo.c277 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress() function
H A Ddecompress_unxz.c405 STATIC int INIT __decompress(unsigned char *in, long in_size, in __decompress() function
H A Ddecompress_unzstd.c62 * When UNZSTD_PREBOOT is defined we declare __decompress(), which is
343 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress() function
H A Ddecompress_bunzip2.c748 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress() function
H A Ddecompress_unlzma.c672 STATIC int INIT __decompress(unsigned char *buf, long in_len, in __decompress() function
/linux/arch/parisc/boot/compressed/ !
H A Dmisc.c360 __decompress(input_data, input_len, NULL, NULL, in decompress_kernel()
/linux/arch/x86/boot/compressed/ !
H A Dmisc.c352 if (__decompress(input_data, input_len, NULL, NULL, outbuf, output_len, in decompress_kernel()