Searched defs:uargs (Results 1 – 5 of 5) sorted by relevance
/linux-6.6.21/kernel/module/ |
D | main.c | 2828 static int load_module(struct load_info *info, const char __user *uargs, in load_module() 3039 unsigned long, len, const char __user *, uargs) in SYSCALL_DEFINE3() argument 3123 static int init_module_from_file(struct file *f, const char __user * uargs, int flags) in init_module_from_file() 3151 static int idempotent_init_module(struct file *f, const char __user * uargs, int flags) in idempotent_init_module() 3169 SYSCALL_DEFINE3(finit_module, int, fd, const char __user *, uargs, int, flags) in SYSCALL_DEFINE3() argument
|
/linux-6.6.21/kernel/ |
D | seccomp.c | 2047 void __user *uargs) in do_seccomp() 2072 void __user *, uargs) in SYSCALL_DEFINE3() argument 2087 void __user *uargs; in prctl_set_seccomp() local
|
D | fork.c | 3059 struct clone_args __user *uargs, in copy_clone_args_from_user() 3194 SYSCALL_DEFINE2(clone3, struct clone_args __user *, uargs, size_t, size) in SYSCALL_DEFINE2() argument
|
/linux-6.6.21/arch/powerpc/kernel/ |
D | rtas.c | 1816 SYSCALL_DEFINE1(rtas, struct rtas_args __user *, uargs) in SYSCALL_DEFINE1() argument
|
/linux-6.6.21/fs/btrfs/ |
D | ioctl.c | 1745 struct btrfs_ioctl_search_args __user *uargs = argp; in btrfs_ioctl_tree_search() local
|