Home
last modified time | relevance | path

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

/arch/s390/boot/compressed/
Ddecompressor.c27 #define BOOT_HEAP_SIZE 0x400000 macro
29 #define BOOT_HEAP_SIZE 0x30000 macro
31 #define BOOT_HEAP_SIZE 0x10000 macro
35 static unsigned long free_mem_end_ptr = (unsigned long) _end + BOOT_HEAP_SIZE;
65 #define decompress_offset ALIGN((unsigned long)_end + BOOT_HEAP_SIZE, PAGE_SIZE)
/arch/x86/include/asm/
Dboot.h28 # define BOOT_HEAP_SIZE 0x400000 macro
35 # define BOOT_HEAP_SIZE 0x30000 macro
37 # define BOOT_HEAP_SIZE 0x10000 macro
/arch/mips/boot/compressed/
Dhead.S51 .comm .heap,BOOT_HEAP_SIZE,4
DMakefile18 BOOT_HEAP_SIZE := 0x400000 macro
31 -DBOOT_HEAP_SIZE=$(BOOT_HEAP_SIZE) -D"VMLINUX_LOAD_ADDRESS_ULL=$(VMLINUX_LOAD_ADDRESS)ull"
34 -DBOOT_HEAP_SIZE=$(BOOT_HEAP_SIZE) \
Ddecompress.c106 free_mem_end_ptr = boot_heap_start + BOOT_HEAP_SIZE; in decompress_kernel()
/arch/x86/boot/compressed/
Dhead_32.S222 .fill BOOT_HEAP_SIZE, 1, 0
Dmisc.c382 free_mem_end_ptr = heap + BOOT_HEAP_SIZE; in extract_kernel()
Dhead_64.S981 SYM_DATA_LOCAL(boot_heap, .fill BOOT_HEAP_SIZE, 1, 0)