Searched refs:BOOT_HEAP_SIZE (Results 1 – 6 of 6) sorted by relevance
28 #define BOOT_HEAP_SIZE 0x400000 macro30 #define BOOT_HEAP_SIZE 0x30000 macro32 #define BOOT_HEAP_SIZE 0x10000 macro36 static unsigned long free_mem_end_ptr = (unsigned long) _end + BOOT_HEAP_SIZE;66 #define decompress_offset ALIGN((unsigned long)_end + BOOT_HEAP_SIZE, PAGE_SIZE)
28 # define BOOT_HEAP_SIZE 0x400000 macro35 # define BOOT_HEAP_SIZE 0x30000 macro37 # define BOOT_HEAP_SIZE 0x10000 macro
18 BOOT_HEAP_SIZE := 0x400000 macro31 -DBOOT_HEAP_SIZE=$(BOOT_HEAP_SIZE) -D"VMLINUX_LOAD_ADDRESS_ULL=$(VMLINUX_LOAD_ADDRESS)ull"34 -DBOOT_HEAP_SIZE=$(BOOT_HEAP_SIZE) \
51 .comm .heap,BOOT_HEAP_SIZE,4
107 free_mem_end_ptr = boot_heap_start + BOOT_HEAP_SIZE; in decompress_kernel()
335 static u8 boot_heap[BOOT_HEAP_SIZE] __aligned(4);425 free_mem_end_ptr = heap + BOOT_HEAP_SIZE; in extract_kernel()