Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/boot/
H A Dvmlinux.lds.S96 _decompressor_end = .; symbol
H A Dboot.h88 extern char _end[], _decompressor_end[];
H A Dstartup.c342 physmem_reserve(RR_DECOMPRESSOR, 0, (unsigned long)_decompressor_end); in startup_kernel()