/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | wrapper | 23 # -z use gzip (legacy) 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 [all...] |
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | wrapper | 23 # -z use gzip (legacy) 48 uboot_comp=gzip 146 uboot_comp=gzip 161 uboot_comp=gzip 164 --no-gzip) 409 gzip -n -f -9 "$vmz.$$" 481 ${MKIMAGE} -A ppc -O linux -T multi -C gzip -a $membase -e $membase \ 548 gzip -n -f -9 "$ofile" 549 ${MKIMAGE} -A ppc -O linux -T kernel -C gzip -a "$base" -e "$entry" \ 606 gzip [all...] |
/kernel/linux/linux-5.10/arch/nios2/boot/ |
H A D | Makefile | 11 UIMAGE_COMPRESSION = gzip 21 $(call if_changed,gzip)
|
/kernel/linux/linux-6.6/arch/nios2/boot/ |
H A D | Makefile | 11 UIMAGE_COMPRESSION = gzip 21 $(call if_changed,gzip)
|
/kernel/linux/linux-5.10/arch/sparc/boot/ |
H A D | Makefile | 26 $(call if_changed,gzip) 48 $(call if_changed,gzip) 52 UIMAGE_COMPRESSION = gzip
|
/kernel/linux/linux-6.6/arch/sparc/boot/ |
H A D | Makefile | 26 $(call if_changed,gzip) 48 $(call if_changed,gzip) 52 UIMAGE_COMPRESSION = gzip
|
/kernel/linux/linux-6.6/arch/arc/boot/ |
H A D | Makefile | 26 $(call if_changed,gzip) 35 $(call if_changed,uimage,gzip)
|
/kernel/linux/linux-5.10/arch/xtensa/boot/ |
H A D | Makefile | 43 $(call if_changed,gzip) 49 UIMAGE_COMPRESSION = gzip
|
/kernel/linux/linux-5.10/arch/arc/boot/ |
H A D | Makefile | 27 $(call if_changed,gzip) 36 $(call if_changed,uimage,gzip)
|
/kernel/linux/linux-6.6/arch/xtensa/boot/ |
H A D | Makefile | 39 $(call if_changed,gzip) 45 UIMAGE_COMPRESSION = gzip
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/nx-gzip/ |
H A D | Makefile | 4 TEST_PROGS := nx-gzip-test.sh
|
H A D | nx-gzip-test.sh | 4 if [[ ! -w /dev/crypto/nx-gzip ]]; then 5 echo "Can't access /dev/crypto/nx-gzip, skipping"
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/nx-gzip/ |
H A D | Makefile | 4 TEST_PROGS := nx-gzip-test.sh
|
H A D | nx-gzip-test.sh | 4 if [[ ! -w /dev/crypto/nx-gzip ]]; then 5 echo "Can't access /dev/crypto/nx-gzip, skipping"
|
/kernel/linux/linux-5.10/arch/sh/boot/ |
H A D | Makefile | 69 $(call if_changed,gzip) 87 $(call if_changed,uimage,gzip)
|
/kernel/linux/linux-6.6/arch/sh/boot/ |
H A D | Makefile | 69 $(call if_changed,gzip) 87 $(call if_changed,uimage,gzip)
|
/kernel/linux/linux-5.10/arch/mips/boot/ |
H A D | Makefile | 66 $(call if_changed,gzip) 92 $(call if_changed,uimage,gzip) 143 $(call if_changed,cpp_its_S,gzip,vmlinux.bin.gz)
|
/kernel/linux/linux-6.6/arch/mips/boot/ |
H A D | Makefile | 66 $(call if_changed,gzip) 92 $(call if_changed,uimage,gzip) 143 $(call if_changed,cpp_its_S,gzip,vmlinux.bin.gz)
|
/kernel/linux/linux-5.10/arch/csky/boot/ |
H A D | Makefile | 9 compress-$(CONFIG_KERNEL_GZIP) = gzip
|
/kernel/linux/linux-5.10/arch/nds32/boot/ |
H A D | Makefile | 8 $(call if_changed,gzip)
|
/kernel/linux/linux-6.6/arch/csky/boot/ |
H A D | Makefile | 8 compress-$(CONFIG_KERNEL_GZIP) = gzip
|
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | va_high_addr_switch.sh | 28 # gzip -dcfq automatically handles both compressed and plaintext input. 29 # See man 1 gzip under '-f'. 30 local pg_table_levels=$(gzip -dcfq "${config}" | grep PGTABLE_LEVELS | cut -d'=' -f 2)
|
/kernel/linux/linux-5.10/arch/alpha/boot/ |
H A D | Makefile | 43 $(call if_changed,gzip) 88 $(call if_changed,gzip)
|
/kernel/linux/linux-6.6/arch/alpha/boot/ |
H A D | Makefile | 43 $(call if_changed,gzip) 88 $(call if_changed,gzip)
|
/kernel/linux/linux-5.10/arch/microblaze/boot/ |
H A D | Makefile | 17 $(call if_changed,gzip)
|