Searched defs:SYSCALL_DEFINE5 (Results 1 - 25 of 38) sorted by relevance

12

/linux-master/arch/alpha/kernel/
H A Dpci-noop.c97 SYSCALL_DEFINE5(pciconfig_read, unsigned long, bus, unsigned long, dfn, function
106 SYSCALL_DEFINE5(pciconfig_write, unsigned long, bus, unsigned long, dfn, function
H A Dsignal.c90 SYSCALL_DEFINE5(rt_sigaction, int, sig, const struct sigaction __user *, act, function
/linux-master/drivers/pci/
H A Dsyscall.c15 SYSCALL_DEFINE5(pciconfig_read, unsigned long, bus, unsigned long, dfn, function
86 SYSCALL_DEFINE5(pciconfig_write, unsigned long, bus, unsigned long, dfn, function
/linux-master/arch/s390/kernel/
H A Dsyscall.c72 SYSCALL_DEFINE5(s390_ipc, uint, call, int, first, unsigned long, second, function
/linux-master/arch/x86/kernel/
H A Dsys_ia32.c68 SYSCALL_DEFINE5(ia32_pread64, unsigned int, fd, char __user *, ubuf, function
75 SYSCALL_DEFINE5(ia32_pwrite64, unsigned int, fd, const char __user *, ubuf, function
112 SYSCALL_DEFINE5(ia32_fadvise64, int, fd, unsigned int, offset_lo, function
/linux-master/arch/sparc/kernel/
H A Dsys_sparc_32.c119 SYSCALL_DEFINE5(sparc_remap_file_pages, unsigned long, start, unsigned long, size, function
169 SYSCALL_DEFINE5(rt_sigaction, int, sig, function
H A Dsys_sparc_64.c608 SYSCALL_DEFINE5(utrap_install, utrap_entry_t, type, function
679 SYSCALL_DEFINE5(rt_sigaction, int, sig, const struct sigaction __user *, act, function
/linux-master/kernel/
H A Dkcmp.c137 SYSCALL_DEFINE5(kcmp, pid_t, pid1, pid_t, pid2, int, type, function
H A Dkexec_file.c332 SYSCALL_DEFINE5(kexec_file_load, int, kernel_fd, int, initrd_fd, function
H A Dexit.c1722 SYSCALL_DEFINE5(waitid, int, which, pid_t, upid, struct siginfo __user *, function
/linux-master/fs/
H A Dfsopen.c349 SYSCALL_DEFINE5(fsconfig, function
H A Dfhandle.c94 SYSCALL_DEFINE5(name_to_handle_at, int, dfd, const char __user *, name, function
H A Dstat.c699 SYSCALL_DEFINE5(statx, function
H A Dxattr.c683 SYSCALL_DEFINE5(setxattr, const char __user *, pathname, function
690 SYSCALL_DEFINE5(lsetxattr, const char __user *, pathname, function
697 SYSCALL_DEFINE5(fsetxattr, int, fd, const char __user *, name, function
H A Dopen.c833 SYSCALL_DEFINE5(fchownat, int, dfd, const char __user *, filename, uid_t, user, function
H A Dread_write.c325 SYSCALL_DEFINE5(llseek, unsigned int, fd, unsigned long, offset_high, function
1094 SYSCALL_DEFINE5(preadv, unsigned long, fd, const struct iovec __user *, vec, function
1114 SYSCALL_DEFINE5(pwritev, unsigned long, fd, const struct iovec __user *, vec, function
H A Dselect.c726 SYSCALL_DEFINE5(select, int, n, fd_set __user *, inp, fd_set __user *, outp, function
1102 SYSCALL_DEFINE5(ppoll, struct pollfd __user *, ufds, unsigned int, nfds, function
1128 SYSCALL_DEFINE5(ppoll_time32, struct pollfd __user *, ufds, unsigned int, nfds, function
/linux-master/arch/riscv/kernel/
H A Dsys_hwprobe.c418 SYSCALL_DEFINE5(riscv_hwprobe, struct riscv_hwprobe __user *, pairs, function
/linux-master/kernel/futex/
H A Dsyscalls.c290 SYSCALL_DEFINE5(futex_waitv, struct futex_waitv __user *, waiters, function
/linux-master/include/linux/
H A Dsyscalls.h227 #define SYSCALL_DEFINE5(name, ...) SYSCALL_DEFINEx(5, _##name, __VA_ARGS__) macro
/linux-master/mm/
H A Dmremap.c975 SYSCALL_DEFINE5(mremap, unsigned long, addr, unsigned long, old_len, function
H A Dmadvise.c1444 SYSCALL_DEFINE5(process_madvise, int, pidfd, const struct iovec __user *, vec, function
/linux-master/ipc/
H A Dmsg.c1270 SYSCALL_DEFINE5(msgrcv, int, msqid, struct msgbuf __user *, msgp, size_t, msgsz, function
/linux-master/security/keys/
H A Dkeyctl.c74 SYSCALL_DEFINE5(add_key, const char __user *, _type, function
1873 SYSCALL_DEFINE5(keyctl, int, option, unsigned long, arg2, unsigned long, arg3, function
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c1972 SYSCALL_DEFINE5(fanotify_mark, int, fanotify_fd, unsigned int, flags, function

Completed in 307 milliseconds

12