Home
last modified time | relevance | path

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

/linux/arch/s390/boot/
H A Ddecompressor.c29 #define BOOT_HEAP_SIZE 0x400000 macro
31 #define BOOT_HEAP_SIZE 0x30000 macro
33 #define BOOT_HEAP_SIZE 0x10000 macro
37 static unsigned long free_mem_end_ptr = (unsigned long) _end + BOOT_HEAP_SIZE;
/linux/arch/x86/include/asm/
H A Dboot.h23 # define BOOT_HEAP_SIZE 0x400000 macro
30 # define BOOT_HEAP_SIZE 0x30000 macro
32 # define BOOT_HEAP_SIZE 0x10000 macro
/linux/arch/mips/boot/compressed/
H A 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) \
H A Dhead.S51 .comm .heap,BOOT_HEAP_SIZE,4
H A Ddecompress.c95 free_mem_end_ptr = boot_heap_start + BOOT_HEAP_SIZE; in decompress_kernel()
/linux/arch/x86/boot/compressed/
H A Dmisc.c350 static u8 boot_heap[BOOT_HEAP_SIZE] __aligned(4);
470 free_mem_end_ptr = heap + BOOT_HEAP_SIZE; in extract_kernel()