Searched defs:env_start (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.15/include/uapi/linux/ |
D | prctl.h | 144 __u64 env_start; /* environment variables bounds */ member
|
/Linux-v5.15/tools/include/uapi/linux/ |
D | prctl.h | 144 __u64 env_start; /* environment variables bounds */ member
|
/Linux-v5.15/mm/ |
D | util.c | 948 unsigned long arg_start, arg_end, env_start, env_end; in get_cmdline() local
|
/Linux-v5.15/tools/testing/selftests/bpf/progs/ |
D | profiler.inc.h | 741 void* env_start = (void*)BPF_CORE_READ(task, mm, env_start); in raw_tracepoint__sched_process_exec() local
|
/Linux-v5.15/include/linux/ |
D | mm_types.h | 504 unsigned long arg_start, arg_end, env_start, env_end; member
|
/Linux-v5.15/fs/proc/ |
D | base.c | 258 unsigned long arg_start, arg_end, env_start, env_end; in get_mm_cmdline() local 946 unsigned long env_start, env_end; in environ_read() local
|