Home
last modified time | relevance | path

Searched refs:user_arg_ptr (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-4.19/fs/
Dexec.c433 struct user_arg_ptr { struct
445 static const char __user *get_user_arg_ptr(struct user_arg_ptr argv, int nr) in get_user_arg_ptr() argument
469 static int count(struct user_arg_ptr argv, int max) in count()
500 static int copy_strings(int argc, struct user_arg_ptr argv, in copy_strings()
596 struct user_arg_ptr argv = { in copy_strings_kernel()
1725 struct user_arg_ptr argv, in __do_execve_file()
1726 struct user_arg_ptr envp, in __do_execve_file()
1875 struct user_arg_ptr argv, in do_execveat_common()
1876 struct user_arg_ptr envp, in do_execveat_common()
1884 struct user_arg_ptr argv = { .ptr.native = __argv }; in do_execve_file()
[all …]
/kernel/linux/linux-5.10/fs/
Dexec.c393 struct user_arg_ptr { struct
405 static const char __user *get_user_arg_ptr(struct user_arg_ptr argv, int nr) in get_user_arg_ptr() argument
429 static int count(struct user_arg_ptr argv, int max) in count()
512 static int copy_strings(int argc, struct user_arg_ptr argv, in copy_strings()
1859 struct user_arg_ptr argv, in do_execveat_common()
1860 struct user_arg_ptr envp, in do_execveat_common()
1984 struct user_arg_ptr argv = { .ptr.native = __argv }; in do_execve()
1985 struct user_arg_ptr envp = { .ptr.native = __envp }; in do_execve()
1994 struct user_arg_ptr argv = { .ptr.native = __argv }; in do_execveat()
1995 struct user_arg_ptr envp = { .ptr.native = __envp }; in do_execveat()
[all …]