Home
last modified time | relevance | path

Searched defs:__user (Results 51 – 75 of 108) sorted by relevance

12345

/openbmc/linux/arch/powerpc/kernel/
H A Dsignal_32.c990 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 Dsignal_64.c657 SYSCALL_DEFINE3(swapcontext, struct ucontext __user *, old_ctx, in SYSCALL_DEFINE3()
/openbmc/linux/arch/s390/pci/
H A Dpci_mmio.c119 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 Dnamespace.c1920 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 Dsplice.c1532 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 Dsys_riscv.c331 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 Dguarded_storage.c110 struct gs_cb __user *, gs_cb) in SYSCALL_DEFINE2()
/openbmc/linux/drivers/comedi/drivers/ni_routing/tools/
H A Dconvert_c_to_py.c12 #define __user macro
/openbmc/linux/arch/mips/kernel/
H A Dsignal.c588 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 Dshm.c1299 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 Dsyscall.c111 unsigned long, third, void __user *, ptr, long, fifth) in SYSCALL_DEFINE6()
H A Dsem.c2268 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 Dcompiler_types.h22 # 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 Dprocess.c46 SYSCALL_DEFINE3(arc_usr_cmpxchg, int __user *, uaddr, int, expected, int, new) in SYSCALL_DEFINE3() argument
/openbmc/linux/fs/quota/
H A Dquota.c917 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 Dmemfd.c295 const char __user *, uname, in SYSCALL_DEFINE2()
H A Dmincore.c233 unsigned char __user *, vec) in SYSCALL_DEFINE3()
H A Dmempolicy.c1560 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 Dtypes.h56 #define __user macro
H A Dcompiler.h77 #define __user macro
/openbmc/linux/arch/powerpc/mm/book3s64/
H A Dsubpage_prot.c185 unsigned long, len, u32 __user *, map) in SYSCALL_DEFINE3()
/openbmc/linux/kernel/
H A Drseq.c365 SYSCALL_DEFINE4(rseq, struct rseq __user *, rseq, u32, rseq_len, in SYSCALL_DEFINE4()
/openbmc/linux/kernel/time/
H A Dhrtimer.c2125 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 Dldt.c375 SYSCALL_DEFINE3(modify_ldt, int , func , void __user * , ptr , in SYSCALL_DEFINE3()
/openbmc/u-boot/include/linux/
H A Dcompiler.h7 # define __user __attribute__((noderef, address_space(1))) macro
29 # define __user macro

12345