Searched refs:env_end (Results 1 – 12 of 12) sorted by relevance
/linux/mm/ |
H A D | util.c | 990 unsigned long arg_start, arg_end, env_start, env_end; in get_cmdline() local 1000 env_end = mm->env_end; in get_cmdline() 1019 len = env_end - env_start; in get_cmdline()
|
H A D | debug.c | 184 "arg_start %lx arg_end %lx env_start %lx env_end %lx\n" in dump_mm() 213 mm->arg_start, mm->arg_end, mm->env_start, mm->env_end, in dump_mm()
|
/linux/fs/proc/ |
H A D | base.c | 294 unsigned long arg_start, arg_end, env_start, env_end; in get_mm_cmdline() local 299 if (!mm->env_end) in get_mm_cmdline() 306 env_end = mm->env_end; in get_mm_cmdline() 317 if (env_start != arg_end || env_end < env_start) in get_mm_cmdline() 318 env_start = env_end = arg_end; in get_mm_cmdline() 319 len = env_end - arg_start; in get_mm_cmdline() 1013 unsigned long env_start, env_end; in environ_read() local 1016 if (!mm || !mm->env_end) in environ_read() 1029 env_end in environ_read() [all...] |
H A D | array.c | 656 seq_put_decimal_ull(m, " ", mm->env_end); in do_task_stat()
|
/linux/tools/include/uapi/linux/ |
H A D | prctl.h | 145 __u64 env_end; member
|
/linux/include/uapi/linux/ |
H A D | prctl.h | 145 __u64 env_end; member
|
/linux/tools/perf/trace/beauty/include/uapi/linux/ |
H A D | prctl.h | 145 __u64 env_end; member
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | profiler.inc.h | 734 void* env_end = (void*)BPF_CORE_READ(task, mm, env_end); in raw_tracepoint__sched_process_exec() local 736 env_end - env_start, MAX_ENVIRON_LEN); in raw_tracepoint__sched_process_exec()
|
/linux/include/linux/ |
H A D | mm_types.h | 1101 unsigned long arg_start, arg_end, env_start, env_end; member
|
/linux/fs/ |
H A D | binfmt_flat.c | 160 current->mm->env_end = (unsigned long)p; in create_flat_tables()
|
H A D | binfmt_elf_fdpic.c | 722 current->mm->env_end = (unsigned long) p; in create_elf_fdpic_tables()
|
/linux/Documentation/filesystems/ |
H A D | proc.rst | 396 env_end address below which program environment is placed
|