Searched defs:SYSCALL_DEFINE4 (Results 1 - 25 of 42) sorted by relevance

12

/linux-master/arch/csky/kernel/
H A Dsyscall.c36 SYSCALL_DEFINE4(csky_fadvise64_64, function
/linux-master/security/
H A Dlsm_syscalls.c55 SYSCALL_DEFINE4(lsm_set_self_attr, unsigned int, attr, struct lsm_ctx __user *, function
77 SYSCALL_DEFINE4(lsm_get_self_attr, unsigned int, attr, struct lsm_ctx __user *, function
/linux-master/arch/powerpc/platforms/cell/
H A Dspu_syscalls.c56 SYSCALL_DEFINE4(spu_create, const char __user *, name, unsigned int, flags, function
/linux-master/kernel/time/
H A Dposix-stubs.c94 SYSCALL_DEFINE4(clock_nanosleep, const clockid_t, which_clock, int, flags, function
177 SYSCALL_DEFINE4(clock_nanosleep_time32, clockid_t, which_clock, int, flags, function
H A Dposix-timers.c940 SYSCALL_DEFINE4(timer_settime, timer_t, timer_id, int, flags, function
963 SYSCALL_DEFINE4(timer_settime32, timer_t, timer_id, int, flags, function
1373 SYSCALL_DEFINE4(clock_nanosleep, const clockid_t, which_clock, int, flags, function
1401 SYSCALL_DEFINE4(clock_nanosleep_time32, clockid_t, which_clock, int, flags, function
/linux-master/mm/
H A Dfadvise.c205 SYSCALL_DEFINE4(fadvise64_64, int, fd, loff_t, offset, loff_t, len, int, advice) function
212 SYSCALL_DEFINE4(fadvise64, int, fd, loff_t, offset, size_t, len, int, advice) function
H A Dmprotect.c835 SYSCALL_DEFINE4(pkey_mprotect, unsigned long, start, size_t, len, function
/linux-master/kernel/
H A Dkexec.c242 SYSCALL_DEFINE4(kexec_load, unsigned long, entry, unsigned long, nr_segments, function
H A Drseq.c365 SYSCALL_DEFINE4(rseq, struct rseq __user *, rseq, u32, rseq_len, function
H A Dptrace.c1258 SYSCALL_DEFINE4(ptrace, long, request, long, pid, unsigned long, addr, function
/linux-master/arch/x86/kernel/
H A Dsys_ia32.c97 SYSCALL_DEFINE4(ia32_readahead, int, fd, unsigned int, off_lo, function
/linux-master/fs/
H A Dutimes.c148 SYSCALL_DEFINE4(utimensat, int, dfd, const char __user *, filename, function
252 SYSCALL_DEFINE4(utimensat_time32, unsigned int, dfd, const char __user *, filename, struct old_timespec32 __user *, t, int, flags) function
H A Dsignalfd.c302 SYSCALL_DEFINE4(signalfd4, int, ufd, sigset_t __user *, user_mask, function
H A Dsync.c370 SYSCALL_DEFINE4(sync_file_range, int, fd, loff_t, offset, loff_t, nbytes, function
387 SYSCALL_DEFINE4(sync_file_range2, int, fd, unsigned int, flags, function
H A Dstat.c462 SYSCALL_DEFINE4(newfstatat, int, dfd, const char __user *, filename, function
523 SYSCALL_DEFINE4(readlinkat, int, dfd, const char __user *, pathname, function
613 SYSCALL_DEFINE4(fstatat64, int, dfd, const char __user *, filename, function
H A Dtimerfd.c558 SYSCALL_DEFINE4(timerfd_settime, int, ufd, int, flags, function
586 SYSCALL_DEFINE4(timerfd_settime32, int, ufd, int, flags, function
H A Dxattr.c796 SYSCALL_DEFINE4(getxattr, const char __user *, pathname, function
802 SYSCALL_DEFINE4(lgetxattr, const char __user *, pathname, function
808 SYSCALL_DEFINE4(fgetxattr, int, fd, const char __user *, name, function
H A Dopen.c359 SYSCALL_DEFINE4(fallocate, int, fd, int, mode, loff_t, offset, loff_t, len) function
541 SYSCALL_DEFINE4(faccessat2, int, dfd, const char __user *, filename, int, mode, function
708 SYSCALL_DEFINE4(fchmodat2, int, dfd, const char __user *, filename, function
1432 SYSCALL_DEFINE4(openat, int, dfd, const char __user *, filename, int, flags, function
1440 SYSCALL_DEFINE4(openat2, int, dfd, const char __user *, filename, function
/linux-master/io_uring/
H A Dregister.c574 SYSCALL_DEFINE4(io_uring_register, unsigned int, fd, unsigned int, opcode, function
/linux-master/kernel/futex/
H A Dsyscalls.c338 SYSCALL_DEFINE4(futex_wake, function
414 SYSCALL_DEFINE4(futex_requeue, function
/linux-master/include/linux/
H A Dsyscalls.h226 #define SYSCALL_DEFINE4(name, ...) SYSCALL_DEFINEx(4, _##name, __VA_ARGS__) macro
/linux-master/security/landlock/
H A Dsyscalls.c406 SYSCALL_DEFINE4(landlock_add_rule, const int, ruleset_fd, function
/linux-master/fs/quota/
H A Dquota.c917 SYSCALL_DEFINE4(quotactl, unsigned int, cmd, const char __user *, special, function
973 SYSCALL_DEFINE4(quotactl_fd, unsigned int, fd, unsigned int, cmd, function
/linux-master/ipc/
H A Dmsg.c971 SYSCALL_DEFINE4(msgsnd, int, msqid, struct msgbuf __user *, msgp, size_t, msgsz, function
/linux-master/arch/s390/kernel/
H A Dsthyi.c491 SYSCALL_DEFINE4(s390_sthyi, unsigned long, function_code, void __user *, buffer, function

Completed in 376 milliseconds

12