Searched defs:arg_start (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/fs/ |
D | binfmt_flat.c | 108 static int create_flat_tables(struct linux_binprm *bprm, unsigned long arg_start) in create_flat_tables()
|
/linux-6.12.1/tools/perf/trace/beauty/include/uapi/linux/ |
D | prctl.h | 142 __u64 arg_start; /* command line arguments bounds */ member
|
/linux-6.12.1/tools/include/uapi/linux/ |
D | prctl.h | 142 __u64 arg_start; /* command line arguments bounds */ member
|
/linux-6.12.1/include/uapi/linux/ |
D | prctl.h | 142 __u64 arg_start; /* command line arguments bounds */ member
|
/linux-6.12.1/mm/ |
D | util.c | 1093 unsigned long arg_start, arg_end, env_start, env_end; in get_cmdline() local
|
/linux-6.12.1/tools/testing/selftests/bpf/progs/ |
D | profiler.inc.h | 722 void* arg_start = (void*)BPF_CORE_READ(task, mm, arg_start); in raw_tracepoint__sched_process_exec() local
|
/linux-6.12.1/fs/proc/ |
D | base.c | 257 unsigned long arg_start) in get_mm_proctitle() 295 unsigned long arg_start, arg_end, env_start, env_end; in get_mm_cmdline() local
|
/linux-6.12.1/include/linux/ |
D | mm_types.h | 924 unsigned long arg_start, arg_end, env_start, env_end; member
|