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()
1710 struct user_arg_ptr argv, in __do_execve_file()
1711 struct user_arg_ptr envp, in __do_execve_file()
1862 struct user_arg_ptr argv, in do_execveat_common()
1863 struct user_arg_ptr envp, in do_execveat_common()
1871 struct user_arg_ptr argv = { .ptr.native = __argv }; in do_execve_file()
1872 struct user_arg_ptr envp = { .ptr.native = __envp }; in do_execve_file()
1881 struct user_arg_ptr argv = { .ptr.native = __argv }; in do_execve()
1882 struct user_arg_ptr envp = { .ptr.native = __envp }; in do_execve()
1891 struct user_arg_ptr argv = { .ptr.native = __argv }; in do_execveat()
1892 struct user_arg_ptr envp = { .ptr.native = __envp }; in do_execveat()
1902 struct user_arg_ptr argv = { in compat_do_execve()
1906 struct user_arg_ptr envp = { in compat_do_execve()
1918 struct user_arg_ptr argv = { in compat_do_execveat()
1922 struct user_arg_ptr envp = { in compat_do_execveat()