Searched refs:heap_end (Results 1 - 5 of 5) sorted by relevance

/arch/x86/boot/
H A Dmain.c21 char *heap_end = _end; /* Default end of heap = no heap */ variable
117 heap_end = (char *)
119 if (heap_end > stack_end)
120 heap_end = stack_end;
H A Dboot.h207 extern char *heap_end;
223 return (int)(heap_end-HEAP) >= (int)n;
/arch/x86/kernel/acpi/realmode/
H A Dwakeup.S155 .globl HEAP, heap_end
158 heap_end: label
/arch/mips/include/asm/octeon/
H A Docteon.h65 uint64_t heap_end; member in struct:octeon_boot_descriptor
H A Dcvmx-bootinfo.h61 uint64_t heap_end; member in struct:cvmx_bootinfo

Completed in 184 milliseconds