Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/boot/
Ddecompressor.c73 __decompress(_compressed_start, _compressed_end - _compressed_start, in deploy_kernel()
/linux-6.12.1/arch/mips/boot/compressed/
Ddecompress.c103 __decompress((char *)zimage_start, zimage_size, 0, 0, in decompress_kernel()
/linux-6.12.1/arch/powerpc/boot/
Ddecompress.c132 ret = __decompress(inbuf, input_size, NULL, flush, outbuf, in partial_decompress()
/linux-6.12.1/arch/arm/boot/compressed/
Ddecompress.c65 return __decompress(input, len, NULL, NULL, output, 0, NULL, error); in do_decompress()
/linux-6.12.1/arch/sh/boot/compressed/
Dmisc.c139 __decompress(input_data, input_len, NULL, NULL, output, 0, NULL, error); in decompress_kernel()
/linux-6.12.1/drivers/firmware/efi/libstub/
Dzboot.c130 ret = __decompress(_gzdata_start, compressed_size, NULL, NULL, in efi_zboot_entry()
/linux-6.12.1/lib/
Ddecompress_unlz4.c207 STATIC int INIT __decompress(unsigned char *buf, long in_len, in __decompress() function
Ddecompress_inflate.c210 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress() function
Ddecompress_unlzo.c277 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress() function
Ddecompress_unxz.c405 STATIC int INIT __decompress(unsigned char *in, long in_size, in __decompress() function
Ddecompress_unzstd.c343 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress() function
Ddecompress_bunzip2.c748 STATIC int INIT __decompress(unsigned char *buf, long len, in __decompress() function
Ddecompress_unlzma.c672 STATIC int INIT __decompress(unsigned char *buf, long in_len, in __decompress() function
/linux-6.12.1/arch/parisc/boot/compressed/
Dmisc.c360 __decompress(input_data, input_len, NULL, NULL, in decompress_kernel()
/linux-6.12.1/arch/x86/boot/compressed/
Dmisc.c365 if (__decompress(input_data, input_len, NULL, NULL, outbuf, output_len, in decompress_kernel()