Home
last modified time | relevance | path

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

/linux-6.14.4/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.14.4/arch/x86/realmode/rm/
Dstack.S10 SYM_DATA(heap_end, .long rm_stack)
/linux-6.14.4/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.14.4/Documentation/arch/x86/
Dboot.rst1155 heap_end = 0xe000;
1157 heap_end = 0x9800;
1160 heap_end_ptr = heap_end - 0x200;
1165 cmd_line_ptr = base_ptr + heap_end;
1169 cmd_line_offset = heap_end;
1170 setup_move_size = heap_end + strlen(cmdline) + 1;
1176 heap_end = 0x9800;
1179 cmd_line_offset = heap_end;
1292 _SP = heap_end;
/linux-6.14.4/drivers/gpu/drm/panthor/
Dpanthor_fw.h70 u64 heap_end; member
Dpanthor_sched.c1499 cs_iface->input->heap_end = new_chunk_va; in group_process_tiler_oom()
/linux-6.14.4/Documentation/core-api/
Dasm-annotations.rst198 SYM_DATA(heap_end, .long rm_stack)