Home
last modified time | relevance | path

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

/Linux-v5.4/arch/s390/boot/compressed/
Ddecompressor.c65 #define decompress_offset ALIGN((unsigned long)_end + HEAP_SIZE, PAGE_SIZE) macro
74 return max(decompress_offset + vmlinux.image_size, in mem_safe_offset()
80 void *output = (void *)decompress_offset; in decompress_kernel()