Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/boot/compressed/
Ddecompress.c25 unsigned long free_mem_end_ptr; variable
106 free_mem_end_ptr = boot_heap_start + BOOT_HEAP_SIZE; in decompress_kernel()
/linux-4.4.14/include/linux/decompress/
Dmm.h47 if (free_mem_end_ptr && malloc_ptr >= free_mem_end_ptr) in malloc()
/linux-4.4.14/arch/h8300/boot/compressed/
Dmisc.c27 static unsigned long free_mem_end_ptr; variable
66 free_mem_end_ptr = free_mem_ptr + HEAP_SIZE; in decompress_kernel()
/linux-4.4.14/arch/m32r/boot/compressed/
Dmisc.c28 static unsigned long free_mem_end_ptr; variable
86 free_mem_end_ptr = free_mem_ptr + BOOT_HEAP_SIZE; in decompress_kernel()
/linux-4.4.14/arch/unicore32/boot/compressed/
Dmisc.c23 unsigned int free_mem_end_ptr; variable
114 free_mem_end_ptr = free_mem_ptr_end_p; in decompress_kernel()
/linux-4.4.14/arch/arm/boot/compressed/
Dmisc.c108 unsigned long free_mem_end_ptr; variable
156 free_mem_end_ptr = free_mem_ptr_end_p; in decompress_kernel()
Ddecompress.c10 extern unsigned long free_mem_end_ptr;
/linux-4.4.14/arch/sh/boot/compressed/
Dmisc.c44 static unsigned long free_mem_end_ptr; variable
131 free_mem_end_ptr = free_mem_ptr + HEAP_SIZE; in decompress_kernel()
/linux-4.4.14/arch/s390/boot/compressed/
Dmisc.c35 static unsigned long free_mem_end_ptr; variable
151 free_mem_end_ptr = free_mem_ptr + HEAP_SIZE; in decompress_kernel()
/linux-4.4.14/arch/alpha/boot/
Dmisc.c96 static ulg free_mem_end_ptr; variable
162 free_mem_end_ptr = (ulg)output_start + ksize + 0x200000; in decompress_kernel()
/linux-4.4.14/arch/nios2/boot/compressed/
Dmisc.c101 static unsigned long free_mem_end_ptr; variable
180 free_mem_end_ptr = free_mem_ptr + HEAP_SIZE; in decompress_kernel()
/linux-4.4.14/arch/x86/boot/compressed/
Dmisc.h34 extern memptr free_mem_end_ptr;
Dmisc.c120 memptr free_mem_end_ptr; variable
417 free_mem_end_ptr = heap + BOOT_HEAP_SIZE; in decompress_kernel()
Daslr.c177 mem_avoid[4].start = (unsigned long)free_mem_end_ptr; in mem_avoid_init()
/linux-4.4.14/arch/mn10300/boot/compressed/
Dmisc.c157 static unsigned long free_mem_end_ptr = (unsigned long) &end + 0x90000; variable
352 free_mem_end_ptr = (long) high_buffer_start; in setup_output_buffer_if_we_run_high()
/linux-4.4.14/arch/cris/boot/compressed/
Dmisc.c121 static long free_mem_end_ptr; variable
/linux-4.4.14/lib/
Dinflate.c258 if (free_mem_end_ptr && malloc_ptr >= free_mem_end_ptr) in malloc()