Lines Matching refs:user_arg_ptr
387 struct user_arg_ptr { struct
399 static const char __user *get_user_arg_ptr(struct user_arg_ptr argv, int nr) in get_user_arg_ptr() argument
423 static int count(struct user_arg_ptr argv, int max) in count()
454 static int copy_strings(int argc, struct user_arg_ptr argv, in copy_strings()
550 struct user_arg_ptr argv = { in copy_strings_kernel()
1479 struct user_arg_ptr argv, in do_execveat_common()
1480 struct user_arg_ptr envp, in do_execveat_common()
1626 struct user_arg_ptr argv = { .ptr.native = __argv }; in do_execve()
1627 struct user_arg_ptr envp = { .ptr.native = __envp }; in do_execve()
1636 struct user_arg_ptr argv = { .ptr.native = __argv }; in do_execveat()
1637 struct user_arg_ptr envp = { .ptr.native = __envp }; in do_execveat()
1647 struct user_arg_ptr argv = { in compat_do_execve()
1651 struct user_arg_ptr envp = { in compat_do_execve()
1663 struct user_arg_ptr argv = { in compat_do_execveat()
1667 struct user_arg_ptr envp = { in compat_do_execveat()