Searched refs:decompressed (Results 1 – 18 of 18) sorted by relevance
/Linux-v4.19/arch/s390/boot/compressed/ |
D | head.S | 25 # Set up registers for memory mover. We move the decompressed image to 26 # 0x100000, where startup_continue of the decompressed image is supposed
|
/Linux-v4.19/fs/pstore/ |
D | platform.c | 640 char *decompressed; in decompress_record() local 665 decompressed = kmalloc(unzipped_len + record->ecc_notice_size, in decompress_record() 667 if (!decompressed) { in decompress_record() 671 memcpy(decompressed, big_oops_buf, unzipped_len); in decompress_record() 674 memcpy(decompressed + unzipped_len, record->buf + record->size, in decompress_record() 679 record->buf = decompressed; in decompress_record()
|
/Linux-v4.19/arch/unicore32/boot/compressed/ |
D | vmlinux.lds.in | 44 /* Assume size of decompressed image is 4x the compressed image */
|
/Linux-v4.19/lib/xz/ |
D | Kconfig | 53 a character special file. It calculates CRC32 of the decompressed
|
/Linux-v4.19/fs/isofs/ |
D | Kconfig | 36 decompressed when the CD-ROM is accessed. See
|
/Linux-v4.19/Documentation/filesystems/ |
D | squashfs.txt | 135 decompressed block (<block, offset>). 155 decompressed to do a lookup irrespective of the length of the directory. 246 The cache is not used for file datablocks, these are decompressed and cached in
|
/Linux-v4.19/fs/squashfs/ |
D | Kconfig | 33 data. Traditionally Squashfs has decompressed into an 70 Only one block (data or metadata) can be decompressed at any
|
/Linux-v4.19/Documentation/arm/ |
D | Porting | 30 This is the address where the decompressed kernel will be written,
|
/Linux-v4.19/drivers/media/usb/usbvision/ |
D | usbvision-core.c | 592 unsigned char *decompressed, int *start_pos, in usbvision_decompress() argument 627 integrator = decompressed[idx]; in usbvision_decompress() 651 integrator = decompressed[idx]; in usbvision_decompress() 664 decompressed[idx] = integrator; in usbvision_decompress()
|
/Linux-v4.19/Documentation/ |
D | xz.txt | 35 .xz files from userspace. The decompressed output is thrown away.
|
/Linux-v4.19/arch/x86/boot/ |
D | header.S | 505 # is sufficient, to ensure that in the worst case the decompressed data for
|
/Linux-v4.19/Documentation/x86/ |
D | pti.txt | 68 is decompressed, but no space in the kernel image itself.
|
/Linux-v4.19/Documentation/arm64/ |
D | booting.txt | 73 The decompressed kernel image contains a 64-byte header as follows:
|
/Linux-v4.19/Documentation/trace/ |
D | coresight.txt | 251 The file cstrace.bin can be decompressed using "ptm2human", DS-5 or Trace32.
|
/Linux-v4.19/arch/arm/ |
D | Kconfig | 1862 entire decompressed kernel plus an additional 128 KiB. 2001 in compressed form and decompressed to RAM rather than merely being 2041 bool "Auto calculation of the decompressed kernel image address" 2043 ZRELADDR is the physical address where the decompressed kernel
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | buffer.rst | 524 can be decompressed on its own. Also known as an I-frame.
|
/Linux-v4.19/Documentation/sparc/oradax/ |
D | dax-hv-api.txt | 407 …the extracted input element. First, if the decompressed input size is not a whole number of bytes,…
|
/Linux-v4.19/arch/x86/ |
D | Kconfig | 2112 is decompressed and the virtual address where the kernel
|