Searched refs:BOOT_HEAP_SIZE (Results 1 – 8 of 8) sorted by relevance
42 #define BOOT_HEAP_SIZE 0x10000 macro47 #define BOOT_HEAP_SIZE 0x400000 macro52 #define BOOT_HEAP_SIZE 0x10000 macro76 free_mem_end_ptr = free_mem_ptr + BOOT_HEAP_SIZE; in decompress_kernel()
32 #define BOOT_HEAP_SIZE 0x400000 macro35 #define BOOT_HEAP_SIZE 0x8000 macro
16 BOOT_HEAP_SIZE := 0x400000 macro22 -DBOOT_HEAP_SIZE=$(BOOT_HEAP_SIZE) -D"VMLINUX_LOAD_ADDRESS_ULL=$(VMLINUX_LOAD_ADDRESS)ull"25 -DBOOT_HEAP_SIZE=$(BOOT_HEAP_SIZE) \
55 .comm .heap,BOOT_HEAP_SIZE,4
97 free_mem_end_ptr = boot_heap_start + BOOT_HEAP_SIZE; in decompress_kernel()
192 .fill BOOT_HEAP_SIZE, 1, 0
330 .fill BOOT_HEAP_SIZE, 1, 0
354 free_mem_end_ptr = heap + BOOT_HEAP_SIZE; in decompress_kernel()