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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dboot.h32 #define BOOT_HEAP_SIZE 0x400000 macro
36 #define BOOT_HEAP_SIZE 0x7000 macro
38 #define BOOT_HEAP_SIZE 0x4000 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/boot/compressed/
H A Dmisc.c42 #define BOOT_HEAP_SIZE 0x10000 macro
47 #define BOOT_HEAP_SIZE 0x400000 macro
52 #define BOOT_HEAP_SIZE 0x10000 macro
76 free_mem_end_ptr = free_mem_ptr + BOOT_HEAP_SIZE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/boot/compressed/
H A Dhead.S55 .comm .heap,BOOT_HEAP_SIZE,4
H A DMakefile16 BOOT_HEAP_SIZE := 0x400000 macro
22 -DBOOT_HEAP_SIZE=$(BOOT_HEAP_SIZE) -D"VMLINUX_LOAD_ADDRESS_ULL=$(VMLINUX_LOAD_ADDRESS)ull"
25 -DBOOT_HEAP_SIZE=$(BOOT_HEAP_SIZE) \
H A Ddecompress.c97 free_mem_end_ptr = boot_heap_start + BOOT_HEAP_SIZE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/boot/compressed/
H A Dhead_32.S192 .fill BOOT_HEAP_SIZE, 1, 0
H A Dhead_64.S330 .fill BOOT_HEAP_SIZE, 1, 0
H A Dmisc.c333 free_mem_end_ptr = heap + BOOT_HEAP_SIZE;

Completed in 110 milliseconds