Home
last modified time | relevance | path

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

/linux-3.4.99/arch/m32r/boot/compressed/
Dmisc.c52 #define BOOT_HEAP_SIZE 0x10000 macro
57 #define BOOT_HEAP_SIZE 0x400000 macro
62 #define BOOT_HEAP_SIZE 0x10000 macro
86 free_mem_end_ptr = free_mem_ptr + BOOT_HEAP_SIZE; in decompress_kernel()
/linux-3.4.99/arch/x86/include/asm/
Dboot.h32 #define BOOT_HEAP_SIZE 0x400000 macro
35 #define BOOT_HEAP_SIZE 0x8000 macro
/linux-3.4.99/arch/mips/boot/compressed/
DMakefile16 BOOT_HEAP_SIZE := 0x400000 macro
22 -DBOOT_HEAP_SIZE=$(BOOT_HEAP_SIZE) -D"VMLINUX_LOAD_ADDRESS_ULL=$(VMLINUX_LOAD_ADDRESS)ull"
25 -DBOOT_HEAP_SIZE=$(BOOT_HEAP_SIZE) \
Dhead.S55 .comm .heap,BOOT_HEAP_SIZE,4
Ddecompress.c97 free_mem_end_ptr = boot_heap_start + BOOT_HEAP_SIZE; in decompress_kernel()
/linux-3.4.99/arch/x86/boot/compressed/
Dhead_32.S222 .fill BOOT_HEAP_SIZE, 1, 0
Dmisc.c356 free_mem_end_ptr = heap + BOOT_HEAP_SIZE; in decompress_kernel()
Dhead_64.S360 .fill BOOT_HEAP_SIZE, 1, 0