Searched refs:COMPAT_SYSCALL_WRAP5 (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/arch/s390/kernel/ |
| D | compat_wrapper.c | 19 #define COMPAT_SYSCALL_WRAP5(name, ...) \ macro 97 COMPAT_SYSCALL_WRAP5(llseek, unsigned int, fd, unsigned long, high, unsigned long, low, loff_t __us… 104 COMPAT_SYSCALL_WRAP5(mremap, unsigned long, addr, unsigned long, old_len, unsigned long, new_len, u… 106 COMPAT_SYSCALL_WRAP5(prctl, int, option, unsigned long, arg2, unsigned long, arg3, unsigned long, a… 119 COMPAT_SYSCALL_WRAP5(setxattr, const char __user *, path, const char __user *, name, const void __u… 120 COMPAT_SYSCALL_WRAP5(lsetxattr, const char __user *, path, const char __user *, name, const void __… 121 COMPAT_SYSCALL_WRAP5(fsetxattr, int, fd, const char __user *, name, const void __user *, value, siz… 138 COMPAT_SYSCALL_WRAP5(add_key, const char __user *, tp, const char __user *, dsc, const void __user … 140 COMPAT_SYSCALL_WRAP5(remap_file_pages, unsigned long, start, unsigned long, size, unsigned long, pr… 144 COMPAT_SYSCALL_WRAP5(fchownat, int, dfd, const char __user *, filename, uid_t, user, gid_t, group, … [all …]
|