Searched defs:heap_end (Results 1 - 4 of 4) 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;
/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 103 milliseconds