Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/s390/boot/
A Ddecompressor.c28 #define BOOT_HEAP_SIZE 0x400000 macro
30 #define BOOT_HEAP_SIZE 0x30000 macro
32 #define BOOT_HEAP_SIZE 0x10000 macro
36 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)
/linux-6.3-rc2/arch/x86/include/asm/
A Dboot.h28 # define BOOT_HEAP_SIZE 0x400000 macro
35 # define BOOT_HEAP_SIZE 0x30000 macro
37 # define BOOT_HEAP_SIZE 0x10000 macro
/linux-6.3-rc2/arch/mips/boot/compressed/
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) \
A Dhead.S51 .comm .heap,BOOT_HEAP_SIZE,4
A Ddecompress.c107 free_mem_end_ptr = boot_heap_start + BOOT_HEAP_SIZE; in decompress_kernel()
/linux-6.3-rc2/arch/x86/boot/compressed/
A Dhead_32.S217 .fill BOOT_HEAP_SIZE, 1, 0
A Dmisc.c402 free_mem_end_ptr = heap + BOOT_HEAP_SIZE; in extract_kernel()
A Dhead_64.S729 SYM_DATA_LOCAL(boot_heap, .fill BOOT_HEAP_SIZE, 1, 0)

Completed in 12 milliseconds