Home
last modified time | relevance | path

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

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