Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/boot/compressed/
Ddecompressor.c64 #define decompress_offset ALIGN((unsigned long)_end + BOOT_HEAP_SIZE, PAGE_SIZE) macro
73 return max(decompress_offset + vmlinux.image_size, in mem_safe_offset()
79 void *output = (void *)decompress_offset; in decompress_kernel()