Searched refs:gzip (Results 1 – 25 of 52) sorted by relevance
123
| /Linux-v5.10/tools/testing/selftests/powerpc/nx-gzip/ |
| D | README | 1 Test the nx-gzip function: 5 /dev/crypto/nx-gzip 7 sudo chmod go+rw /dev/crypto/nx-gzip 10 /etc/udev/rules.d/99-nx-gzip.rules 40 Note that the code here are intended for testing the nx-gzip hardware function. 45 https://github.com/libnxz/power-gzip
|
| D | 99-nx-gzip.rules | 1 SUBSYSTEM=="nxgzip", KERNEL=="nx-gzip", MODE="0666"
|
| D | Makefile | 4 TEST_PROGS := nx-gzip-test.sh
|
| D | nx-gzip-test.sh | 4 if [[ ! -w /dev/crypto/nx-gzip ]]; then
|
| /Linux-v5.10/arch/powerpc/boot/ |
| D | wrapper | 46 uboot_comp=gzip 142 uboot_comp=gzip 157 uboot_comp=gzip 160 --no-gzip) 381 gzip -n -f -9 "$vmz.$$" 453 ${MKIMAGE} -A ppc -O linux -T multi -C gzip -a $membase -e $membase \ 520 gzip -n -f -9 "$ofile" 521 ${MKIMAGE} -A ppc -O linux -T kernel -C gzip -a "$base" -e "$entry" \ 578 gzip -n --force -9 --stdout "$ofile.bin" > "$odir/$bld"
|
| /Linux-v5.10/arch/sparc/boot/ |
| D | Makefile | 26 $(call if_changed,gzip) 48 $(call if_changed,gzip) 52 UIMAGE_COMPRESSION = gzip
|
| /Linux-v5.10/Documentation/powerpc/ |
| D | vas-api.rst | 38 /dev/crypto/nx-gzip device node implemented by the VAS/NX device driver. 39 An application must open the /dev/crypto/nx-gzip device to obtain a file 61 There is one /dev/crypto/nx-gzip node in the system and it provides 63 /dev/crypto/nx-gzip are: 80 /dev/crypto/nx-gzip device node in the system. When the nx-gzip device 91 https://github.com/abalib/power-gzip 96 Open /dev/crypto/nx-gzip 99 The nx-gzip device should be opened for read and write. No special 257 https://github.com/libnxz/power-gzip/blob/master/power_nx_gzip_um.pdf 270 fd = open("/dev/crypto/nx-gzip", O_RDWR); [all …]
|
| /Linux-v5.10/usr/ |
| D | Kconfig | 56 bool "Support initial ramdisk/ramfs compressed using gzip" 60 Support loading of a gzip encoded initial ramdisk or cpio buffer. 140 Use the old and well tested gzip compression algorithm. Gzip provides 143 supported by your build system as the gzip tool is present by default 152 with bzip2, in comparison to gzip. Bzip2 uses a large amount of 167 comparison to gzip. 178 30% smaller with XZ in comparison to gzip. Decompression speed is 179 better than that of bzip2 but worse than gzip and LZO. Compression is 190 kernel size is about 10% bigger than gzip. Despite that, it's 202 size is about 15% bigger than gzip; however its decompression speed
|
| D | Makefile | 12 compress-$(CONFIG_INITRAMFS_COMPRESSION_GZIP) := gzip
|
| /Linux-v5.10/arch/nios2/boot/ |
| D | Makefile | 11 UIMAGE_COMPRESSION = gzip 21 $(call if_changed,gzip)
|
| /Linux-v5.10/arch/xtensa/boot/ |
| D | Makefile | 44 $(call if_changed,gzip) 50 UIMAGE_COMPRESSION = gzip
|
| /Linux-v5.10/arch/arc/boot/ |
| D | Makefile | 32 $(call if_changed,gzip) 41 $(call if_changed,uimage,gzip)
|
| /Linux-v5.10/arch/mips/boot/ |
| D | Makefile | 66 $(call if_changed,gzip) 92 $(call if_changed,uimage,gzip) 143 $(call if_changed,cpp_its_S,gzip,vmlinux.bin.gz)
|
| /Linux-v5.10/arch/sh/boot/ |
| D | Makefile | 69 $(call if_changed,gzip) 87 $(call if_changed,uimage,gzip)
|
| /Linux-v5.10/arch/nds32/boot/ |
| D | Makefile | 8 $(call if_changed,gzip)
|
| /Linux-v5.10/arch/alpha/boot/ |
| D | Makefile | 43 $(call if_changed,gzip) 88 $(call if_changed,gzip)
|
| /Linux-v5.10/arch/csky/boot/ |
| D | Makefile | 9 compress-$(CONFIG_KERNEL_GZIP) = gzip
|
| /Linux-v5.10/arch/microblaze/boot/ |
| D | Makefile | 17 $(call if_changed,gzip)
|
| /Linux-v5.10/arch/arm64/boot/ |
| D | Makefile | 28 $(call if_changed,gzip)
|
| /Linux-v5.10/arch/h8300/boot/compressed/ |
| D | Makefile | 31 suffix-$(CONFIG_KERNEL_GZIP) := gzip
|
| /Linux-v5.10/arch/riscv/boot/ |
| D | Makefile | 27 $(call if_changed,gzip)
|
| /Linux-v5.10/tools/testing/selftests/powerpc/ |
| D | Makefile | 22 nx-gzip \
|
| /Linux-v5.10/scripts/package/ |
| D | builddeb | 35 gzip -n -9 "$pdir/usr/share/doc/$pname/changelog.Debian" 145 gzip "$tmpdir/usr/share/doc/$packagename/config"
|
| /Linux-v5.10/arch/sh/boot/compressed/ |
| D | Makefile | 59 $(call if_changed,gzip)
|
| /Linux-v5.10/Documentation/driver-api/early-userspace/ |
| D | buffer-format.rst | 19 archive can be compressed using gzip(1). One valid version of an 28 GZIP() indicates the gzip(1) of the operand
|
123