| /linux/fs/ |
| H A D | binfmt_flat.c | 417 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 D | binfmt_elf_fdpic.c | 359 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/arch/microblaze/kernel/ |
| H A D | ptrace.c | 99 val = child->mm->end_code in arch_ptrace()
|
| /linux/arch/sh/kernel/ |
| H A D | ptrace_32.c | 379 tmp = child->mm->end_code; in arch_ptrace() 381 tmp = child->mm->end_code - child->mm->start_code; in arch_ptrace()
|
| /linux/tools/include/uapi/linux/ |
| H A D | prctl.h | 136 __u64 end_code; member
|
| /linux/include/uapi/linux/ |
| H A D | prctl.h | 136 __u64 end_code; member
|
| /linux/tools/perf/trace/beauty/include/uapi/linux/ |
| H A D | prctl.h | 136 __u64 end_code; member
|
| /linux/kernel/ |
| H A D | sys.c | 2005 offsetof(struct prctl_mm_map, end_code), in validate_prctl_map_addr() 2035 error = __prctl_check_order(start_code, <, end_code); in validate_prctl_map_addr() 2140 mm->end_code = prctl_map.end_code; in prctl_set_mm_map() 2244 prctl_map.end_code = mm->end_code; in prctl_set_mm() 2260 prctl_map.end_code = addr; in prctl_set_mm() 2317 mm->end_code = prctl_map.end_code; in prctl_set_mm()
|
| /linux/arch/nios2/kernel/ |
| H A D | process.c | 164 (int) current->mm->end_code, in dump()
|
| /linux/arch/m68k/kernel/ |
| H A D | ptrace.c | 194 tmp = child->mm->end_code; in arch_ptrace()
|
| /linux/fs/proc/ |
| H A D | task_nommu.c | 113 *text = (PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK)) in task_statm()
|
| H A D | array.c | 610 seq_put_decimal_ull(m, " ", mm ? (permitted ? mm->end_code : 1) : 0); in do_task_stat()
|
| H A D | task_mmu.c | 61 text = PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK); in task_mem() 100 *text = (PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK)) in task_statm()
|
| /linux/mm/ |
| H A D | debug.c | 211 mm->start_code, mm->end_code, mm->start_data, mm->end_data, in dump_mm()
|
| /linux/arch/csky/kernel/ |
| H A D | ptrace.c | 473 (int) current->mm->end_code, in show_regs()
|
| /linux/arch/arm/kernel/ |
| H A D | ptrace.c | 264 tmp = tsk->mm->end_code; in ptrace_read_user()
|
| /linux/include/linux/ |
| H A D | mm_types.h | 1207 unsigned long start_code, end_code, start_data, end_data; member
|
| H A D | mm.h | 251 void setup_initial_init_mm(void *start_code, void *end_code,
|
| /linux/arch/alpha/kernel/ |
| H A D | osf_sys.c | 77 mm->end_code = bss_start + bss_len; in SYSCALL_DEFINE4()
|
| /linux/Documentation/filesystems/ |
| H A D | proc.rst | 351 end_code address below which program text can run
|