Searched refs:BOOT_HEAP_SIZE (Results 1 - 9 of 9) sorted by relevance

/linux-4.1.27/arch/x86/include/asm/
H A Dboot.h27 #define BOOT_HEAP_SIZE 0x400000 macro
30 #define BOOT_HEAP_SIZE 0x10000 macro
/linux-4.1.27/arch/m32r/boot/compressed/
H A 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; decompress_kernel()
/linux-4.1.27/arch/mips/boot/compressed/
H A DMakefile18 BOOT_HEAP_SIZE := 0x400000 macro
26 -DBOOT_HEAP_SIZE=$(BOOT_HEAP_SIZE) -D"VMLINUX_LOAD_ADDRESS_ULL=$(VMLINUX_LOAD_ADDRESS)ull"
29 -DBOOT_HEAP_SIZE=$(BOOT_HEAP_SIZE) \
H A Dhead.S55 .comm .heap,BOOT_HEAP_SIZE,4
H A Ddecompress.c106 free_mem_end_ptr = boot_heap_start + BOOT_HEAP_SIZE; decompress_kernel()
/linux-4.1.27/arch/x86/boot/compressed/
H A Daslr.c174 mem_avoid[3].size = BOOT_HEAP_SIZE; mem_avoid_init()
H A Dhead_32.S245 .fill BOOT_HEAP_SIZE, 1, 0
H A Dmisc.c400 free_mem_end_ptr = heap + BOOT_HEAP_SIZE; decompress_kernel()
H A Dhead_64.S469 .fill BOOT_HEAP_SIZE, 1, 0

Completed in 201 milliseconds