Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/boot/
Dmain.c23 char *heap_end = _end; /* Default end of heap = no heap */ variable
124 heap_end = (char *) ((size_t)boot_params.hdr.heap_end_ptr + 0x200); in init_heap()
125 if (heap_end > stack_end) in init_heap()
126 heap_end = stack_end; in init_heap()
Dboot.h173 extern char *heap_end;
189 return (int)(heap_end-HEAP) >= (int)n; in heap_free()
/linux-6.12.1/arch/x86/realmode/rm/
Dstack.S10 SYM_DATA(heap_end, .long rm_stack)
/linux-6.12.1/arch/mips/include/asm/octeon/
Docteon.h62 uint64_t heap_end; member
113 uint64_t heap_end;
Dcvmx-bootinfo.h64 uint64_t heap_end; member
147 uint64_t heap_end;
/linux-6.12.1/Documentation/arch/x86/
Dboot.rst1147 heap_end = 0xe000;
1149 heap_end = 0x9800;
1152 heap_end_ptr = heap_end - 0x200;
1157 cmd_line_ptr = base_ptr + heap_end;
1161 cmd_line_offset = heap_end;
1162 setup_move_size = heap_end + strlen(cmdline)+1;
1168 heap_end = 0x9800;
1171 cmd_line_offset = heap_end;
1285 _SP = heap_end;
/linux-6.12.1/drivers/gpu/drm/panthor/
Dpanthor_fw.h70 u64 heap_end; member
Dpanthor_sched.c1438 cs_iface->input->heap_end = new_chunk_va; in group_process_tiler_oom()
/linux-6.12.1/Documentation/core-api/
Dasm-annotations.rst198 SYM_DATA(heap_end, .long rm_stack)