/openbmc/linux/arch/powerpc/kernel/ |
H A D | signal_32.c | 990 COMPAT_SYSCALL_DEFINE3(swapcontext, struct ucontext __user *, old_ctx, in COMPAT_SYSCALL_DEFINE3() 1193 SYSCALL_DEFINE3(debug_setcontext, struct ucontext __user *, ctx, in SYSCALL_DEFINE3() 1194 int, ndbg, struct sig_dbg_op __user *, dbg) in SYSCALL_DEFINE3()
|
H A D | signal_64.c | 657 SYSCALL_DEFINE3(swapcontext, struct ucontext __user *, old_ctx, in SYSCALL_DEFINE3()
|
/openbmc/linux/arch/s390/pci/ |
H A D | pci_mmio.c | 119 const void __user *, user_buffer, size_t, length) in SYSCALL_DEFINE3() 261 void __user *, user_buffer, size_t, length) in SYSCALL_DEFINE3()
|
/openbmc/linux/fs/ |
H A D | namespace.c | 1920 SYSCALL_DEFINE2(umount, char __user *, name, int, flags) in SYSCALL_DEFINE2() 1930 SYSCALL_DEFINE1(oldumount, char __user *, name) in SYSCALL_DEFINE1() 2687 SYSCALL_DEFINE3(open_tree, int, dfd, const char __user *, filename, unsigned, flags) in SYSCALL_DEFINE3() 3880 SYSCALL_DEFINE5(mount, char __user *, dev_name, char __user *, dir_name, in SYSCALL_DEFINE5() 3881 char __user *, type, unsigned long, flags, void __user *, data) in SYSCALL_DEFINE5() 4078 int, from_dfd, const char __user *, from_pathname, in SYSCALL_DEFINE5() 4185 SYSCALL_DEFINE2(pivot_root, const char __user *, new_root, in SYSCALL_DEFINE2() 4653 SYSCALL_DEFINE5(mount_setattr, int, dfd, const char __user *, path, in SYSCALL_DEFINE5() 4654 unsigned int, flags, struct mount_attr __user *, uattr, in SYSCALL_DEFINE5()
|
H A D | splice.c | 1532 SYSCALL_DEFINE4(vmsplice, int, fd, const struct iovec __user *, uiov, in SYSCALL_DEFINE4() 1568 SYSCALL_DEFINE6(splice, int, fd_in, loff_t __user *, off_in, in SYSCALL_DEFINE6()
|
/openbmc/linux/arch/riscv/kernel/ |
H A D | sys_riscv.c | 331 SYSCALL_DEFINE5(riscv_hwprobe, struct riscv_hwprobe __user *, pairs, in SYSCALL_DEFINE5() 332 size_t, pair_count, size_t, cpu_count, unsigned long __user *, in SYSCALL_DEFINE5()
|
/openbmc/linux/arch/s390/kernel/ |
H A D | guarded_storage.c | 110 struct gs_cb __user *, gs_cb) in SYSCALL_DEFINE2()
|
/openbmc/linux/drivers/comedi/drivers/ni_routing/tools/ |
H A D | convert_c_to_py.c | 12 #define __user macro
|
/openbmc/linux/arch/mips/kernel/ |
H A D | signal.c | 588 SYSCALL_DEFINE1(sigsuspend, sigset_t __user *, uset) in SYSCALL_DEFINE1() 595 SYSCALL_DEFINE3(sigaction, int, sig, const struct sigaction __user *, act, in SYSCALL_DEFINE3()
|
/openbmc/linux/ipc/ |
H A D | shm.c | 1299 SYSCALL_DEFINE3(shmctl, int, shmid, int, cmd, struct shmid_ds __user *, buf) in SYSCALL_DEFINE3() 1312 SYSCALL_DEFINE3(old_shmctl, int, shmid, int, cmd, struct shmid_ds __user *, buf) in SYSCALL_DEFINE3() 1495 COMPAT_SYSCALL_DEFINE3(shmctl, int, shmid, int, cmd, void __user *, uptr) in COMPAT_SYSCALL_DEFINE3() 1508 COMPAT_SYSCALL_DEFINE3(old_shmctl, int, shmid, int, cmd, void __user *, uptr) in COMPAT_SYSCALL_DEFINE3() 1696 SYSCALL_DEFINE3(shmat, int, shmid, char __user *, shmaddr, int, shmflg) in SYSCALL_DEFINE3() 1837 SYSCALL_DEFINE1(shmdt, char __user *, shmaddr) in SYSCALL_DEFINE1()
|
H A D | syscall.c | 111 unsigned long, third, void __user *, ptr, long, fifth) in SYSCALL_DEFINE6()
|
H A D | sem.c | 2268 SYSCALL_DEFINE4(semtimedop, int, semid, struct sembuf __user *, tsops, in SYSCALL_DEFINE4() 2269 unsigned int, nsops, const struct __kernel_timespec __user *, timeout) in SYSCALL_DEFINE4() 2288 SYSCALL_DEFINE4(semtimedop_time32, int, semid, struct sembuf __user *, tsems, in SYSCALL_DEFINE4() 2290 const struct old_timespec32 __user *, timeout) in SYSCALL_DEFINE4() 2296 SYSCALL_DEFINE3(semop, int, semid, struct sembuf __user *, tsops, in SYSCALL_DEFINE3()
|
/openbmc/linux/include/linux/ |
H A D | compiler_types.h | 22 # define __user __attribute__((noderef, address_space(__user))) macro 46 # define __user __attribute__((user)) macro 48 # define __user BTF_TYPE_TAG(user) macro
|
/openbmc/linux/arch/arc/kernel/ |
H A D | process.c | 46 SYSCALL_DEFINE3(arc_usr_cmpxchg, int __user *, uaddr, int, expected, int, new) in SYSCALL_DEFINE3() argument
|
/openbmc/linux/fs/quota/ |
H A D | quota.c | 917 SYSCALL_DEFINE4(quotactl, unsigned int, cmd, const char __user *, special, in SYSCALL_DEFINE4() 918 qid_t, id, void __user *, addr) in SYSCALL_DEFINE4() 974 qid_t, id, void __user *, addr) in SYSCALL_DEFINE4()
|
/openbmc/linux/mm/ |
H A D | memfd.c | 295 const char __user *, uname, in SYSCALL_DEFINE2()
|
H A D | mincore.c | 233 unsigned char __user *, vec) in SYSCALL_DEFINE3()
|
H A D | mempolicy.c | 1560 unsigned long, mode, const unsigned long __user *, nmask, in SYSCALL_DEFINE6() 1586 SYSCALL_DEFINE3(set_mempolicy, int, mode, const unsigned long __user *, nmask, in SYSCALL_DEFINE3() 1681 const unsigned long __user *, old_nodes, in SYSCALL_DEFINE4() 1718 SYSCALL_DEFINE5(get_mempolicy, int __user *, policy, in SYSCALL_DEFINE5() 1719 unsigned long __user *, nmask, unsigned long, maxnode, in SYSCALL_DEFINE5()
|
/openbmc/linux/tools/include/linux/ |
H A D | types.h | 56 #define __user macro
|
H A D | compiler.h | 77 #define __user macro
|
/openbmc/linux/arch/powerpc/mm/book3s64/ |
H A D | subpage_prot.c | 185 unsigned long, len, u32 __user *, map) in SYSCALL_DEFINE3()
|
/openbmc/linux/kernel/ |
H A D | rseq.c | 365 SYSCALL_DEFINE4(rseq, struct rseq __user *, rseq, u32, rseq_len, in SYSCALL_DEFINE4()
|
/openbmc/linux/kernel/time/ |
H A D | hrtimer.c | 2125 SYSCALL_DEFINE2(nanosleep,struct __kernel_timespec __user *,rqtp,struct __kernel_timespec __user *,rmtp) SYSCALL_DEFINE2() argument 2147 SYSCALL_DEFINE2(nanosleep_time32,struct old_timespec32 __user *,rqtp,struct old_timespec32 __user *,rmtp) SYSCALL_DEFINE2() argument
|
/openbmc/linux/arch/x86/um/ |
H A D | ldt.c | 375 SYSCALL_DEFINE3(modify_ldt, int , func , void __user * , ptr , in SYSCALL_DEFINE3()
|
/openbmc/u-boot/include/linux/ |
H A D | compiler.h | 7 # define __user __attribute__((noderef, address_space(1))) macro 29 # define __user macro
|