Home
last modified time | relevance | path

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

/linux/arch/mips/boot/compressed/
H A Ddecompress.c79 void decompress_kernel(unsigned long boot_heap_start) in decompress_kernel() argument
94 free_mem_ptr = boot_heap_start; in decompress_kernel()
95 free_mem_end_ptr = boot_heap_start + BOOT_HEAP_SIZE; in decompress_kernel()
H A Ddecompress.h22 void decompress_kernel(unsigned long boot_heap_start);