Home
last modified time | relevance | path

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

/linux/arch/x86/boot/
H A 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()
/linux/arch/x86/realmode/rm/
H A Dstack.S10 SYM_DATA(heap_end, .long rm_stack)
/linux/arch/mips/include/asm/octeon/
H A Docteon.h62 uint64_t heap_end; member
113 uint64_t heap_end;
H A Dcvmx-bootinfo.h64 uint64_t heap_end; member
147 uint64_t heap_end;
/linux/Documentation/arch/x86/
H A Dboot.rst1145 heap_end = 0xe000;
1147 heap_end = 0x9800;
1150 heap_end_ptr = heap_end - 0x200;
1155 cmd_line_ptr = base_ptr + heap_end;
1159 cmd_line_offset = heap_end;
1160 setup_move_size = heap_end + strlen(cmdline) + 1;
1166 heap_end = 0x9800;
1169 cmd_line_offset = heap_end;
1282 _SP = heap_end;
/linux/drivers/gpu/drm/panthor/
H A Dpanthor_fw.h70 u64 heap_end; member
H A Dpanthor_sched.c1638 cs_iface->input->heap_end = new_chunk_va; in group_process_tiler_oom()
/linux/Documentation/core-api/
H A Dasm-annotations.rst198 SYM_DATA(heap_end, .long rm_stack)