Home
last modified time | relevance | path

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

/linux/mm/
A Dinit-mm.c44 void setup_initial_init_mm(void *start_code, void *end_code, in setup_initial_init_mm() argument
48 init_mm.end_code = (unsigned long)end_code; in setup_initial_init_mm()
A Ddebug.c250 mm->start_code, mm->end_code, mm->start_data, mm->end_data, in dump_mm()
/linux/fs/
A Dbinfmt_flat.c447 unsigned long start_code, end_code; in load_flat_file() local
731 end_code = textpos + text_len; in load_flat_file()
737 current->mm->end_code = end_code; in load_flat_file()
759 start_code, end_code, datapos, datapos + data_len, in load_flat_file()
874 flush_icache_user_range(start_code, end_code); in load_flat_file()
A Dbinfmt_elf.c837 unsigned long start_code, end_code, start_data, end_data; in load_elf_binary() local
1027 end_code = 0; in load_elf_binary()
1195 if ((elf_ppnt->p_flags & PF_X) && end_code < k) in load_elf_binary()
1196 end_code = k; in load_elf_binary()
1210 end_code += load_bias; in load_elf_binary()
1276 mm->end_code = end_code; in load_elf_binary()
A Dbinfmt_elf_fdpic.c360 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()
1163 mm->end_code = maddr + phdr->p_memsz; in elf_fdpic_map_file_by_direct_mmap()
A Dbinfmt_aout.c166 current->mm->end_code = ex.a_text + in load_aout_binary()
/linux/arch/microblaze/kernel/
A Dptrace.c100 val = child->mm->end_code in arch_ptrace()
/linux/arch/h8300/kernel/
A Dtraps.c62 (int) current->mm->end_code, in dump()
/linux/tools/include/uapi/linux/
A Dprctl.h136 __u64 end_code; member
/linux/include/uapi/linux/
A Dprctl.h136 __u64 end_code; member
/linux/arch/sh/kernel/
A Dptrace_32.c380 tmp = child->mm->end_code; in arch_ptrace()
382 tmp = child->mm->end_code - child->mm->start_code; in arch_ptrace()
/linux/kernel/
A Dsys.c1891 offsetof(struct prctl_mm_map, end_code), in validate_prctl_map_addr()
1921 error = __prctl_check_order(start_code, <, end_code); in validate_prctl_map_addr()
2026 mm->end_code = prctl_map.end_code; in prctl_set_mm_map()
2130 prctl_map.end_code = mm->end_code; in prctl_set_mm()
2146 prctl_map.end_code = addr; in prctl_set_mm()
2203 mm->end_code = prctl_map.end_code; in prctl_set_mm()
/linux/arch/nios2/kernel/
A Dprocess.c163 (int) current->mm->end_code, in dump()
/linux/arch/m68k/kernel/
A Dptrace.c191 tmp = child->mm->end_code; in arch_ptrace()
/linux/fs/proc/
A Dtask_nommu.c118 *text = (PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK)) in task_statm()
A Dtask_mmu.c54 text = PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK); in task_mem()
93 *text = (PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK)) in task_statm()
A Darray.c589 seq_put_decimal_ull(m, " ", mm ? (permitted ? mm->end_code : 1) : 0); in do_task_stat()
/linux/arch/x86/ia32/
A Dia32_aout.c147 current->mm->end_code = ex.a_text + in load_aout_binary()
/linux/include/linux/
A Dmm_types.h567 unsigned long start_code, end_code, start_data, end_data; member
A Dmm.h231 void setup_initial_init_mm(void *start_code, void *end_code,
/linux/arch/csky/kernel/
A Dptrace.c474 (int) current->mm->end_code, in show_regs()
/linux/arch/arm/kernel/
A Dptrace.c265 tmp = tsk->mm->end_code; in ptrace_read_user()
/linux/arch/alpha/kernel/
A Dosf_sys.c76 mm->end_code = bss_start + bss_len; in SYSCALL_DEFINE4()
/linux/arch/arm64/kernel/
A Dptrace.c1515 tmp = tsk->mm->end_code; in compat_ptrace_read_user()
/linux/Documentation/filesystems/
A Dproc.rst356 end_code address below which program text can run

Completed in 64 milliseconds