Home
last modified time | relevance | path

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

/openbmc/linux/arch/mips/boot/compressed/
H A Ddecompress.c91 void decompress_kernel(unsigned long boot_heap_start) in decompress_kernel() argument
106 free_mem_ptr = boot_heap_start; in decompress_kernel()
107 free_mem_end_ptr = boot_heap_start + BOOT_HEAP_SIZE; in decompress_kernel()