Lines Matching refs:user_arg_ptr
433 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()
1885 struct user_arg_ptr envp = { .ptr.native = __envp }; in do_execve_file()
1894 struct user_arg_ptr argv = { .ptr.native = __argv }; in do_execve()
1895 struct user_arg_ptr envp = { .ptr.native = __envp }; in do_execve()
1904 struct user_arg_ptr argv = { .ptr.native = __argv }; in do_execveat()
1905 struct user_arg_ptr envp = { .ptr.native = __envp }; in do_execveat()
1915 struct user_arg_ptr argv = { in compat_do_execve()
1919 struct user_arg_ptr envp = { in compat_do_execve()
1931 struct user_arg_ptr argv = { in compat_do_execveat()
1935 struct user_arg_ptr envp = { in compat_do_execveat()