Searched defs:env_start (Results 1 – 7 of 7) sorted by relevance
/linux/include/uapi/linux/ |
H A D | prctl.h | 144 __u64 env_start; /* environment variables bounds */ member
|
/linux/tools/perf/trace/beauty/include/uapi/linux/ |
H A D | prctl.h | 144 __u64 env_start; /* environment variables bounds */ member
|
/linux/tools/include/uapi/linux/ |
H A D | prctl.h | 144 __u64 env_start; /* environment variables bounds */ member
|
/linux/mm/ |
H A D | util.c | 1093 unsigned long arg_start, arg_end, env_start, env_end; in get_cmdline() local
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | profiler.inc.h | 733 void* env_start = (void*)BPF_CORE_READ(task, mm, env_start); in raw_tracepoint__sched_process_exec() local
|
/linux/fs/proc/ |
H A D | base.c | 295 unsigned long arg_start, arg_end, env_start, env_end; in get_mm_cmdline() local 1006 unsigned long env_start, env_end; in environ_read() local
|
/linux/include/linux/ |
H A D | mm_types.h | 924 unsigned long arg_start, arg_end, env_start, env_end; member
|