Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/boot/
Dmain.c21 char *heap_end = _end; /* Default end of heap = no heap */ variable
117 heap_end = (char *) in init_heap()
119 if (heap_end > stack_end) in init_heap()
120 heap_end = stack_end; in init_heap()
Dboot.h207 extern char *heap_end;
223 return (int)(heap_end-HEAP) >= (int)n; in heap_free()
/linux-3.4.99/arch/x86/kernel/acpi/realmode/
Dwakeup.S155 .globl HEAP, heap_end
158 heap_end: label
/linux-3.4.99/arch/mips/include/asm/octeon/
Docteon.h65 uint64_t heap_end; member
Dcvmx-bootinfo.h61 uint64_t heap_end; member
/linux-3.4.99/Documentation/x86/
Dboot.txt800 heap_end = 0xe000;
802 heap_end = 0x9800;
805 heap_end_ptr = heap_end - 0x200;
810 cmd_line_ptr = base_ptr + heap_end;
814 cmd_line_offset = heap_end;
815 setup_move_size = heap_end + strlen(cmdline)+1;
821 heap_end = 0x9800;
824 cmd_line_offset = heap_end;
936 _SP = heap_end;