Home
last modified time | relevance | path

Searched defs:uargs (Results 1 – 6 of 6) sorted by relevance

/linux-6.14.4/kernel/module/
Dmain.c3303 static int load_module(struct load_info *info, const char __user *uargs, in load_module()
3516 unsigned long, len, const char __user *, uargs) in SYSCALL_DEFINE3() argument
3622 static int init_module_from_file(struct file *f, const char __user * uargs, int flags) in init_module_from_file()
3650 static int idempotent_init_module(struct file *f, const char __user * uargs, int flags) in idempotent_init_module()
3669 SYSCALL_DEFINE3(finit_module, int, fd, const char __user *, uargs, int, flags) in SYSCALL_DEFINE3() argument
/linux-6.14.4/kernel/
Dseccomp.c2083 void __user *uargs) in do_seccomp()
2108 void __user *, uargs) in SYSCALL_DEFINE3() argument
2123 void __user *uargs; in prctl_set_seccomp() local
Dfork.c2967 struct clone_args __user *uargs, in copy_clone_args_from_user()
3102 SYSCALL_DEFINE2(clone3, struct clone_args __user *, uargs, size_t, size) in SYSCALL_DEFINE2() argument
/linux-6.14.4/fs/
Dxattr.c720 const char __user *, name, const struct xattr_args __user *, uargs, in SYSCALL_DEFINE6() argument
864 const char __user *, name, struct xattr_args __user *, uargs, size_t, usize) in SYSCALL_DEFINE6() argument
/linux-6.14.4/arch/powerpc/kernel/
Drtas.c1886 SYSCALL_DEFINE1(rtas, struct rtas_args __user *, uargs) in SYSCALL_DEFINE1() argument
/linux-6.14.4/fs/btrfs/
Dioctl.c1679 struct btrfs_ioctl_search_args __user *uargs = argp; in btrfs_ioctl_tree_search() local