Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/decompress/
Dmm.h47 if (free_mem_end_ptr && malloc_ptr >= free_mem_end_ptr) in malloc()
/linux-3.4.99/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-3.4.99/arch/mips/boot/compressed/
Ddecompress.c24 unsigned long free_mem_end_ptr; variable
97 free_mem_end_ptr = boot_heap_start + BOOT_HEAP_SIZE; in decompress_kernel()
/linux-3.4.99/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-3.4.99/arch/arm/boot/compressed/
Dmisc.c108 unsigned long free_mem_end_ptr; variable
142 free_mem_end_ptr = free_mem_ptr_end_p; in decompress_kernel()
Ddecompress.c10 extern unsigned long free_mem_end_ptr;
/linux-3.4.99/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-3.4.99/arch/s390/boot/compressed/
Dmisc.c34 static unsigned long free_mem_end_ptr; variable
145 free_mem_end_ptr = free_mem_ptr + HEAP_SIZE; in decompress_kernel()
/linux-3.4.99/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-3.4.99/arch/h8300/boot/compressed/
Dmisc.c85 static unsigned long free_mem_end_ptr; variable
175 free_mem_end_ptr = free_mem_ptr + HEAP_SIZE; in decompress_kernel()
/linux-3.4.99/arch/x86/boot/compressed/
Dmisc.c124 static memptr free_mem_end_ptr; variable
356 free_mem_end_ptr = heap + BOOT_HEAP_SIZE; in decompress_kernel()
/linux-3.4.99/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-3.4.99/arch/cris/boot/compressed/
Dmisc.c121 static long free_mem_end_ptr; variable
/linux-3.4.99/lib/
Dinflate.c258 if (free_mem_end_ptr && malloc_ptr >= free_mem_end_ptr) in malloc()