Home
last modified time | relevance | path

Searched refs:compressed (Results 1 – 25 of 30) sorted by relevance

12

/arch/unicore32/
D.gitignore16 # Generated files in boot/compressed
18 boot/compressed/piggy.S
19 boot/compressed/piggy.gzip
20 boot/compressed/vmlinux
21 boot/compressed/vmlinux.lds
/arch/parisc/boot/
DMakefile8 subdir- := compressed
13 $(obj)/bzImage: $(obj)/compressed/vmlinux FORCE
16 $(obj)/compressed/vmlinux: FORCE
17 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
/arch/unicore32/boot/
DMakefile20 $(obj)/compressed/vmlinux: $(obj)/Image FORCE
21 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
23 $(obj)/zImage: $(obj)/compressed/vmlinux FORCE
39 subdir- := compressed
/arch/h8300/boot/
DMakefile5 subdir- := compressed
18 $(obj)/zImage: $(obj)/compressed/vmlinux FORCE
21 $(obj)/compressed/vmlinux: FORCE
22 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
/arch/s390/boot/
DMakefile44 subdir- := compressed
61 $(obj)/bzImage: $(obj)/compressed/vmlinux $(obj)/section_cmp.boot.data $(obj)/section_cmp.boot.pres…
64 $(obj)/section_cmp%: vmlinux $(obj)/compressed/vmlinux FORCE
67 $(obj)/compressed/vmlinux: $(obj)/startup.a FORCE
68 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
/arch/nios2/boot/
DMakefile27 $(obj)/zImage: $(obj)/compressed/vmlinux FORCE
31 $(obj)/compressed/vmlinux: $(obj)/vmlinux.gz FORCE
32 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
/arch/arm/boot/
DMakefile63 $(obj)/compressed/vmlinux: $(obj)/Image FORCE
64 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
66 $(obj)/zImage: $(obj)/compressed/vmlinux FORCE
118 subdir- := bootp compressed dts
/arch/sh/boot/
DMakefile33 subdir- := compressed romimage
35 $(obj)/zImage: $(obj)/compressed/vmlinux FORCE
39 $(obj)/compressed/vmlinux: FORCE
40 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
102 $(obj)/vmlinux.srec: $(obj)/compressed/vmlinux
/arch/x86/boot/compressed/
Dvmlinux.lds.S30 .rodata..compressed : {
31 *(.rodata..compressed)
/arch/x86/boot/
DMakefile31 subdir- := compressed
85 $(obj)/vmlinux.bin: $(obj)/compressed/vmlinux FORCE
96 $(obj)/zoffset.h: $(obj)/compressed/vmlinux FORCE
111 $(obj)/compressed/vmlinux: FORCE
112 $(Q)$(MAKE) $(build)=$(obj)/compressed $@
Dheader.S455 # a gzip-compressed kernel as example, to illustrate it:
457 # The file layout of gzip compressed kernel is:
465 # compressed data blocks[N]
493 # compressed data is placed at the end of the buffer. The output pointer
495 # where the compressed data starts. Problems will occur when the output
500 # triggered by data whose compressed form is larger than the uncompressed
503 # The worst case at the block level is a growth of the compressed data
506 # The worst case internal to a compressed block is very hard to figure.
516 # block will stop the byte before the compressed data for a block begins.
517 # To avoid problems with the compressed data's meta information an extra 18
[all …]
/arch/parisc/boot/compressed/
Dvmlinux.lds.S47 .rodata.compressed : {
48 *(.rodata.compressed)
Dvmlinux.scr3 .rodata.compressed : {
/arch/s390/boot/compressed/
Dvmlinux.lds.S77 .rodata.compressed : {
79 *(.vmlinux.bin.compressed)
DMakefile62 …GS_piggy.o := -I binary -O elf64-s390 -B s390:64-bit --rename-section .data=.vmlinux.bin.compressed
/arch/mips/boot/compressed/
Dld.script2 * ld.script for compressed kernel support of MIPS
27 /* Put the compressed image here */
/arch/ia64/
DMakefile58 PHONY += compressed check
60 all: compressed unwcheck
62 compressed: vmlinux.gz target
/arch/sh/boot/compressed/
Dvmlinux.scr3 .rodata..compressed : {
/arch/x86/
D.gitignore1 boot/compressed/vmlinux
/arch/unicore32/boot/compressed/
Dpiggy.S.in4 .incbin "arch/unicore32/boot/compressed/piggy.DECOMP_SUFFIX"
/arch/mips/
DKconfig.debug89 bool "Enable compressed kernel support debugging"
93 If you want to add compressed kernel support to a new board, and the
101 arch/mips/boot/compressed/uart-16550.c does.
103 After the compressed kernel support works, please disable this option
DMakefile405 $(Q)$(MAKE) $(build)=arch/mips/boot/compressed \
439 $(Q)$(MAKE) $(clean)=arch/mips/boot/compressed
/arch/x86/purgatory/
DMakefile9 $(obj)/string.o: $(srctree)/arch/x86/boot/compressed/string.c FORCE
/arch/powerpc/kernel/
Dnvram_64.c402 if (record->compressed) in nvram_pstore_write()
524 record->compressed = true; in nvram_pstore_read()
526 record->compressed = false; in nvram_pstore_read()
/arch/riscv/
DKconfig240 bool "Emit compressed instructions when building Linux"
244 when building Linux, which results in compressed instructions in the

12