Home
last modified time | relevance | path

Searched refs:end_code (Results 1 – 23 of 23) sorted by relevance

/linux-6.15/mm/
H A Dinit-mm.c51 void setup_initial_init_mm(void *start_code, void *end_code, in setup_initial_init_mm() argument
55 init_mm.end_code = (unsigned long)end_code; in setup_initial_init_mm()
H A Ddebug.c243 mm->start_code, mm->end_code, mm->start_data, mm->end_data, in dump_mm()
/linux-6.15/fs/
H A Dbinfmt_flat.c417 unsigned long start_code, end_code; in load_flat_file() local
691 end_code = textpos + text_len; in load_flat_file()
696 current->mm->end_code = end_code; in load_flat_file()
717 start_code, end_code, datapos, datapos + data_len, in load_flat_file()
833 flush_icache_user_range(start_code, end_code); in load_flat_file()
H A Dbinfmt_elf.c838 unsigned long start_code, end_code, start_data, end_data; in load_elf_binary() local
1028 end_code = 0; in load_elf_binary()
1228 if ((elf_ppnt->p_flags & PF_X) && end_code < k) in load_elf_binary()
1229 end_code = k; in load_elf_binary()
1241 end_code += load_bias; in load_elf_binary()
1294 mm->end_code = end_code; in load_elf_binary()
H A Dbinfmt_elf_fdpic.c359 current->mm->end_code = 0; in load_elf_fdpic_binary()
442 kdebug("- end_code %lx", current->mm->end_code); in load_elf_fdpic_binary()
989 mm->end_code = seg->addr + in elf_fdpic_map_file_constdisp_on_uclinux()
1166 mm->end_code = maddr + phdr->p_memsz; in elf_fdpic_map_file_by_direct_mmap()
/linux-6.15/arch/microblaze/kernel/
H A Dptrace.c99 val = child->mm->end_code in arch_ptrace()
/linux-6.15/arch/sh/kernel/
H A Dptrace_32.c379 tmp = child->mm->end_code; in arch_ptrace()
381 tmp = child->mm->end_code - child->mm->start_code; in arch_ptrace()
/linux-6.15/tools/include/uapi/linux/
H A Dprctl.h136 __u64 end_code; member
/linux-6.15/include/uapi/linux/
H A Dprctl.h136 __u64 end_code; member
/linux-6.15/tools/perf/trace/beauty/include/uapi/linux/
H A Dprctl.h136 __u64 end_code; member
/linux-6.15/kernel/
H A Dsys.c1957 offsetof(struct prctl_mm_map, end_code), in validate_prctl_map_addr()
1987 error = __prctl_check_order(start_code, <, end_code); in validate_prctl_map_addr()
2092 mm->end_code = prctl_map.end_code; in prctl_set_mm_map()
2196 prctl_map.end_code = mm->end_code; in prctl_set_mm()
2212 prctl_map.end_code = addr; in prctl_set_mm()
2269 mm->end_code = prctl_map.end_code; in prctl_set_mm()
/linux-6.15/arch/nios2/kernel/
H A Dprocess.c164 (int) current->mm->end_code, in dump()
/linux-6.15/arch/m68k/kernel/
H A Dptrace.c194 tmp = child->mm->end_code; in arch_ptrace()
/linux-6.15/fs/proc/
H A Dtask_nommu.c113 *text = (PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK)) in task_statm()
H A Darray.c617 seq_put_decimal_ull(m, " ", mm ? (permitted ? mm->end_code : 1) : 0); in do_task_stat()
H A Dtask_mmu.c58 text = PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK); in task_mem()
97 *text = (PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK)) in task_statm()
/linux-6.15/arch/csky/kernel/
H A Dptrace.c473 (int) current->mm->end_code, in show_regs()
/linux-6.15/arch/arm/kernel/
H A Dptrace.c264 tmp = tsk->mm->end_code; in ptrace_read_user()
/linux-6.15/include/linux/
H A Dmm_types.h1056 unsigned long start_code, end_code, start_data, end_data; member
H A Dmm.h221 void setup_initial_init_mm(void *start_code, void *end_code,
/linux-6.15/arch/alpha/kernel/
H A Dosf_sys.c77 mm->end_code = bss_start + bss_len; in SYSCALL_DEFINE4()
/linux-6.15/arch/arm64/kernel/
H A Dptrace.c2044 tmp = tsk->mm->end_code; in compat_ptrace_read_user()
/linux-6.15/Documentation/filesystems/
H A Dproc.rst371 end_code address below which program text can run