Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/boot/
A Dmain.c23 char *heap_end = _end; /* Default end of heap = no heap */ variable
125 heap_end = (char *) in init_heap()
127 if (heap_end > stack_end) in init_heap()
128 heap_end = stack_end; in init_heap()
A Dboot.h173 extern char *heap_end;
189 return (int)(heap_end-HEAP) >= (int)n; in heap_free()
/linux-6.3-rc2/arch/x86/realmode/rm/
A Dstack.S10 SYM_DATA(heap_end, .long rm_stack)
/linux-6.3-rc2/arch/mips/include/asm/octeon/
A Docteon.h62 uint64_t heap_end; member
113 uint64_t heap_end;
A Dcvmx-bootinfo.h64 uint64_t heap_end; member
147 uint64_t heap_end;
/linux-6.3-rc2/Documentation/x86/
A Dboot.rst1146 heap_end = 0xe000;
1148 heap_end = 0x9800;
1151 heap_end_ptr = heap_end - 0x200;
1156 cmd_line_ptr = base_ptr + heap_end;
1160 cmd_line_offset = heap_end;
1161 setup_move_size = heap_end + strlen(cmdline)+1;
1167 heap_end = 0x9800;
1170 cmd_line_offset = heap_end;
1284 _SP = heap_end;
/linux-6.3-rc2/Documentation/core-api/
A Dasm-annotations.rst198 SYM_DATA(heap_end, .long rm_stack)

Completed in 13 milliseconds