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

/linux-master/arch/x86/realmode/rm/
H A Dstack.S10 SYM_DATA(heap_end, .long rm_stack)
/linux-master/arch/x86/boot/
H A Dmain.c23 char *heap_end = _end; /* Default end of heap = no heap */ variable
125 heap_end = (char *)
127 if (heap_end > stack_end)
128 heap_end = stack_end;
H A Dboot.h173 extern char *heap_end;
189 return (int)(heap_end-HEAP) >= (int)n;
/linux-master/arch/mips/include/asm/octeon/
H A Docteon.h62 uint64_t heap_end; member in struct:octeon_boot_descriptor
113 uint64_t heap_end;
H A Dcvmx-bootinfo.h64 uint64_t heap_end; member in struct:cvmx_bootinfo
147 uint64_t heap_end;

Completed in 141 milliseconds