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