xref: /freebsd/sys/arm64/linux/linux_proto.h (revision bedbaee805ccb22d723d01ea60c24913f8a9d515)
15f2336efSEd Maste /*
25f2336efSEd Maste  * System call prototypes.
35f2336efSEd Maste  *
40e26cd44SEd Maste  * DO NOT EDIT-- this file is automatically @generated.
55f2336efSEd Maste  */
65f2336efSEd Maste 
75f2336efSEd Maste #ifndef _LINUX_SYSPROTO_H_
85f2336efSEd Maste #define	_LINUX_SYSPROTO_H_
95f2336efSEd Maste 
105d88a2aaSBrooks Davis #include <sys/types.h>
115f2336efSEd Maste #include <sys/signal.h>
125f2336efSEd Maste #include <sys/cpuset.h>
135f2336efSEd Maste #include <sys/domainset.h>
145f2336efSEd Maste #include <sys/_ffcounter.h>
155f2336efSEd Maste #include <sys/_semaphore.h>
165f2336efSEd Maste #include <sys/ucontext.h>
175f2336efSEd Maste #include <sys/wait.h>
185f2336efSEd Maste 
195f2336efSEd Maste #include <bsm/audit_kevents.h>
205f2336efSEd Maste 
215f2336efSEd Maste struct proc;
225f2336efSEd Maste 
235f2336efSEd Maste struct thread;
245f2336efSEd Maste 
258601fca7SBrooks Davis #define	PAD_(t)	(sizeof(syscallarg_t) <= sizeof(t) ? \
268601fca7SBrooks Davis 		0 : sizeof(syscallarg_t) - sizeof(t))
275f2336efSEd Maste 
285f2336efSEd Maste #if BYTE_ORDER == LITTLE_ENDIAN
295f2336efSEd Maste #define	PADL_(t)	0
305f2336efSEd Maste #define	PADR_(t)	PAD_(t)
315f2336efSEd Maste #else
325f2336efSEd Maste #define	PADL_(t)	PAD_(t)
335f2336efSEd Maste #define	PADR_(t)	0
345f2336efSEd Maste #endif
355f2336efSEd Maste 
365f2336efSEd Maste struct linux_setxattr_args {
37a39cdcd7SEdward Tomasz Napierala 	char path_l_[PADL_(const char *)]; const char * path; char path_r_[PADR_(const char *)];
38a39cdcd7SEdward Tomasz Napierala 	char name_l_[PADL_(const char *)]; const char * name; char name_r_[PADR_(const char *)];
39d9c2dc6bSDmitry Chagin 	char value_l_[PADL_(void *)]; void * value; char value_r_[PADR_(void *)];
40a39cdcd7SEdward Tomasz Napierala 	char size_l_[PADL_(l_size_t)]; l_size_t size; char size_r_[PADR_(l_size_t)];
41a39cdcd7SEdward Tomasz Napierala 	char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
425f2336efSEd Maste };
435f2336efSEd Maste struct linux_lsetxattr_args {
44a39cdcd7SEdward Tomasz Napierala 	char path_l_[PADL_(const char *)]; const char * path; char path_r_[PADR_(const char *)];
45a39cdcd7SEdward Tomasz Napierala 	char name_l_[PADL_(const char *)]; const char * name; char name_r_[PADR_(const char *)];
46d9c2dc6bSDmitry Chagin 	char value_l_[PADL_(void *)]; void * value; char value_r_[PADR_(void *)];
47a39cdcd7SEdward Tomasz Napierala 	char size_l_[PADL_(l_size_t)]; l_size_t size; char size_r_[PADR_(l_size_t)];
48a39cdcd7SEdward Tomasz Napierala 	char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
495f2336efSEd Maste };
505f2336efSEd Maste struct linux_fsetxattr_args {
51a39cdcd7SEdward Tomasz Napierala 	char fd_l_[PADL_(l_int)]; l_int fd; char fd_r_[PADR_(l_int)];
52a39cdcd7SEdward Tomasz Napierala 	char name_l_[PADL_(const char *)]; const char * name; char name_r_[PADR_(const char *)];
53d9c2dc6bSDmitry Chagin 	char value_l_[PADL_(void *)]; void * value; char value_r_[PADR_(void *)];
54a39cdcd7SEdward Tomasz Napierala 	char size_l_[PADL_(l_size_t)]; l_size_t size; char size_r_[PADR_(l_size_t)];
55a39cdcd7SEdward Tomasz Napierala 	char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
565f2336efSEd Maste };
575f2336efSEd Maste struct linux_getxattr_args {
58a39cdcd7SEdward Tomasz Napierala 	char path_l_[PADL_(const char *)]; const char * path; char path_r_[PADR_(const char *)];
59a39cdcd7SEdward Tomasz Napierala 	char name_l_[PADL_(const char *)]; const char * name; char name_r_[PADR_(const char *)];
60d9c2dc6bSDmitry Chagin 	char value_l_[PADL_(void *)]; void * value; char value_r_[PADR_(void *)];
61a39cdcd7SEdward Tomasz Napierala 	char size_l_[PADL_(l_size_t)]; l_size_t size; char size_r_[PADR_(l_size_t)];
625f2336efSEd Maste };
635f2336efSEd Maste struct linux_lgetxattr_args {
64a39cdcd7SEdward Tomasz Napierala 	char path_l_[PADL_(const char *)]; const char * path; char path_r_[PADR_(const char *)];
65a39cdcd7SEdward Tomasz Napierala 	char name_l_[PADL_(const char *)]; const char * name; char name_r_[PADR_(const char *)];
66d9c2dc6bSDmitry Chagin 	char value_l_[PADL_(void *)]; void * value; char value_r_[PADR_(void *)];
67a39cdcd7SEdward Tomasz Napierala 	char size_l_[PADL_(l_size_t)]; l_size_t size; char size_r_[PADR_(l_size_t)];
685f2336efSEd Maste };
695f2336efSEd Maste struct linux_fgetxattr_args {
70a39cdcd7SEdward Tomasz Napierala 	char fd_l_[PADL_(l_int)]; l_int fd; char fd_r_[PADR_(l_int)];
71a39cdcd7SEdward Tomasz Napierala 	char name_l_[PADL_(const char *)]; const char * name; char name_r_[PADR_(const char *)];
72d9c2dc6bSDmitry Chagin 	char value_l_[PADL_(void *)]; void * value; char value_r_[PADR_(void *)];
73a39cdcd7SEdward Tomasz Napierala 	char size_l_[PADL_(l_size_t)]; l_size_t size; char size_r_[PADR_(l_size_t)];
745f2336efSEd Maste };
755f2336efSEd Maste struct linux_listxattr_args {
76a39cdcd7SEdward Tomasz Napierala 	char path_l_[PADL_(const char *)]; const char * path; char path_r_[PADR_(const char *)];
77d9c2dc6bSDmitry Chagin 	char list_l_[PADL_(char *)]; char * list; char list_r_[PADR_(char *)];
78a39cdcd7SEdward Tomasz Napierala 	char size_l_[PADL_(l_size_t)]; l_size_t size; char size_r_[PADR_(l_size_t)];
795f2336efSEd Maste };
805f2336efSEd Maste struct linux_llistxattr_args {
81a39cdcd7SEdward Tomasz Napierala 	char path_l_[PADL_(const char *)]; const char * path; char path_r_[PADR_(const char *)];
82d9c2dc6bSDmitry Chagin 	char list_l_[PADL_(char *)]; char * list; char list_r_[PADR_(char *)];
83a39cdcd7SEdward Tomasz Napierala 	char size_l_[PADL_(l_size_t)]; l_size_t size; char size_r_[PADR_(l_size_t)];
845f2336efSEd Maste };
855f2336efSEd Maste struct linux_flistxattr_args {
86a39cdcd7SEdward Tomasz Napierala 	char fd_l_[PADL_(l_int)]; l_int fd; char fd_r_[PADR_(l_int)];
87d9c2dc6bSDmitry Chagin 	char list_l_[PADL_(char *)]; char * list; char list_r_[PADR_(char *)];
88a39cdcd7SEdward Tomasz Napierala 	char size_l_[PADL_(l_size_t)]; l_size_t size; char size_r_[PADR_(l_size_t)];
895f2336efSEd Maste };
905f2336efSEd Maste struct linux_removexattr_args {
91a39cdcd7SEdward Tomasz Napierala 	char path_l_[PADL_(const char *)]; const char * path; char path_r_[PADR_(const char *)];
92a39cdcd7SEdward Tomasz Napierala 	char name_l_[PADL_(const char *)]; const char * name; char name_r_[PADR_(const char *)];
935f2336efSEd Maste };
945f2336efSEd Maste struct linux_lremovexattr_args {
95a39cdcd7SEdward Tomasz Napierala 	char path_l_[PADL_(const char *)]; const char * path; char path_r_[PADR_(const char *)];
96a39cdcd7SEdward Tomasz Napierala 	char name_l_[PADL_(const char *)]; const char * name; char name_r_[PADR_(const char *)];
975f2336efSEd Maste };
985f2336efSEd Maste struct linux_fremovexattr_args {
99a39cdcd7SEdward Tomasz Napierala 	char fd_l_[PADL_(l_int)]; l_int fd; char fd_r_[PADR_(l_int)];
100a39cdcd7SEdward Tomasz Napierala 	char name_l_[PADL_(const char *)]; const char * name; char name_r_[PADR_(const char *)];
1015f2336efSEd Maste };
1025f2336efSEd Maste struct linux_getcwd_args {
1035f2336efSEd Maste 	char buf_l_[PADL_(char *)]; char * buf; char buf_r_[PADR_(char *)];
1045f2336efSEd Maste 	char bufsize_l_[PADL_(l_ulong)]; l_ulong bufsize; char bufsize_r_[PADR_(l_ulong)];
1055f2336efSEd Maste };
1065f2336efSEd Maste struct linux_lookup_dcookie_args {
1078601fca7SBrooks Davis 	syscallarg_t dummy;
1085f2336efSEd Maste };
1095f2336efSEd Maste struct linux_eventfd2_args {
1105f2336efSEd Maste 	char initval_l_[PADL_(l_uint)]; l_uint initval; char initval_r_[PADR_(l_uint)];
1115f2336efSEd Maste 	char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
1125f2336efSEd Maste };
1135f2336efSEd Maste struct linux_epoll_create1_args {
1145f2336efSEd Maste 	char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
1155f2336efSEd Maste };
1165f2336efSEd Maste struct linux_epoll_ctl_args {
1175f2336efSEd Maste 	char epfd_l_[PADL_(l_int)]; l_int epfd; char epfd_r_[PADR_(l_int)];
1185f2336efSEd Maste 	char op_l_[PADL_(l_int)]; l_int op; char op_r_[PADR_(l_int)];
1195f2336efSEd Maste 	char fd_l_[PADL_(l_int)]; l_int fd; char fd_r_[PADR_(l_int)];
1205f2336efSEd Maste 	char event_l_[PADL_(struct epoll_event *)]; struct epoll_event * event; char event_r_[PADR_(struct epoll_event *)];
1215f2336efSEd Maste };
1225f2336efSEd Maste struct linux_epoll_pwait_args {
1235f2336efSEd Maste 	char epfd_l_[PADL_(l_int)]; l_int epfd; char epfd_r_[PADR_(l_int)];
1245f2336efSEd Maste 	char events_l_[PADL_(struct epoll_event *)]; struct epoll_event * events; char events_r_[PADR_(struct epoll_event *)];
1255f2336efSEd Maste 	char maxevents_l_[PADL_(l_int)]; l_int maxevents; char maxevents_r_[PADR_(l_int)];
1265f2336efSEd Maste 	char timeout_l_[PADL_(l_int)]; l_int timeout; char timeout_r_[PADR_(l_int)];
1275f2336efSEd Maste 	char mask_l_[PADL_(l_sigset_t *)]; l_sigset_t * mask; char mask_r_[PADR_(l_sigset_t *)];
1285f2336efSEd Maste 	char sigsetsize_l_[PADL_(l_size_t)]; l_size_t sigsetsize; char sigsetsize_r_[PADR_(l_size_t)];
1295f2336efSEd Maste };
1305f2336efSEd Maste struct linux_dup3_args {
1315f2336efSEd Maste 	char oldfd_l_[PADL_(l_int)]; l_int oldfd; char oldfd_r_[PADR_(l_int)];
1325f2336efSEd Maste 	char newfd_l_[PADL_(l_int)]; l_int newfd; char newfd_r_[PADR_(l_int)];
1335f2336efSEd Maste 	char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
1345f2336efSEd Maste };
1355f2336efSEd Maste struct linux_fcntl_args {
1365f2336efSEd Maste 	char fd_l_[PADL_(l_uint)]; l_uint fd; char fd_r_[PADR_(l_uint)];
1375f2336efSEd Maste 	char cmd_l_[PADL_(l_uint)]; l_uint cmd; char cmd_r_[PADR_(l_uint)];
1385f2336efSEd Maste 	char arg_l_[PADL_(l_ulong)]; l_ulong arg; char arg_r_[PADR_(l_ulong)];
1395f2336efSEd Maste };
1405f2336efSEd Maste struct linux_inotify_init1_args {
1415f2336efSEd Maste 	char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
1425f2336efSEd Maste };
1435f2336efSEd Maste struct linux_inotify_add_watch_args {
1448601fca7SBrooks Davis 	syscallarg_t dummy;
1455f2336efSEd Maste };
1465f2336efSEd Maste struct linux_inotify_rm_watch_args {
1478601fca7SBrooks Davis 	syscallarg_t dummy;
1485f2336efSEd Maste };
1495f2336efSEd Maste struct linux_ioctl_args {
1505f2336efSEd Maste 	char fd_l_[PADL_(l_uint)]; l_uint fd; char fd_r_[PADR_(l_uint)];
1515f2336efSEd Maste 	char cmd_l_[PADL_(l_uint)]; l_uint cmd; char cmd_r_[PADR_(l_uint)];
152a39cdcd7SEdward Tomasz Napierala 	char arg_l_[PADL_(l_ulong)]; l_ulong arg; char arg_r_[PADR_(l_ulong)];
1535f2336efSEd Maste };
1545f2336efSEd Maste struct linux_ioprio_set_args {
155b5c0b955SDmitry Chagin 	char which_l_[PADL_(l_int)]; l_int which; char which_r_[PADR_(l_int)];
156b5c0b955SDmitry Chagin 	char who_l_[PADL_(l_int)]; l_int who; char who_r_[PADR_(l_int)];
157b5c0b955SDmitry Chagin 	char ioprio_l_[PADL_(l_int)]; l_int ioprio; char ioprio_r_[PADR_(l_int)];
1585f2336efSEd Maste };
1595f2336efSEd Maste struct linux_ioprio_get_args {
160b5c0b955SDmitry Chagin 	char which_l_[PADL_(l_int)]; l_int which; char which_r_[PADR_(l_int)];
161b5c0b955SDmitry Chagin 	char who_l_[PADL_(l_int)]; l_int who; char who_r_[PADR_(l_int)];
1625f2336efSEd Maste };
1635f2336efSEd Maste struct linux_mknodat_args {
1645f2336efSEd Maste 	char dfd_l_[PADL_(l_int)]; l_int dfd; char dfd_r_[PADR_(l_int)];
1655f2336efSEd Maste 	char filename_l_[PADL_(const char *)]; const char * filename; char filename_r_[PADR_(const char *)];
1665f2336efSEd Maste 	char mode_l_[PADL_(l_int)]; l_int mode; char mode_r_[PADR_(l_int)];
167cd0fca82SDmitry Chagin 	char dev_l_[PADL_(l_dev_t)]; l_dev_t dev; char dev_r_[PADR_(l_dev_t)];
1685f2336efSEd Maste };
1695f2336efSEd Maste struct linux_mkdirat_args {
1705f2336efSEd Maste 	char dfd_l_[PADL_(l_int)]; l_int dfd; char dfd_r_[PADR_(l_int)];
1715f2336efSEd Maste 	char pathname_l_[PADL_(const char *)]; const char * pathname; char pathname_r_[PADR_(const char *)];
172a39cdcd7SEdward Tomasz Napierala 	char mode_l_[PADL_(l_mode_t)]; l_mode_t mode; char mode_r_[PADR_(l_mode_t)];
1735f2336efSEd Maste };
1745f2336efSEd Maste struct linux_unlinkat_args {
1755f2336efSEd Maste 	char dfd_l_[PADL_(l_int)]; l_int dfd; char dfd_r_[PADR_(l_int)];
1765f2336efSEd Maste 	char pathname_l_[PADL_(const char *)]; const char * pathname; char pathname_r_[PADR_(const char *)];
1775f2336efSEd Maste 	char flag_l_[PADL_(l_int)]; l_int flag; char flag_r_[PADR_(l_int)];
1785f2336efSEd Maste };
1795f2336efSEd Maste struct linux_symlinkat_args {
1805f2336efSEd Maste 	char oldname_l_[PADL_(const char *)]; const char * oldname; char oldname_r_[PADR_(const char *)];
1815f2336efSEd Maste 	char newdfd_l_[PADL_(l_int)]; l_int newdfd; char newdfd_r_[PADR_(l_int)];
1825f2336efSEd Maste 	char newname_l_[PADL_(const char *)]; const char * newname; char newname_r_[PADR_(const char *)];
1835f2336efSEd Maste };
1845f2336efSEd Maste struct linux_linkat_args {
1855f2336efSEd Maste 	char olddfd_l_[PADL_(l_int)]; l_int olddfd; char olddfd_r_[PADR_(l_int)];
1865f2336efSEd Maste 	char oldname_l_[PADL_(const char *)]; const char * oldname; char oldname_r_[PADR_(const char *)];
1875f2336efSEd Maste 	char newdfd_l_[PADL_(l_int)]; l_int newdfd; char newdfd_r_[PADR_(l_int)];
1885f2336efSEd Maste 	char newname_l_[PADL_(const char *)]; const char * newname; char newname_r_[PADR_(const char *)];
1895f2336efSEd Maste 	char flag_l_[PADL_(l_int)]; l_int flag; char flag_r_[PADR_(l_int)];
1905f2336efSEd Maste };
1915f2336efSEd Maste struct linux_renameat_args {
1925f2336efSEd Maste 	char olddfd_l_[PADL_(l_int)]; l_int olddfd; char olddfd_r_[PADR_(l_int)];
1935f2336efSEd Maste 	char oldname_l_[PADL_(const char *)]; const char * oldname; char oldname_r_[PADR_(const char *)];
1945f2336efSEd Maste 	char newdfd_l_[PADL_(l_int)]; l_int newdfd; char newdfd_r_[PADR_(l_int)];
1955f2336efSEd Maste 	char newname_l_[PADL_(const char *)]; const char * newname; char newname_r_[PADR_(const char *)];
1965f2336efSEd Maste };
1975f2336efSEd Maste struct linux_mount_args {
1985f2336efSEd Maste 	char specialfile_l_[PADL_(char *)]; char * specialfile; char specialfile_r_[PADR_(char *)];
1995f2336efSEd Maste 	char dir_l_[PADL_(char *)]; char * dir; char dir_r_[PADR_(char *)];
2005f2336efSEd Maste 	char filesystemtype_l_[PADL_(char *)]; char * filesystemtype; char filesystemtype_r_[PADR_(char *)];
2015f2336efSEd Maste 	char rwflag_l_[PADL_(l_ulong)]; l_ulong rwflag; char rwflag_r_[PADR_(l_ulong)];
2025f2336efSEd Maste 	char data_l_[PADL_(void *)]; void * data; char data_r_[PADR_(void *)];
2035f2336efSEd Maste };
2045f2336efSEd Maste struct linux_pivot_root_args {
2058601fca7SBrooks Davis 	syscallarg_t dummy;
2065f2336efSEd Maste };
2075f2336efSEd Maste struct linux_statfs_args {
2085f2336efSEd Maste 	char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
2095f2336efSEd Maste 	char buf_l_[PADL_(struct l_statfs_buf *)]; struct l_statfs_buf * buf; char buf_r_[PADR_(struct l_statfs_buf *)];
2105f2336efSEd Maste };
2115f2336efSEd Maste struct linux_fstatfs_args {
2125f2336efSEd Maste 	char fd_l_[PADL_(l_uint)]; l_uint fd; char fd_r_[PADR_(l_uint)];
2135f2336efSEd Maste 	char buf_l_[PADL_(struct l_statfs_buf *)]; struct l_statfs_buf * buf; char buf_r_[PADR_(struct l_statfs_buf *)];
2145f2336efSEd Maste };
2155f2336efSEd Maste struct linux_truncate_args {
2165f2336efSEd Maste 	char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
2175f2336efSEd Maste 	char length_l_[PADL_(l_ulong)]; l_ulong length; char length_r_[PADR_(l_ulong)];
2185f2336efSEd Maste };
2195f2336efSEd Maste struct linux_ftruncate_args {
2205f2336efSEd Maste 	char fd_l_[PADL_(l_int)]; l_int fd; char fd_r_[PADR_(l_int)];
2215f2336efSEd Maste 	char length_l_[PADL_(l_long)]; l_long length; char length_r_[PADR_(l_long)];
2225f2336efSEd Maste };
2235f2336efSEd Maste struct linux_fallocate_args {
2245f2336efSEd Maste 	char fd_l_[PADL_(l_int)]; l_int fd; char fd_r_[PADR_(l_int)];
2255f2336efSEd Maste 	char mode_l_[PADL_(l_int)]; l_int mode; char mode_r_[PADR_(l_int)];
2265f2336efSEd Maste 	char offset_l_[PADL_(l_loff_t)]; l_loff_t offset; char offset_r_[PADR_(l_loff_t)];
2275f2336efSEd Maste 	char len_l_[PADL_(l_loff_t)]; l_loff_t len; char len_r_[PADR_(l_loff_t)];
2285f2336efSEd Maste };
2295f2336efSEd Maste struct linux_faccessat_args {
2305f2336efSEd Maste 	char dfd_l_[PADL_(l_int)]; l_int dfd; char dfd_r_[PADR_(l_int)];
2315f2336efSEd Maste 	char filename_l_[PADL_(const char *)]; const char * filename; char filename_r_[PADR_(const char *)];
2325f2336efSEd Maste 	char amode_l_[PADL_(l_int)]; l_int amode; char amode_r_[PADR_(l_int)];
2335f2336efSEd Maste };
2345f2336efSEd Maste struct linux_chdir_args {
2355f2336efSEd Maste 	char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
2365f2336efSEd Maste };
2375f2336efSEd Maste struct linux_fchmodat_args {
2385f2336efSEd Maste 	char dfd_l_[PADL_(l_int)]; l_int dfd; char dfd_r_[PADR_(l_int)];
2395f2336efSEd Maste 	char filename_l_[PADL_(const char *)]; const char * filename; char filename_r_[PADR_(const char *)];
2405f2336efSEd Maste 	char mode_l_[PADL_(l_mode_t)]; l_mode_t mode; char mode_r_[PADR_(l_mode_t)];
2415f2336efSEd Maste };
2425f2336efSEd Maste struct linux_fchownat_args {
2435f2336efSEd Maste 	char dfd_l_[PADL_(l_int)]; l_int dfd; char dfd_r_[PADR_(l_int)];
2445f2336efSEd Maste 	char filename_l_[PADL_(const char *)]; const char * filename; char filename_r_[PADR_(const char *)];
2455f2336efSEd Maste 	char uid_l_[PADL_(l_uid_t)]; l_uid_t uid; char uid_r_[PADR_(l_uid_t)];
2465f2336efSEd Maste 	char gid_l_[PADL_(l_gid_t)]; l_gid_t gid; char gid_r_[PADR_(l_gid_t)];
2475f2336efSEd Maste 	char flag_l_[PADL_(l_int)]; l_int flag; char flag_r_[PADR_(l_int)];
2485f2336efSEd Maste };
2495f2336efSEd Maste struct linux_openat_args {
2505f2336efSEd Maste 	char dfd_l_[PADL_(l_int)]; l_int dfd; char dfd_r_[PADR_(l_int)];
2515f2336efSEd Maste 	char filename_l_[PADL_(const char *)]; const char * filename; char filename_r_[PADR_(const char *)];
2525f2336efSEd Maste 	char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
253a39cdcd7SEdward Tomasz Napierala 	char mode_l_[PADL_(l_mode_t)]; l_mode_t mode; char mode_r_[PADR_(l_mode_t)];
2545f2336efSEd Maste };
2555f2336efSEd Maste struct linux_vhangup_args {
2568601fca7SBrooks Davis 	syscallarg_t dummy;
2575f2336efSEd Maste };
2585f2336efSEd Maste struct linux_pipe2_args {
2595f2336efSEd Maste 	char pipefds_l_[PADL_(l_int *)]; l_int * pipefds; char pipefds_r_[PADR_(l_int *)];
2605f2336efSEd Maste 	char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
2615f2336efSEd Maste };
2625f2336efSEd Maste struct linux_getdents64_args {
2635f2336efSEd Maste 	char fd_l_[PADL_(l_uint)]; l_uint fd; char fd_r_[PADR_(l_uint)];
2645f2336efSEd Maste 	char dirent_l_[PADL_(void *)]; void * dirent; char dirent_r_[PADR_(void *)];
2655f2336efSEd Maste 	char count_l_[PADL_(l_uint)]; l_uint count; char count_r_[PADR_(l_uint)];
2665f2336efSEd Maste };
2675f2336efSEd Maste struct linux_lseek_args {
2685f2336efSEd Maste 	char fdes_l_[PADL_(l_uint)]; l_uint fdes; char fdes_r_[PADR_(l_uint)];
2695f2336efSEd Maste 	char off_l_[PADL_(l_off_t)]; l_off_t off; char off_r_[PADR_(l_off_t)];
2705f2336efSEd Maste 	char whence_l_[PADL_(l_int)]; l_int whence; char whence_r_[PADR_(l_int)];
2715f2336efSEd Maste };
27289d270b2SDmitry Chagin struct linux_write_args {
27389d270b2SDmitry Chagin 	char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
27489d270b2SDmitry Chagin 	char buf_l_[PADL_(char *)]; char * buf; char buf_r_[PADR_(char *)];
27589d270b2SDmitry Chagin 	char nbyte_l_[PADL_(l_size_t)]; l_size_t nbyte; char nbyte_r_[PADR_(l_size_t)];
27689d270b2SDmitry Chagin };
2771f9d71eeSDmitry Chagin struct linux_writev_args {
2781f9d71eeSDmitry Chagin 	char fd_l_[PADL_(int)]; int fd; char fd_r_[PADR_(int)];
2791f9d71eeSDmitry Chagin 	char iovp_l_[PADL_(struct iovec *)]; struct iovec * iovp; char iovp_r_[PADR_(struct iovec *)];
2801f9d71eeSDmitry Chagin 	char iovcnt_l_[PADL_(u_int)]; u_int iovcnt; char iovcnt_r_[PADR_(u_int)];
2811f9d71eeSDmitry Chagin };
2825f2336efSEd Maste struct linux_pread_args {
2835f2336efSEd Maste 	char fd_l_[PADL_(l_uint)]; l_uint fd; char fd_r_[PADR_(l_uint)];
2845f2336efSEd Maste 	char buf_l_[PADL_(char *)]; char * buf; char buf_r_[PADR_(char *)];
2855f2336efSEd Maste 	char nbyte_l_[PADL_(l_size_t)]; l_size_t nbyte; char nbyte_r_[PADR_(l_size_t)];
2865f2336efSEd Maste 	char offset_l_[PADL_(l_loff_t)]; l_loff_t offset; char offset_r_[PADR_(l_loff_t)];
2875f2336efSEd Maste };
2885f2336efSEd Maste struct linux_pwrite_args {
2895f2336efSEd Maste 	char fd_l_[PADL_(l_uint)]; l_uint fd; char fd_r_[PADR_(l_uint)];
2905f2336efSEd Maste 	char buf_l_[PADL_(char *)]; char * buf; char buf_r_[PADR_(char *)];
2915f2336efSEd Maste 	char nbyte_l_[PADL_(l_size_t)]; l_size_t nbyte; char nbyte_r_[PADR_(l_size_t)];
2925f2336efSEd Maste 	char offset_l_[PADL_(l_loff_t)]; l_loff_t offset; char offset_r_[PADR_(l_loff_t)];
2935f2336efSEd Maste };
2945f2336efSEd Maste struct linux_preadv_args {
2955f2336efSEd Maste 	char fd_l_[PADL_(l_ulong)]; l_ulong fd; char fd_r_[PADR_(l_ulong)];
2965f2336efSEd Maste 	char vec_l_[PADL_(struct iovec *)]; struct iovec * vec; char vec_r_[PADR_(struct iovec *)];
2975f2336efSEd Maste 	char vlen_l_[PADL_(l_ulong)]; l_ulong vlen; char vlen_r_[PADR_(l_ulong)];
2985f2336efSEd Maste 	char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)];
2995f2336efSEd Maste 	char pos_h_l_[PADL_(l_ulong)]; l_ulong pos_h; char pos_h_r_[PADR_(l_ulong)];
3005f2336efSEd Maste };
3015f2336efSEd Maste struct linux_pwritev_args {
3025f2336efSEd Maste 	char fd_l_[PADL_(l_ulong)]; l_ulong fd; char fd_r_[PADR_(l_ulong)];
3035f2336efSEd Maste 	char vec_l_[PADL_(struct iovec *)]; struct iovec * vec; char vec_r_[PADR_(struct iovec *)];
3045f2336efSEd Maste 	char vlen_l_[PADL_(l_ulong)]; l_ulong vlen; char vlen_r_[PADR_(l_ulong)];
3055f2336efSEd Maste 	char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)];
3065f2336efSEd Maste 	char pos_h_l_[PADL_(l_ulong)]; l_ulong pos_h; char pos_h_r_[PADR_(l_ulong)];
3075f2336efSEd Maste };
3085f2336efSEd Maste struct linux_sendfile_args {
3095f2336efSEd Maste 	char out_l_[PADL_(l_int)]; l_int out; char out_r_[PADR_(l_int)];
3105f2336efSEd Maste 	char in_l_[PADL_(l_int)]; l_int in; char in_r_[PADR_(l_int)];
311a39cdcd7SEdward Tomasz Napierala 	char offset_l_[PADL_(l_off_t *)]; l_off_t * offset; char offset_r_[PADR_(l_off_t *)];
3125f2336efSEd Maste 	char count_l_[PADL_(l_size_t)]; l_size_t count; char count_r_[PADR_(l_size_t)];
3135f2336efSEd Maste };
3145f2336efSEd Maste struct linux_pselect6_args {
3155f2336efSEd Maste 	char nfds_l_[PADL_(l_int)]; l_int nfds; char nfds_r_[PADR_(l_int)];
3165f2336efSEd Maste 	char readfds_l_[PADL_(l_fd_set *)]; l_fd_set * readfds; char readfds_r_[PADR_(l_fd_set *)];
3175f2336efSEd Maste 	char writefds_l_[PADL_(l_fd_set *)]; l_fd_set * writefds; char writefds_r_[PADR_(l_fd_set *)];
3185f2336efSEd Maste 	char exceptfds_l_[PADL_(l_fd_set *)]; l_fd_set * exceptfds; char exceptfds_r_[PADR_(l_fd_set *)];
3195f2336efSEd Maste 	char tsp_l_[PADL_(struct l_timespec *)]; struct l_timespec * tsp; char tsp_r_[PADR_(struct l_timespec *)];
3205f2336efSEd Maste 	char sig_l_[PADL_(l_uintptr_t *)]; l_uintptr_t * sig; char sig_r_[PADR_(l_uintptr_t *)];
3215f2336efSEd Maste };
3225f2336efSEd Maste struct linux_ppoll_args {
3235f2336efSEd Maste 	char fds_l_[PADL_(struct pollfd *)]; struct pollfd * fds; char fds_r_[PADR_(struct pollfd *)];
324a39cdcd7SEdward Tomasz Napierala 	char nfds_l_[PADL_(l_uint)]; l_uint nfds; char nfds_r_[PADR_(l_uint)];
3255f2336efSEd Maste 	char tsp_l_[PADL_(struct l_timespec *)]; struct l_timespec * tsp; char tsp_r_[PADR_(struct l_timespec *)];
3265f2336efSEd Maste 	char sset_l_[PADL_(l_sigset_t *)]; l_sigset_t * sset; char sset_r_[PADR_(l_sigset_t *)];
3275f2336efSEd Maste 	char ssize_l_[PADL_(l_size_t)]; l_size_t ssize; char ssize_r_[PADR_(l_size_t)];
3285f2336efSEd Maste };
3295f2336efSEd Maste struct linux_signalfd4_args {
3308601fca7SBrooks Davis 	syscallarg_t dummy;
3315f2336efSEd Maste };
3325f2336efSEd Maste struct linux_vmsplice_args {
3338601fca7SBrooks Davis 	syscallarg_t dummy;
3345f2336efSEd Maste };
3355f2336efSEd Maste struct linux_splice_args {
3363e9a2142SEdward Tomasz Napierala 	char fd_in_l_[PADL_(int)]; int fd_in; char fd_in_r_[PADR_(int)];
3373e9a2142SEdward Tomasz Napierala 	char off_in_l_[PADL_(l_loff_t *)]; l_loff_t * off_in; char off_in_r_[PADR_(l_loff_t *)];
3383e9a2142SEdward Tomasz Napierala 	char fd_out_l_[PADL_(int)]; int fd_out; char fd_out_r_[PADR_(int)];
3393e9a2142SEdward Tomasz Napierala 	char off_out_l_[PADL_(l_loff_t *)]; l_loff_t * off_out; char off_out_r_[PADR_(l_loff_t *)];
3403e9a2142SEdward Tomasz Napierala 	char len_l_[PADL_(l_size_t)]; l_size_t len; char len_r_[PADR_(l_size_t)];
3413e9a2142SEdward Tomasz Napierala 	char flags_l_[PADL_(l_uint)]; l_uint flags; char flags_r_[PADR_(l_uint)];
3425f2336efSEd Maste };
3435f2336efSEd Maste struct linux_tee_args {
3448601fca7SBrooks Davis 	syscallarg_t dummy;
3455f2336efSEd Maste };
3465f2336efSEd Maste struct linux_readlinkat_args {
3475f2336efSEd Maste 	char dfd_l_[PADL_(l_int)]; l_int dfd; char dfd_r_[PADR_(l_int)];
3485f2336efSEd Maste 	char path_l_[PADL_(const char *)]; const char * path; char path_r_[PADR_(const char *)];
3495f2336efSEd Maste 	char buf_l_[PADL_(char *)]; char * buf; char buf_r_[PADR_(char *)];
3505f2336efSEd Maste 	char bufsiz_l_[PADL_(l_int)]; l_int bufsiz; char bufsiz_r_[PADR_(l_int)];
3515f2336efSEd Maste };
3525f2336efSEd Maste struct linux_newfstatat_args {
3535f2336efSEd Maste 	char dfd_l_[PADL_(l_int)]; l_int dfd; char dfd_r_[PADR_(l_int)];
3545f2336efSEd Maste 	char pathname_l_[PADL_(char *)]; char * pathname; char pathname_r_[PADR_(char *)];
3555f2336efSEd Maste 	char statbuf_l_[PADL_(struct l_stat64 *)]; struct l_stat64 * statbuf; char statbuf_r_[PADR_(struct l_stat64 *)];
3565f2336efSEd Maste 	char flag_l_[PADL_(l_int)]; l_int flag; char flag_r_[PADR_(l_int)];
3575f2336efSEd Maste };
3585f2336efSEd Maste struct linux_newfstat_args {
3595f2336efSEd Maste 	char fd_l_[PADL_(l_uint)]; l_uint fd; char fd_r_[PADR_(l_uint)];
3605f2336efSEd Maste 	char buf_l_[PADL_(struct l_newstat *)]; struct l_newstat * buf; char buf_r_[PADR_(struct l_newstat *)];
3615f2336efSEd Maste };
3625f2336efSEd Maste struct linux_fdatasync_args {
3635f2336efSEd Maste 	char fd_l_[PADL_(l_uint)]; l_uint fd; char fd_r_[PADR_(l_uint)];
3645f2336efSEd Maste };
3655f2336efSEd Maste struct linux_sync_file_range_args {
3660cde2b32SEdward Tomasz Napierala 	char fd_l_[PADL_(l_int)]; l_int fd; char fd_r_[PADR_(l_int)];
3670cde2b32SEdward Tomasz Napierala 	char offset_l_[PADL_(l_loff_t)]; l_loff_t offset; char offset_r_[PADR_(l_loff_t)];
3680cde2b32SEdward Tomasz Napierala 	char nbytes_l_[PADL_(l_loff_t)]; l_loff_t nbytes; char nbytes_r_[PADR_(l_loff_t)];
369a39cdcd7SEdward Tomasz Napierala 	char flags_l_[PADL_(l_uint)]; l_uint flags; char flags_r_[PADR_(l_uint)];
3705f2336efSEd Maste };
3715f2336efSEd Maste struct linux_timerfd_create_args {
3725f2336efSEd Maste 	char clockid_l_[PADL_(l_int)]; l_int clockid; char clockid_r_[PADR_(l_int)];
3735f2336efSEd Maste 	char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
3745f2336efSEd Maste };
3755f2336efSEd Maste struct linux_timerfd_settime_args {
3765f2336efSEd Maste 	char fd_l_[PADL_(l_int)]; l_int fd; char fd_r_[PADR_(l_int)];
3775f2336efSEd Maste 	char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
3785f2336efSEd Maste 	char new_value_l_[PADL_(const struct l_itimerspec *)]; const struct l_itimerspec * new_value; char new_value_r_[PADR_(const struct l_itimerspec *)];
3795f2336efSEd Maste 	char old_value_l_[PADL_(struct l_itimerspec *)]; struct l_itimerspec * old_value; char old_value_r_[PADR_(struct l_itimerspec *)];
3805f2336efSEd Maste };
3815f2336efSEd Maste struct linux_timerfd_gettime_args {
3825f2336efSEd Maste 	char fd_l_[PADL_(l_int)]; l_int fd; char fd_r_[PADR_(l_int)];
3835f2336efSEd Maste 	char old_value_l_[PADL_(struct l_itimerspec *)]; struct l_itimerspec * old_value; char old_value_r_[PADR_(struct l_itimerspec *)];
3845f2336efSEd Maste };
3855f2336efSEd Maste struct linux_utimensat_args {
3865f2336efSEd Maste 	char dfd_l_[PADL_(l_int)]; l_int dfd; char dfd_r_[PADR_(l_int)];
3875f2336efSEd Maste 	char pathname_l_[PADL_(const char *)]; const char * pathname; char pathname_r_[PADR_(const char *)];
3885f2336efSEd Maste 	char times_l_[PADL_(const struct l_timespec *)]; const struct l_timespec * times; char times_r_[PADR_(const struct l_timespec *)];
3895f2336efSEd Maste 	char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
3905f2336efSEd Maste };
3915f2336efSEd Maste struct linux_capget_args {
3925f2336efSEd Maste 	char hdrp_l_[PADL_(struct l_user_cap_header *)]; struct l_user_cap_header * hdrp; char hdrp_r_[PADR_(struct l_user_cap_header *)];
3935f2336efSEd Maste 	char datap_l_[PADL_(struct l_user_cap_data *)]; struct l_user_cap_data * datap; char datap_r_[PADR_(struct l_user_cap_data *)];
3945f2336efSEd Maste };
3955f2336efSEd Maste struct linux_capset_args {
3965f2336efSEd Maste 	char hdrp_l_[PADL_(struct l_user_cap_header *)]; struct l_user_cap_header * hdrp; char hdrp_r_[PADR_(struct l_user_cap_header *)];
3975f2336efSEd Maste 	char datap_l_[PADL_(struct l_user_cap_data *)]; struct l_user_cap_data * datap; char datap_r_[PADR_(struct l_user_cap_data *)];
3985f2336efSEd Maste };
3995f2336efSEd Maste struct linux_personality_args {
4005f2336efSEd Maste 	char per_l_[PADL_(l_uint)]; l_uint per; char per_r_[PADR_(l_uint)];
4015f2336efSEd Maste };
4025f2336efSEd Maste struct linux_exit_args {
403a39cdcd7SEdward Tomasz Napierala 	char rval_l_[PADL_(u_int)]; u_int rval; char rval_r_[PADR_(u_int)];
4045f2336efSEd Maste };
4055f2336efSEd Maste struct linux_exit_group_args {
406a39cdcd7SEdward Tomasz Napierala 	char error_code_l_[PADL_(l_int)]; l_int error_code; char error_code_r_[PADR_(l_int)];
4075f2336efSEd Maste };
4085f2336efSEd Maste struct linux_waitid_args {
4095f2336efSEd Maste 	char idtype_l_[PADL_(l_int)]; l_int idtype; char idtype_r_[PADR_(l_int)];
4105f2336efSEd Maste 	char id_l_[PADL_(l_pid_t)]; l_pid_t id; char id_r_[PADR_(l_pid_t)];
4115f2336efSEd Maste 	char info_l_[PADL_(l_siginfo_t *)]; l_siginfo_t * info; char info_r_[PADR_(l_siginfo_t *)];
4125f2336efSEd Maste 	char options_l_[PADL_(l_int)]; l_int options; char options_r_[PADR_(l_int)];
4135f2336efSEd Maste 	char rusage_l_[PADL_(struct rusage *)]; struct rusage * rusage; char rusage_r_[PADR_(struct rusage *)];
4145f2336efSEd Maste };
4155f2336efSEd Maste struct linux_set_tid_address_args {
416a39cdcd7SEdward Tomasz Napierala 	char tidptr_l_[PADL_(l_int *)]; l_int * tidptr; char tidptr_r_[PADR_(l_int *)];
4175f2336efSEd Maste };
4185f2336efSEd Maste struct linux_unshare_args {
4198601fca7SBrooks Davis 	syscallarg_t dummy;
4205f2336efSEd Maste };
4215f2336efSEd Maste struct linux_sys_futex_args {
422ee64d982SDmitry Chagin 	char uaddr_l_[PADL_(uint32_t *)]; uint32_t * uaddr; char uaddr_r_[PADR_(uint32_t *)];
423ee64d982SDmitry Chagin 	char op_l_[PADL_(l_int)]; l_int op; char op_r_[PADR_(l_int)];
424ee64d982SDmitry Chagin 	char val_l_[PADL_(uint32_t)]; uint32_t val; char val_r_[PADR_(uint32_t)];
4255f2336efSEd Maste 	char timeout_l_[PADL_(struct l_timespec *)]; struct l_timespec * timeout; char timeout_r_[PADR_(struct l_timespec *)];
426ee64d982SDmitry Chagin 	char uaddr2_l_[PADL_(uint32_t *)]; uint32_t * uaddr2; char uaddr2_r_[PADR_(uint32_t *)];
427ee64d982SDmitry Chagin 	char val3_l_[PADL_(uint32_t)]; uint32_t val3; char val3_r_[PADR_(uint32_t)];
4285f2336efSEd Maste };
4295f2336efSEd Maste struct linux_set_robust_list_args {
4305f2336efSEd Maste 	char head_l_[PADL_(struct linux_robust_list_head *)]; struct linux_robust_list_head * head; char head_r_[PADR_(struct linux_robust_list_head *)];
4315f2336efSEd Maste 	char len_l_[PADL_(l_size_t)]; l_size_t len; char len_r_[PADR_(l_size_t)];
4325f2336efSEd Maste };
4335f2336efSEd Maste struct linux_get_robust_list_args {
4345f2336efSEd Maste 	char pid_l_[PADL_(l_int)]; l_int pid; char pid_r_[PADR_(l_int)];
4355f2336efSEd Maste 	char head_l_[PADL_(struct linux_robust_list_head **)]; struct linux_robust_list_head ** head; char head_r_[PADR_(struct linux_robust_list_head **)];
4365f2336efSEd Maste 	char len_l_[PADL_(l_size_t *)]; l_size_t * len; char len_r_[PADR_(l_size_t *)];
4375f2336efSEd Maste };
4385f2336efSEd Maste struct linux_nanosleep_args {
4395f2336efSEd Maste 	char rqtp_l_[PADL_(const struct l_timespec *)]; const struct l_timespec * rqtp; char rqtp_r_[PADR_(const struct l_timespec *)];
4405f2336efSEd Maste 	char rmtp_l_[PADL_(struct l_timespec *)]; struct l_timespec * rmtp; char rmtp_r_[PADR_(struct l_timespec *)];
4415f2336efSEd Maste };
4425f2336efSEd Maste struct linux_getitimer_args {
4435f2336efSEd Maste 	char which_l_[PADL_(l_int)]; l_int which; char which_r_[PADR_(l_int)];
4445f2336efSEd Maste 	char itv_l_[PADL_(struct l_itimerval *)]; struct l_itimerval * itv; char itv_r_[PADR_(struct l_itimerval *)];
4455f2336efSEd Maste };
4465f2336efSEd Maste struct linux_setitimer_args {
4475f2336efSEd Maste 	char which_l_[PADL_(l_int)]; l_int which; char which_r_[PADR_(l_int)];
4485f2336efSEd Maste 	char itv_l_[PADL_(struct l_itimerval *)]; struct l_itimerval * itv; char itv_r_[PADR_(struct l_itimerval *)];
4495f2336efSEd Maste 	char oitv_l_[PADL_(struct l_itimerval *)]; struct l_itimerval * oitv; char oitv_r_[PADR_(struct l_itimerval *)];
4505f2336efSEd Maste };
4515f2336efSEd Maste struct linux_kexec_load_args {
4528601fca7SBrooks Davis 	syscallarg_t dummy;
4535f2336efSEd Maste };
4545f2336efSEd Maste struct linux_init_module_args {
4558601fca7SBrooks Davis 	syscallarg_t dummy;
4565f2336efSEd Maste };
4575f2336efSEd Maste struct linux_delete_module_args {
4588601fca7SBrooks Davis 	syscallarg_t dummy;
4595f2336efSEd Maste };
4605f2336efSEd Maste struct linux_timer_create_args {
4615f2336efSEd Maste 	char clock_id_l_[PADL_(clockid_t)]; clockid_t clock_id; char clock_id_r_[PADR_(clockid_t)];
462*bedbaee8SWarner Losh 	char evp_l_[PADL_(struct l_sigevent *)]; struct l_sigevent * evp; char evp_r_[PADR_(struct l_sigevent *)];
4635f2336efSEd Maste 	char timerid_l_[PADL_(l_timer_t *)]; l_timer_t * timerid; char timerid_r_[PADR_(l_timer_t *)];
4645f2336efSEd Maste };
4655f2336efSEd Maste struct linux_timer_gettime_args {
4665f2336efSEd Maste 	char timerid_l_[PADL_(l_timer_t)]; l_timer_t timerid; char timerid_r_[PADR_(l_timer_t)];
4675f2336efSEd Maste 	char setting_l_[PADL_(struct itimerspec *)]; struct itimerspec * setting; char setting_r_[PADR_(struct itimerspec *)];
4685f2336efSEd Maste };
4695f2336efSEd Maste struct linux_timer_getoverrun_args {
4705f2336efSEd Maste 	char timerid_l_[PADL_(l_timer_t)]; l_timer_t timerid; char timerid_r_[PADR_(l_timer_t)];
4715f2336efSEd Maste };
4725f2336efSEd Maste struct linux_timer_settime_args {
4735f2336efSEd Maste 	char timerid_l_[PADL_(l_timer_t)]; l_timer_t timerid; char timerid_r_[PADR_(l_timer_t)];
4745f2336efSEd Maste 	char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
4755f2336efSEd Maste 	char new_l_[PADL_(const struct itimerspec *)]; const struct itimerspec * new; char new_r_[PADR_(const struct itimerspec *)];
4765f2336efSEd Maste 	char old_l_[PADL_(struct itimerspec *)]; struct itimerspec * old; char old_r_[PADR_(struct itimerspec *)];
4775f2336efSEd Maste };
4785f2336efSEd Maste struct linux_timer_delete_args {
4795f2336efSEd Maste 	char timerid_l_[PADL_(l_timer_t)]; l_timer_t timerid; char timerid_r_[PADR_(l_timer_t)];
4805f2336efSEd Maste };
4815f2336efSEd Maste struct linux_clock_settime_args {
4825f2336efSEd Maste 	char which_l_[PADL_(clockid_t)]; clockid_t which; char which_r_[PADR_(clockid_t)];
4835f2336efSEd Maste 	char tp_l_[PADL_(struct l_timespec *)]; struct l_timespec * tp; char tp_r_[PADR_(struct l_timespec *)];
4845f2336efSEd Maste };
4855f2336efSEd Maste struct linux_clock_gettime_args {
4865f2336efSEd Maste 	char which_l_[PADL_(clockid_t)]; clockid_t which; char which_r_[PADR_(clockid_t)];
4875f2336efSEd Maste 	char tp_l_[PADL_(struct l_timespec *)]; struct l_timespec * tp; char tp_r_[PADR_(struct l_timespec *)];
4885f2336efSEd Maste };
4895f2336efSEd Maste struct linux_clock_getres_args {
4905f2336efSEd Maste 	char which_l_[PADL_(clockid_t)]; clockid_t which; char which_r_[PADR_(clockid_t)];
4915f2336efSEd Maste 	char tp_l_[PADL_(struct l_timespec *)]; struct l_timespec * tp; char tp_r_[PADR_(struct l_timespec *)];
4925f2336efSEd Maste };
4935f2336efSEd Maste struct linux_clock_nanosleep_args {
4945f2336efSEd Maste 	char which_l_[PADL_(clockid_t)]; clockid_t which; char which_r_[PADR_(clockid_t)];
495a39cdcd7SEdward Tomasz Napierala 	char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
4965f2336efSEd Maste 	char rqtp_l_[PADL_(struct l_timespec *)]; struct l_timespec * rqtp; char rqtp_r_[PADR_(struct l_timespec *)];
4975f2336efSEd Maste 	char rmtp_l_[PADL_(struct l_timespec *)]; struct l_timespec * rmtp; char rmtp_r_[PADR_(struct l_timespec *)];
4985f2336efSEd Maste };
4995f2336efSEd Maste struct linux_syslog_args {
5005f2336efSEd Maste 	char type_l_[PADL_(l_int)]; l_int type; char type_r_[PADR_(l_int)];
5015f2336efSEd Maste 	char buf_l_[PADL_(char *)]; char * buf; char buf_r_[PADR_(char *)];
5025f2336efSEd Maste 	char len_l_[PADL_(l_int)]; l_int len; char len_r_[PADR_(l_int)];
5035f2336efSEd Maste };
5045f2336efSEd Maste struct linux_ptrace_args {
5055f2336efSEd Maste 	char req_l_[PADL_(l_long)]; l_long req; char req_r_[PADR_(l_long)];
5065f2336efSEd Maste 	char pid_l_[PADL_(l_long)]; l_long pid; char pid_r_[PADR_(l_long)];
5075f2336efSEd Maste 	char addr_l_[PADL_(l_ulong)]; l_ulong addr; char addr_r_[PADR_(l_ulong)];
5085f2336efSEd Maste 	char data_l_[PADL_(l_ulong)]; l_ulong data; char data_r_[PADR_(l_ulong)];
5095f2336efSEd Maste };
5105f2336efSEd Maste struct linux_sched_setparam_args {
5115f2336efSEd Maste 	char pid_l_[PADL_(l_pid_t)]; l_pid_t pid; char pid_r_[PADR_(l_pid_t)];
5125f2336efSEd Maste 	char param_l_[PADL_(struct sched_param *)]; struct sched_param * param; char param_r_[PADR_(struct sched_param *)];
5135f2336efSEd Maste };
5145f2336efSEd Maste struct linux_sched_setscheduler_args {
5155f2336efSEd Maste 	char pid_l_[PADL_(l_pid_t)]; l_pid_t pid; char pid_r_[PADR_(l_pid_t)];
5165f2336efSEd Maste 	char policy_l_[PADL_(l_int)]; l_int policy; char policy_r_[PADR_(l_int)];
5175f2336efSEd Maste 	char param_l_[PADL_(struct sched_param *)]; struct sched_param * param; char param_r_[PADR_(struct sched_param *)];
5185f2336efSEd Maste };
5195f2336efSEd Maste struct linux_sched_getscheduler_args {
5205f2336efSEd Maste 	char pid_l_[PADL_(l_pid_t)]; l_pid_t pid; char pid_r_[PADR_(l_pid_t)];
5215f2336efSEd Maste };
5225f2336efSEd Maste struct linux_sched_getparam_args {
5235f2336efSEd Maste 	char pid_l_[PADL_(l_pid_t)]; l_pid_t pid; char pid_r_[PADR_(l_pid_t)];
5245f2336efSEd Maste 	char param_l_[PADL_(struct sched_param *)]; struct sched_param * param; char param_r_[PADR_(struct sched_param *)];
5255f2336efSEd Maste };
5265f2336efSEd Maste struct linux_sched_setaffinity_args {
5275f2336efSEd Maste 	char pid_l_[PADL_(l_pid_t)]; l_pid_t pid; char pid_r_[PADR_(l_pid_t)];
5285f2336efSEd Maste 	char len_l_[PADL_(l_uint)]; l_uint len; char len_r_[PADR_(l_uint)];
5295f2336efSEd Maste 	char user_mask_ptr_l_[PADL_(l_ulong *)]; l_ulong * user_mask_ptr; char user_mask_ptr_r_[PADR_(l_ulong *)];
5305f2336efSEd Maste };
5315f2336efSEd Maste struct linux_sched_getaffinity_args {
5325f2336efSEd Maste 	char pid_l_[PADL_(l_pid_t)]; l_pid_t pid; char pid_r_[PADR_(l_pid_t)];
5335f2336efSEd Maste 	char len_l_[PADL_(l_uint)]; l_uint len; char len_r_[PADR_(l_uint)];
5345f2336efSEd Maste 	char user_mask_ptr_l_[PADL_(l_ulong *)]; l_ulong * user_mask_ptr; char user_mask_ptr_r_[PADR_(l_ulong *)];
5355f2336efSEd Maste };
5365f2336efSEd Maste struct linux_sched_get_priority_max_args {
5375f2336efSEd Maste 	char policy_l_[PADL_(l_int)]; l_int policy; char policy_r_[PADR_(l_int)];
5385f2336efSEd Maste };
5395f2336efSEd Maste struct linux_sched_get_priority_min_args {
5405f2336efSEd Maste 	char policy_l_[PADL_(l_int)]; l_int policy; char policy_r_[PADR_(l_int)];
5415f2336efSEd Maste };
5425f2336efSEd Maste struct linux_sched_rr_get_interval_args {
5435f2336efSEd Maste 	char pid_l_[PADL_(l_pid_t)]; l_pid_t pid; char pid_r_[PADR_(l_pid_t)];
5445f2336efSEd Maste 	char interval_l_[PADL_(struct l_timespec *)]; struct l_timespec * interval; char interval_r_[PADR_(struct l_timespec *)];
5455f2336efSEd Maste };
5465f2336efSEd Maste struct linux_kill_args {
547a39cdcd7SEdward Tomasz Napierala 	char pid_l_[PADL_(l_pid_t)]; l_pid_t pid; char pid_r_[PADR_(l_pid_t)];
5485f2336efSEd Maste 	char signum_l_[PADL_(l_int)]; l_int signum; char signum_r_[PADR_(l_int)];
5495f2336efSEd Maste };
5505f2336efSEd Maste struct linux_tkill_args {
551a39cdcd7SEdward Tomasz Napierala 	char tid_l_[PADL_(l_pid_t)]; l_pid_t tid; char tid_r_[PADR_(l_pid_t)];
5525f2336efSEd Maste 	char sig_l_[PADL_(l_int)]; l_int sig; char sig_r_[PADR_(l_int)];
5535f2336efSEd Maste };
5545f2336efSEd Maste struct linux_tgkill_args {
555a39cdcd7SEdward Tomasz Napierala 	char tgid_l_[PADL_(l_pid_t)]; l_pid_t tgid; char tgid_r_[PADR_(l_pid_t)];
556a39cdcd7SEdward Tomasz Napierala 	char pid_l_[PADL_(l_pid_t)]; l_pid_t pid; char pid_r_[PADR_(l_pid_t)];
5575f2336efSEd Maste 	char sig_l_[PADL_(l_int)]; l_int sig; char sig_r_[PADR_(l_int)];
5585f2336efSEd Maste };
5595f2336efSEd Maste struct linux_sigaltstack_args {
5605f2336efSEd Maste 	char uss_l_[PADL_(l_stack_t *)]; l_stack_t * uss; char uss_r_[PADR_(l_stack_t *)];
5615f2336efSEd Maste 	char uoss_l_[PADL_(l_stack_t *)]; l_stack_t * uoss; char uoss_r_[PADR_(l_stack_t *)];
5625f2336efSEd Maste };
5635f2336efSEd Maste struct linux_rt_sigsuspend_args {
5645f2336efSEd Maste 	char newset_l_[PADL_(l_sigset_t *)]; l_sigset_t * newset; char newset_r_[PADR_(l_sigset_t *)];
5655f2336efSEd Maste 	char sigsetsize_l_[PADL_(l_size_t)]; l_size_t sigsetsize; char sigsetsize_r_[PADR_(l_size_t)];
5665f2336efSEd Maste };
5675f2336efSEd Maste struct linux_rt_sigaction_args {
5685f2336efSEd Maste 	char sig_l_[PADL_(l_int)]; l_int sig; char sig_r_[PADR_(l_int)];
5695f2336efSEd Maste 	char act_l_[PADL_(l_sigaction_t *)]; l_sigaction_t * act; char act_r_[PADR_(l_sigaction_t *)];
5705f2336efSEd Maste 	char oact_l_[PADL_(l_sigaction_t *)]; l_sigaction_t * oact; char oact_r_[PADR_(l_sigaction_t *)];
5715f2336efSEd Maste 	char sigsetsize_l_[PADL_(l_size_t)]; l_size_t sigsetsize; char sigsetsize_r_[PADR_(l_size_t)];
5725f2336efSEd Maste };
5735f2336efSEd Maste struct linux_rt_sigprocmask_args {
5745f2336efSEd Maste 	char how_l_[PADL_(l_int)]; l_int how; char how_r_[PADR_(l_int)];
5755f2336efSEd Maste 	char mask_l_[PADL_(l_sigset_t *)]; l_sigset_t * mask; char mask_r_[PADR_(l_sigset_t *)];
5765f2336efSEd Maste 	char omask_l_[PADL_(l_sigset_t *)]; l_sigset_t * omask; char omask_r_[PADR_(l_sigset_t *)];
5775f2336efSEd Maste 	char sigsetsize_l_[PADL_(l_size_t)]; l_size_t sigsetsize; char sigsetsize_r_[PADR_(l_size_t)];
5785f2336efSEd Maste };
5795f2336efSEd Maste struct linux_rt_sigpending_args {
5805f2336efSEd Maste 	char set_l_[PADL_(l_sigset_t *)]; l_sigset_t * set; char set_r_[PADR_(l_sigset_t *)];
5815f2336efSEd Maste 	char sigsetsize_l_[PADL_(l_size_t)]; l_size_t sigsetsize; char sigsetsize_r_[PADR_(l_size_t)];
5825f2336efSEd Maste };
5835f2336efSEd Maste struct linux_rt_sigtimedwait_args {
5845f2336efSEd Maste 	char mask_l_[PADL_(l_sigset_t *)]; l_sigset_t * mask; char mask_r_[PADR_(l_sigset_t *)];
5855f2336efSEd Maste 	char ptr_l_[PADL_(l_siginfo_t *)]; l_siginfo_t * ptr; char ptr_r_[PADR_(l_siginfo_t *)];
586e29ea22fSDmitry Chagin 	char timeout_l_[PADL_(struct l_timespec *)]; struct l_timespec * timeout; char timeout_r_[PADR_(struct l_timespec *)];
5875f2336efSEd Maste 	char sigsetsize_l_[PADL_(l_size_t)]; l_size_t sigsetsize; char sigsetsize_r_[PADR_(l_size_t)];
5885f2336efSEd Maste };
5895f2336efSEd Maste struct linux_rt_sigqueueinfo_args {
5905f2336efSEd Maste 	char pid_l_[PADL_(l_pid_t)]; l_pid_t pid; char pid_r_[PADR_(l_pid_t)];
5915f2336efSEd Maste 	char sig_l_[PADL_(l_int)]; l_int sig; char sig_r_[PADR_(l_int)];
5925f2336efSEd Maste 	char info_l_[PADL_(l_siginfo_t *)]; l_siginfo_t * info; char info_r_[PADR_(l_siginfo_t *)];
5935f2336efSEd Maste };
5945f2336efSEd Maste struct linux_rt_sigreturn_args {
5958601fca7SBrooks Davis 	syscallarg_t dummy;
5965f2336efSEd Maste };
5975f2336efSEd Maste struct linux_getpriority_args {
5985f2336efSEd Maste 	char which_l_[PADL_(l_int)]; l_int which; char which_r_[PADR_(l_int)];
5995f2336efSEd Maste 	char who_l_[PADL_(l_int)]; l_int who; char who_r_[PADR_(l_int)];
6005f2336efSEd Maste };
6015f2336efSEd Maste struct linux_reboot_args {
6025f2336efSEd Maste 	char magic1_l_[PADL_(l_int)]; l_int magic1; char magic1_r_[PADR_(l_int)];
6035f2336efSEd Maste 	char magic2_l_[PADL_(l_int)]; l_int magic2; char magic2_r_[PADR_(l_int)];
6045f2336efSEd Maste 	char cmd_l_[PADL_(l_uint)]; l_uint cmd; char cmd_r_[PADR_(l_uint)];
6055f2336efSEd Maste 	char arg_l_[PADL_(void *)]; void * arg; char arg_r_[PADR_(void *)];
6065f2336efSEd Maste };
6075f2336efSEd Maste struct linux_setfsuid_args {
6085f2336efSEd Maste 	char uid_l_[PADL_(l_uid_t)]; l_uid_t uid; char uid_r_[PADR_(l_uid_t)];
6095f2336efSEd Maste };
6105f2336efSEd Maste struct linux_setfsgid_args {
6115f2336efSEd Maste 	char gid_l_[PADL_(l_gid_t)]; l_gid_t gid; char gid_r_[PADR_(l_gid_t)];
6125f2336efSEd Maste };
6135f2336efSEd Maste struct linux_times_args {
6145f2336efSEd Maste 	char buf_l_[PADL_(struct l_times_argv *)]; struct l_times_argv * buf; char buf_r_[PADR_(struct l_times_argv *)];
6155f2336efSEd Maste };
6165f2336efSEd Maste struct linux_getsid_args {
6175f2336efSEd Maste 	char pid_l_[PADL_(l_pid_t)]; l_pid_t pid; char pid_r_[PADR_(l_pid_t)];
6185f2336efSEd Maste };
6195f2336efSEd Maste struct linux_getgroups_args {
6205f2336efSEd Maste 	char gidsetsize_l_[PADL_(l_int)]; l_int gidsetsize; char gidsetsize_r_[PADR_(l_int)];
6215f2336efSEd Maste 	char grouplist_l_[PADL_(l_gid_t *)]; l_gid_t * grouplist; char grouplist_r_[PADR_(l_gid_t *)];
6225f2336efSEd Maste };
6235f2336efSEd Maste struct linux_setgroups_args {
6245f2336efSEd Maste 	char gidsetsize_l_[PADL_(l_int)]; l_int gidsetsize; char gidsetsize_r_[PADR_(l_int)];
6255f2336efSEd Maste 	char grouplist_l_[PADL_(l_gid_t *)]; l_gid_t * grouplist; char grouplist_r_[PADR_(l_gid_t *)];
6265f2336efSEd Maste };
6275f2336efSEd Maste struct linux_newuname_args {
6285f2336efSEd Maste 	char buf_l_[PADL_(struct l_new_utsname *)]; struct l_new_utsname * buf; char buf_r_[PADR_(struct l_new_utsname *)];
6295f2336efSEd Maste };
6305f2336efSEd Maste struct linux_sethostname_args {
6315f2336efSEd Maste 	char hostname_l_[PADL_(char *)]; char * hostname; char hostname_r_[PADR_(char *)];
6325f2336efSEd Maste 	char len_l_[PADL_(l_uint)]; l_uint len; char len_r_[PADR_(l_uint)];
6335f2336efSEd Maste };
6345f2336efSEd Maste struct linux_setdomainname_args {
6355f2336efSEd Maste 	char name_l_[PADL_(char *)]; char * name; char name_r_[PADR_(char *)];
6365f2336efSEd Maste 	char len_l_[PADL_(l_int)]; l_int len; char len_r_[PADR_(l_int)];
6375f2336efSEd Maste };
6385f2336efSEd Maste struct linux_getrlimit_args {
6395f2336efSEd Maste 	char resource_l_[PADL_(l_uint)]; l_uint resource; char resource_r_[PADR_(l_uint)];
6405f2336efSEd Maste 	char rlim_l_[PADL_(struct l_rlimit *)]; struct l_rlimit * rlim; char rlim_r_[PADR_(struct l_rlimit *)];
6415f2336efSEd Maste };
6425f2336efSEd Maste struct linux_setrlimit_args {
6435f2336efSEd Maste 	char resource_l_[PADL_(l_uint)]; l_uint resource; char resource_r_[PADR_(l_uint)];
6445f2336efSEd Maste 	char rlim_l_[PADL_(struct l_rlimit *)]; struct l_rlimit * rlim; char rlim_r_[PADR_(struct l_rlimit *)];
6455f2336efSEd Maste };
6465f2336efSEd Maste struct linux_prctl_args {
6475f2336efSEd Maste 	char option_l_[PADL_(l_int)]; l_int option; char option_r_[PADR_(l_int)];
6485f2336efSEd Maste 	char arg2_l_[PADL_(l_uintptr_t)]; l_uintptr_t arg2; char arg2_r_[PADR_(l_uintptr_t)];
6495f2336efSEd Maste 	char arg3_l_[PADL_(l_uintptr_t)]; l_uintptr_t arg3; char arg3_r_[PADR_(l_uintptr_t)];
6505f2336efSEd Maste 	char arg4_l_[PADL_(l_uintptr_t)]; l_uintptr_t arg4; char arg4_r_[PADR_(l_uintptr_t)];
6515f2336efSEd Maste 	char arg5_l_[PADL_(l_uintptr_t)]; l_uintptr_t arg5; char arg5_r_[PADR_(l_uintptr_t)];
6525f2336efSEd Maste };
6535f2336efSEd Maste struct linux_getcpu_args {
6545f2336efSEd Maste 	char cpu_l_[PADL_(l_uint *)]; l_uint * cpu; char cpu_r_[PADR_(l_uint *)];
6555f2336efSEd Maste 	char node_l_[PADL_(l_uint *)]; l_uint * node; char node_r_[PADR_(l_uint *)];
6565f2336efSEd Maste 	char cache_l_[PADL_(void *)]; void * cache; char cache_r_[PADR_(void *)];
6575f2336efSEd Maste };
6585f2336efSEd Maste struct linux_adjtimex_args {
6598601fca7SBrooks Davis 	syscallarg_t dummy;
6605f2336efSEd Maste };
6615f2336efSEd Maste struct linux_getpid_args {
6628601fca7SBrooks Davis 	syscallarg_t dummy;
6635f2336efSEd Maste };
6645f2336efSEd Maste struct linux_getppid_args {
6658601fca7SBrooks Davis 	syscallarg_t dummy;
6665f2336efSEd Maste };
6675f2336efSEd Maste struct linux_getuid_args {
6688601fca7SBrooks Davis 	syscallarg_t dummy;
6695f2336efSEd Maste };
6705f2336efSEd Maste struct linux_getgid_args {
6718601fca7SBrooks Davis 	syscallarg_t dummy;
6725f2336efSEd Maste };
6735f2336efSEd Maste struct linux_gettid_args {
6748601fca7SBrooks Davis 	syscallarg_t dummy;
6755f2336efSEd Maste };
6765f2336efSEd Maste struct linux_sysinfo_args {
6775f2336efSEd Maste 	char info_l_[PADL_(struct l_sysinfo *)]; struct l_sysinfo * info; char info_r_[PADR_(struct l_sysinfo *)];
6785f2336efSEd Maste };
6795f2336efSEd Maste struct linux_mq_open_args {
680a39cdcd7SEdward Tomasz Napierala 	char name_l_[PADL_(const char *)]; const char * name; char name_r_[PADR_(const char *)];
681a39cdcd7SEdward Tomasz Napierala 	char oflag_l_[PADL_(l_int)]; l_int oflag; char oflag_r_[PADR_(l_int)];
682a39cdcd7SEdward Tomasz Napierala 	char mode_l_[PADL_(l_mode_t)]; l_mode_t mode; char mode_r_[PADR_(l_mode_t)];
683a39cdcd7SEdward Tomasz Napierala 	char attr_l_[PADL_(struct mq_attr *)]; struct mq_attr * attr; char attr_r_[PADR_(struct mq_attr *)];
6845f2336efSEd Maste };
6855f2336efSEd Maste struct linux_mq_unlink_args {
686a39cdcd7SEdward Tomasz Napierala 	char name_l_[PADL_(const char *)]; const char * name; char name_r_[PADR_(const char *)];
6875f2336efSEd Maste };
6885f2336efSEd Maste struct linux_mq_timedsend_args {
689a39cdcd7SEdward Tomasz Napierala 	char mqd_l_[PADL_(l_mqd_t)]; l_mqd_t mqd; char mqd_r_[PADR_(l_mqd_t)];
690a39cdcd7SEdward Tomasz Napierala 	char msg_ptr_l_[PADL_(const char *)]; const char * msg_ptr; char msg_ptr_r_[PADR_(const char *)];
691a39cdcd7SEdward Tomasz Napierala 	char msg_len_l_[PADL_(l_size_t)]; l_size_t msg_len; char msg_len_r_[PADR_(l_size_t)];
692a39cdcd7SEdward Tomasz Napierala 	char msg_prio_l_[PADL_(l_uint)]; l_uint msg_prio; char msg_prio_r_[PADR_(l_uint)];
693a39cdcd7SEdward Tomasz Napierala 	char abs_timeout_l_[PADL_(const struct l_timespec *)]; const struct l_timespec * abs_timeout; char abs_timeout_r_[PADR_(const struct l_timespec *)];
6945f2336efSEd Maste };
6955f2336efSEd Maste struct linux_mq_timedreceive_args {
696a39cdcd7SEdward Tomasz Napierala 	char mqd_l_[PADL_(l_mqd_t)]; l_mqd_t mqd; char mqd_r_[PADR_(l_mqd_t)];
697a39cdcd7SEdward Tomasz Napierala 	char msg_ptr_l_[PADL_(char *)]; char * msg_ptr; char msg_ptr_r_[PADR_(char *)];
698a39cdcd7SEdward Tomasz Napierala 	char msg_len_l_[PADL_(l_size_t)]; l_size_t msg_len; char msg_len_r_[PADR_(l_size_t)];
699a39cdcd7SEdward Tomasz Napierala 	char msg_prio_l_[PADL_(l_uint *)]; l_uint * msg_prio; char msg_prio_r_[PADR_(l_uint *)];
700a39cdcd7SEdward Tomasz Napierala 	char abs_timeout_l_[PADL_(const struct l_timespec *)]; const struct l_timespec * abs_timeout; char abs_timeout_r_[PADR_(const struct l_timespec *)];
7015f2336efSEd Maste };
7025f2336efSEd Maste struct linux_mq_notify_args {
703a39cdcd7SEdward Tomasz Napierala 	char mqd_l_[PADL_(l_mqd_t)]; l_mqd_t mqd; char mqd_r_[PADR_(l_mqd_t)];
704*bedbaee8SWarner Losh 	char sevp_l_[PADL_(const struct l_sigevent *)]; const struct l_sigevent * sevp; char sevp_r_[PADR_(const struct l_sigevent *)];
7055f2336efSEd Maste };
7065f2336efSEd Maste struct linux_mq_getsetattr_args {
707a39cdcd7SEdward Tomasz Napierala 	char mqd_l_[PADL_(l_mqd_t)]; l_mqd_t mqd; char mqd_r_[PADR_(l_mqd_t)];
708a39cdcd7SEdward Tomasz Napierala 	char attr_l_[PADL_(const struct mq_attr *)]; const struct mq_attr * attr; char attr_r_[PADR_(const struct mq_attr *)];
709a39cdcd7SEdward Tomasz Napierala 	char oattr_l_[PADL_(struct mq_attr *)]; struct mq_attr * oattr; char oattr_r_[PADR_(struct mq_attr *)];
7105f2336efSEd Maste };
7115f2336efSEd Maste struct linux_msgget_args {
7125f2336efSEd Maste 	char key_l_[PADL_(l_key_t)]; l_key_t key; char key_r_[PADR_(l_key_t)];
7135f2336efSEd Maste 	char msgflg_l_[PADL_(l_int)]; l_int msgflg; char msgflg_r_[PADR_(l_int)];
7145f2336efSEd Maste };
7155f2336efSEd Maste struct linux_msgctl_args {
7165f2336efSEd Maste 	char msqid_l_[PADL_(l_int)]; l_int msqid; char msqid_r_[PADR_(l_int)];
7175f2336efSEd Maste 	char cmd_l_[PADL_(l_int)]; l_int cmd; char cmd_r_[PADR_(l_int)];
7185f2336efSEd Maste 	char buf_l_[PADL_(struct l_msqid_ds *)]; struct l_msqid_ds * buf; char buf_r_[PADR_(struct l_msqid_ds *)];
7195f2336efSEd Maste };
7205f2336efSEd Maste struct linux_msgrcv_args {
7215f2336efSEd Maste 	char msqid_l_[PADL_(l_int)]; l_int msqid; char msqid_r_[PADR_(l_int)];
7225f2336efSEd Maste 	char msgp_l_[PADL_(struct l_msgbuf *)]; struct l_msgbuf * msgp; char msgp_r_[PADR_(struct l_msgbuf *)];
7235f2336efSEd Maste 	char msgsz_l_[PADL_(l_size_t)]; l_size_t msgsz; char msgsz_r_[PADR_(l_size_t)];
7245f2336efSEd Maste 	char msgtyp_l_[PADL_(l_long)]; l_long msgtyp; char msgtyp_r_[PADR_(l_long)];
7255f2336efSEd Maste 	char msgflg_l_[PADL_(l_int)]; l_int msgflg; char msgflg_r_[PADR_(l_int)];
7265f2336efSEd Maste };
7275f2336efSEd Maste struct linux_msgsnd_args {
7285f2336efSEd Maste 	char msqid_l_[PADL_(l_int)]; l_int msqid; char msqid_r_[PADR_(l_int)];
7295f2336efSEd Maste 	char msgp_l_[PADL_(struct l_msgbuf *)]; struct l_msgbuf * msgp; char msgp_r_[PADR_(struct l_msgbuf *)];
7305f2336efSEd Maste 	char msgsz_l_[PADL_(l_size_t)]; l_size_t msgsz; char msgsz_r_[PADR_(l_size_t)];
7315f2336efSEd Maste 	char msgflg_l_[PADL_(l_int)]; l_int msgflg; char msgflg_r_[PADR_(l_int)];
7325f2336efSEd Maste };
7335f2336efSEd Maste struct linux_semget_args {
7345f2336efSEd Maste 	char key_l_[PADL_(l_key_t)]; l_key_t key; char key_r_[PADR_(l_key_t)];
7355f2336efSEd Maste 	char nsems_l_[PADL_(l_int)]; l_int nsems; char nsems_r_[PADR_(l_int)];
7365f2336efSEd Maste 	char semflg_l_[PADL_(l_int)]; l_int semflg; char semflg_r_[PADR_(l_int)];
7375f2336efSEd Maste };
7385f2336efSEd Maste struct linux_semctl_args {
7395f2336efSEd Maste 	char semid_l_[PADL_(l_int)]; l_int semid; char semid_r_[PADR_(l_int)];
7405f2336efSEd Maste 	char semnum_l_[PADL_(l_int)]; l_int semnum; char semnum_r_[PADR_(l_int)];
7415f2336efSEd Maste 	char cmd_l_[PADL_(l_int)]; l_int cmd; char cmd_r_[PADR_(l_int)];
7425f2336efSEd Maste 	char arg_l_[PADL_(union l_semun)]; union l_semun arg; char arg_r_[PADR_(union l_semun)];
7435f2336efSEd Maste };
7445f2336efSEd Maste struct linux_semtimedop_args {
745430460d7SDmitry Chagin 	char semid_l_[PADL_(l_int)]; l_int semid; char semid_r_[PADR_(l_int)];
746430460d7SDmitry Chagin 	char tsops_l_[PADL_(struct sembuf *)]; struct sembuf * tsops; char tsops_r_[PADR_(struct sembuf *)];
747430460d7SDmitry Chagin 	char nsops_l_[PADL_(l_size_t)]; l_size_t nsops; char nsops_r_[PADR_(l_size_t)];
748430460d7SDmitry Chagin 	char timeout_l_[PADL_(struct l_timespec *)]; struct l_timespec * timeout; char timeout_r_[PADR_(struct l_timespec *)];
7495f2336efSEd Maste };
7505f2336efSEd Maste struct linux_shmget_args {
7515f2336efSEd Maste 	char key_l_[PADL_(l_key_t)]; l_key_t key; char key_r_[PADR_(l_key_t)];
7525f2336efSEd Maste 	char size_l_[PADL_(l_size_t)]; l_size_t size; char size_r_[PADR_(l_size_t)];
7535f2336efSEd Maste 	char shmflg_l_[PADL_(l_int)]; l_int shmflg; char shmflg_r_[PADR_(l_int)];
7545f2336efSEd Maste };
7555f2336efSEd Maste struct linux_shmctl_args {
7565f2336efSEd Maste 	char shmid_l_[PADL_(l_int)]; l_int shmid; char shmid_r_[PADR_(l_int)];
7575f2336efSEd Maste 	char cmd_l_[PADL_(l_int)]; l_int cmd; char cmd_r_[PADR_(l_int)];
7585f2336efSEd Maste 	char buf_l_[PADL_(struct l_shmid_ds *)]; struct l_shmid_ds * buf; char buf_r_[PADR_(struct l_shmid_ds *)];
7595f2336efSEd Maste };
7605f2336efSEd Maste struct linux_shmat_args {
7615f2336efSEd Maste 	char shmid_l_[PADL_(l_int)]; l_int shmid; char shmid_r_[PADR_(l_int)];
7625f2336efSEd Maste 	char shmaddr_l_[PADL_(char *)]; char * shmaddr; char shmaddr_r_[PADR_(char *)];
7635f2336efSEd Maste 	char shmflg_l_[PADL_(l_int)]; l_int shmflg; char shmflg_r_[PADR_(l_int)];
7645f2336efSEd Maste };
7655f2336efSEd Maste struct linux_shmdt_args {
7665f2336efSEd Maste 	char shmaddr_l_[PADL_(char *)]; char * shmaddr; char shmaddr_r_[PADR_(char *)];
7675f2336efSEd Maste };
7685f2336efSEd Maste struct linux_socket_args {
7695f2336efSEd Maste 	char domain_l_[PADL_(l_int)]; l_int domain; char domain_r_[PADR_(l_int)];
7705f2336efSEd Maste 	char type_l_[PADL_(l_int)]; l_int type; char type_r_[PADR_(l_int)];
7715f2336efSEd Maste 	char protocol_l_[PADL_(l_int)]; l_int protocol; char protocol_r_[PADR_(l_int)];
7725f2336efSEd Maste };
7735f2336efSEd Maste struct linux_socketpair_args {
7745f2336efSEd Maste 	char domain_l_[PADL_(l_int)]; l_int domain; char domain_r_[PADR_(l_int)];
7755f2336efSEd Maste 	char type_l_[PADL_(l_int)]; l_int type; char type_r_[PADR_(l_int)];
7765f2336efSEd Maste 	char protocol_l_[PADL_(l_int)]; l_int protocol; char protocol_r_[PADR_(l_int)];
7775f2336efSEd Maste 	char rsv_l_[PADL_(l_uintptr_t)]; l_uintptr_t rsv; char rsv_r_[PADR_(l_uintptr_t)];
7785f2336efSEd Maste };
7795f2336efSEd Maste struct linux_bind_args {
7805f2336efSEd Maste 	char s_l_[PADL_(l_int)]; l_int s; char s_r_[PADR_(l_int)];
7815f2336efSEd Maste 	char name_l_[PADL_(l_uintptr_t)]; l_uintptr_t name; char name_r_[PADR_(l_uintptr_t)];
7825f2336efSEd Maste 	char namelen_l_[PADL_(l_int)]; l_int namelen; char namelen_r_[PADR_(l_int)];
7835f2336efSEd Maste };
7845f2336efSEd Maste struct linux_listen_args {
7855f2336efSEd Maste 	char s_l_[PADL_(l_int)]; l_int s; char s_r_[PADR_(l_int)];
7865f2336efSEd Maste 	char backlog_l_[PADL_(l_int)]; l_int backlog; char backlog_r_[PADR_(l_int)];
7875f2336efSEd Maste };
7885f2336efSEd Maste struct linux_accept_args {
7895f2336efSEd Maste 	char s_l_[PADL_(l_int)]; l_int s; char s_r_[PADR_(l_int)];
7905f2336efSEd Maste 	char addr_l_[PADL_(l_uintptr_t)]; l_uintptr_t addr; char addr_r_[PADR_(l_uintptr_t)];
7915f2336efSEd Maste 	char namelen_l_[PADL_(l_uintptr_t)]; l_uintptr_t namelen; char namelen_r_[PADR_(l_uintptr_t)];
7925f2336efSEd Maste };
7935f2336efSEd Maste struct linux_connect_args {
7945f2336efSEd Maste 	char s_l_[PADL_(l_int)]; l_int s; char s_r_[PADR_(l_int)];
7955f2336efSEd Maste 	char name_l_[PADL_(l_uintptr_t)]; l_uintptr_t name; char name_r_[PADR_(l_uintptr_t)];
7965f2336efSEd Maste 	char namelen_l_[PADL_(l_int)]; l_int namelen; char namelen_r_[PADR_(l_int)];
7975f2336efSEd Maste };
7985f2336efSEd Maste struct linux_getsockname_args {
7995f2336efSEd Maste 	char s_l_[PADL_(l_int)]; l_int s; char s_r_[PADR_(l_int)];
8005f2336efSEd Maste 	char addr_l_[PADL_(l_uintptr_t)]; l_uintptr_t addr; char addr_r_[PADR_(l_uintptr_t)];
8015f2336efSEd Maste 	char namelen_l_[PADL_(l_uintptr_t)]; l_uintptr_t namelen; char namelen_r_[PADR_(l_uintptr_t)];
8025f2336efSEd Maste };
8035f2336efSEd Maste struct linux_getpeername_args {
8045f2336efSEd Maste 	char s_l_[PADL_(l_int)]; l_int s; char s_r_[PADR_(l_int)];
8055f2336efSEd Maste 	char addr_l_[PADL_(l_uintptr_t)]; l_uintptr_t addr; char addr_r_[PADR_(l_uintptr_t)];
8065f2336efSEd Maste 	char namelen_l_[PADL_(l_uintptr_t)]; l_uintptr_t namelen; char namelen_r_[PADR_(l_uintptr_t)];
8075f2336efSEd Maste };
8085f2336efSEd Maste struct linux_sendto_args {
8095f2336efSEd Maste 	char s_l_[PADL_(l_int)]; l_int s; char s_r_[PADR_(l_int)];
8105f2336efSEd Maste 	char msg_l_[PADL_(l_uintptr_t)]; l_uintptr_t msg; char msg_r_[PADR_(l_uintptr_t)];
811a39cdcd7SEdward Tomasz Napierala 	char len_l_[PADL_(l_size_t)]; l_size_t len; char len_r_[PADR_(l_size_t)];
812a39cdcd7SEdward Tomasz Napierala 	char flags_l_[PADL_(l_uint)]; l_uint flags; char flags_r_[PADR_(l_uint)];
8135f2336efSEd Maste 	char to_l_[PADL_(l_uintptr_t)]; l_uintptr_t to; char to_r_[PADR_(l_uintptr_t)];
8145f2336efSEd Maste 	char tolen_l_[PADL_(l_int)]; l_int tolen; char tolen_r_[PADR_(l_int)];
8155f2336efSEd Maste };
8165f2336efSEd Maste struct linux_recvfrom_args {
8175f2336efSEd Maste 	char s_l_[PADL_(l_int)]; l_int s; char s_r_[PADR_(l_int)];
8185f2336efSEd Maste 	char buf_l_[PADL_(l_uintptr_t)]; l_uintptr_t buf; char buf_r_[PADR_(l_uintptr_t)];
8195f2336efSEd Maste 	char len_l_[PADL_(l_size_t)]; l_size_t len; char len_r_[PADR_(l_size_t)];
820a39cdcd7SEdward Tomasz Napierala 	char flags_l_[PADL_(l_uint)]; l_uint flags; char flags_r_[PADR_(l_uint)];
8215f2336efSEd Maste 	char from_l_[PADL_(l_uintptr_t)]; l_uintptr_t from; char from_r_[PADR_(l_uintptr_t)];
8225f2336efSEd Maste 	char fromlen_l_[PADL_(l_uintptr_t)]; l_uintptr_t fromlen; char fromlen_r_[PADR_(l_uintptr_t)];
8235f2336efSEd Maste };
8245f2336efSEd Maste struct linux_setsockopt_args {
8255f2336efSEd Maste 	char s_l_[PADL_(l_int)]; l_int s; char s_r_[PADR_(l_int)];
8265f2336efSEd Maste 	char level_l_[PADL_(l_int)]; l_int level; char level_r_[PADR_(l_int)];
8275f2336efSEd Maste 	char optname_l_[PADL_(l_int)]; l_int optname; char optname_r_[PADR_(l_int)];
8285f2336efSEd Maste 	char optval_l_[PADL_(l_uintptr_t)]; l_uintptr_t optval; char optval_r_[PADR_(l_uintptr_t)];
8295f2336efSEd Maste 	char optlen_l_[PADL_(l_int)]; l_int optlen; char optlen_r_[PADR_(l_int)];
8305f2336efSEd Maste };
8315f2336efSEd Maste struct linux_getsockopt_args {
8325f2336efSEd Maste 	char s_l_[PADL_(l_int)]; l_int s; char s_r_[PADR_(l_int)];
8335f2336efSEd Maste 	char level_l_[PADL_(l_int)]; l_int level; char level_r_[PADR_(l_int)];
8345f2336efSEd Maste 	char optname_l_[PADL_(l_int)]; l_int optname; char optname_r_[PADR_(l_int)];
8355f2336efSEd Maste 	char optval_l_[PADL_(l_uintptr_t)]; l_uintptr_t optval; char optval_r_[PADR_(l_uintptr_t)];
8365f2336efSEd Maste 	char optlen_l_[PADL_(l_uintptr_t)]; l_uintptr_t optlen; char optlen_r_[PADR_(l_uintptr_t)];
8375f2336efSEd Maste };
8385f2336efSEd Maste struct linux_shutdown_args {
8395f2336efSEd Maste 	char s_l_[PADL_(l_int)]; l_int s; char s_r_[PADR_(l_int)];
8405f2336efSEd Maste 	char how_l_[PADL_(l_int)]; l_int how; char how_r_[PADR_(l_int)];
8415f2336efSEd Maste };
8425f2336efSEd Maste struct linux_sendmsg_args {
8435f2336efSEd Maste 	char s_l_[PADL_(l_int)]; l_int s; char s_r_[PADR_(l_int)];
8445f2336efSEd Maste 	char msg_l_[PADL_(l_uintptr_t)]; l_uintptr_t msg; char msg_r_[PADR_(l_uintptr_t)];
845a39cdcd7SEdward Tomasz Napierala 	char flags_l_[PADL_(l_uint)]; l_uint flags; char flags_r_[PADR_(l_uint)];
8465f2336efSEd Maste };
8475f2336efSEd Maste struct linux_recvmsg_args {
8485f2336efSEd Maste 	char s_l_[PADL_(l_int)]; l_int s; char s_r_[PADR_(l_int)];
8495f2336efSEd Maste 	char msg_l_[PADL_(l_uintptr_t)]; l_uintptr_t msg; char msg_r_[PADR_(l_uintptr_t)];
850a39cdcd7SEdward Tomasz Napierala 	char flags_l_[PADL_(l_uint)]; l_uint flags; char flags_r_[PADR_(l_uint)];
8515f2336efSEd Maste };
8525f2336efSEd Maste struct linux_brk_args {
8535f2336efSEd Maste 	char dsend_l_[PADL_(l_ulong)]; l_ulong dsend; char dsend_r_[PADR_(l_ulong)];
8545f2336efSEd Maste };
8555f2336efSEd Maste struct linux_mremap_args {
8565f2336efSEd Maste 	char addr_l_[PADL_(l_ulong)]; l_ulong addr; char addr_r_[PADR_(l_ulong)];
8575f2336efSEd Maste 	char old_len_l_[PADL_(l_ulong)]; l_ulong old_len; char old_len_r_[PADR_(l_ulong)];
8585f2336efSEd Maste 	char new_len_l_[PADL_(l_ulong)]; l_ulong new_len; char new_len_r_[PADR_(l_ulong)];
8595f2336efSEd Maste 	char flags_l_[PADL_(l_ulong)]; l_ulong flags; char flags_r_[PADR_(l_ulong)];
8605f2336efSEd Maste 	char new_addr_l_[PADL_(l_ulong)]; l_ulong new_addr; char new_addr_r_[PADR_(l_ulong)];
8615f2336efSEd Maste };
8625f2336efSEd Maste struct linux_add_key_args {
8638601fca7SBrooks Davis 	syscallarg_t dummy;
8645f2336efSEd Maste };
8655f2336efSEd Maste struct linux_request_key_args {
8668601fca7SBrooks Davis 	syscallarg_t dummy;
8675f2336efSEd Maste };
8685f2336efSEd Maste struct linux_keyctl_args {
8698601fca7SBrooks Davis 	syscallarg_t dummy;
8705f2336efSEd Maste };
8715f2336efSEd Maste struct linux_clone_args {
872a39cdcd7SEdward Tomasz Napierala 	char flags_l_[PADL_(l_ulong)]; l_ulong flags; char flags_r_[PADR_(l_ulong)];
8730c08f34fSDmitry Chagin 	char stack_l_[PADL_(l_ulong)]; l_ulong stack; char stack_r_[PADR_(l_ulong)];
8740c08f34fSDmitry Chagin 	char parent_tidptr_l_[PADL_(l_int *)]; l_int * parent_tidptr; char parent_tidptr_r_[PADR_(l_int *)];
8750c08f34fSDmitry Chagin 	char tls_l_[PADL_(l_ulong)]; l_ulong tls; char tls_r_[PADR_(l_ulong)];
8760c08f34fSDmitry Chagin 	char child_tidptr_l_[PADL_(l_int *)]; l_int * child_tidptr; char child_tidptr_r_[PADR_(l_int *)];
8775f2336efSEd Maste };
8785f2336efSEd Maste struct linux_execve_args {
8795f2336efSEd Maste 	char path_l_[PADL_(char *)]; char * path; char path_r_[PADR_(char *)];
880eb98f779SDmitry Chagin 	char argp_l_[PADL_(l_uintptr_t *)]; l_uintptr_t * argp; char argp_r_[PADR_(l_uintptr_t *)];
881eb98f779SDmitry Chagin 	char envp_l_[PADL_(l_uintptr_t *)]; l_uintptr_t * envp; char envp_r_[PADR_(l_uintptr_t *)];
8825f2336efSEd Maste };
8835f2336efSEd Maste struct linux_mmap2_args {
8845f2336efSEd Maste 	char addr_l_[PADL_(l_ulong)]; l_ulong addr; char addr_r_[PADR_(l_ulong)];
8855f2336efSEd Maste 	char len_l_[PADL_(l_ulong)]; l_ulong len; char len_r_[PADR_(l_ulong)];
8865f2336efSEd Maste 	char prot_l_[PADL_(l_ulong)]; l_ulong prot; char prot_r_[PADR_(l_ulong)];
8875f2336efSEd Maste 	char flags_l_[PADL_(l_ulong)]; l_ulong flags; char flags_r_[PADR_(l_ulong)];
8885f2336efSEd Maste 	char fd_l_[PADL_(l_ulong)]; l_ulong fd; char fd_r_[PADR_(l_ulong)];
8895f2336efSEd Maste 	char pgoff_l_[PADL_(l_ulong)]; l_ulong pgoff; char pgoff_r_[PADR_(l_ulong)];
8905f2336efSEd Maste };
8915f2336efSEd Maste struct linux_fadvise64_args {
8925f2336efSEd Maste 	char fd_l_[PADL_(l_int)]; l_int fd; char fd_r_[PADR_(l_int)];
8935f2336efSEd Maste 	char offset_l_[PADL_(l_loff_t)]; l_loff_t offset; char offset_r_[PADR_(l_loff_t)];
8945f2336efSEd Maste 	char len_l_[PADL_(l_size_t)]; l_size_t len; char len_r_[PADR_(l_size_t)];
8955f2336efSEd Maste 	char advice_l_[PADL_(l_int)]; l_int advice; char advice_r_[PADR_(l_int)];
8965f2336efSEd Maste };
8975f2336efSEd Maste struct linux_swapoff_args {
8988601fca7SBrooks Davis 	syscallarg_t dummy;
8995f2336efSEd Maste };
9005f2336efSEd Maste struct linux_mprotect_args {
901a39cdcd7SEdward Tomasz Napierala 	char addr_l_[PADL_(l_ulong)]; l_ulong addr; char addr_r_[PADR_(l_ulong)];
902a39cdcd7SEdward Tomasz Napierala 	char len_l_[PADL_(l_size_t)]; l_size_t len; char len_r_[PADR_(l_size_t)];
903a39cdcd7SEdward Tomasz Napierala 	char prot_l_[PADL_(l_ulong)]; l_ulong prot; char prot_r_[PADR_(l_ulong)];
9045f2336efSEd Maste };
9055f2336efSEd Maste struct linux_msync_args {
9065f2336efSEd Maste 	char addr_l_[PADL_(l_ulong)]; l_ulong addr; char addr_r_[PADR_(l_ulong)];
9075f2336efSEd Maste 	char len_l_[PADL_(l_size_t)]; l_size_t len; char len_r_[PADR_(l_size_t)];
9085f2336efSEd Maste 	char fl_l_[PADL_(l_int)]; l_int fl; char fl_r_[PADR_(l_int)];
9095f2336efSEd Maste };
9105f2336efSEd Maste struct linux_mincore_args {
9115f2336efSEd Maste 	char start_l_[PADL_(l_ulong)]; l_ulong start; char start_r_[PADR_(l_ulong)];
9125f2336efSEd Maste 	char len_l_[PADL_(l_size_t)]; l_size_t len; char len_r_[PADR_(l_size_t)];
9135f2336efSEd Maste 	char vec_l_[PADL_(u_char *)]; u_char * vec; char vec_r_[PADR_(u_char *)];
9145f2336efSEd Maste };
915bafd96b8SEdward Tomasz Napierala struct linux_madvise_args {
916a39cdcd7SEdward Tomasz Napierala 	char addr_l_[PADL_(l_ulong)]; l_ulong addr; char addr_r_[PADR_(l_ulong)];
917a39cdcd7SEdward Tomasz Napierala 	char len_l_[PADL_(l_size_t)]; l_size_t len; char len_r_[PADR_(l_size_t)];
918a39cdcd7SEdward Tomasz Napierala 	char behav_l_[PADL_(l_int)]; l_int behav; char behav_r_[PADR_(l_int)];
919bafd96b8SEdward Tomasz Napierala };
9205f2336efSEd Maste struct linux_remap_file_pages_args {
9218601fca7SBrooks Davis 	syscallarg_t dummy;
9225f2336efSEd Maste };
9235f2336efSEd Maste struct linux_mbind_args {
9248601fca7SBrooks Davis 	syscallarg_t dummy;
9255f2336efSEd Maste };
9265f2336efSEd Maste struct linux_get_mempolicy_args {
9278601fca7SBrooks Davis 	syscallarg_t dummy;
9285f2336efSEd Maste };
9295f2336efSEd Maste struct linux_set_mempolicy_args {
9308601fca7SBrooks Davis 	syscallarg_t dummy;
9315f2336efSEd Maste };
9325f2336efSEd Maste struct linux_migrate_pages_args {
9338601fca7SBrooks Davis 	syscallarg_t dummy;
9345f2336efSEd Maste };
9355f2336efSEd Maste struct linux_move_pages_args {
9368601fca7SBrooks Davis 	syscallarg_t dummy;
9375f2336efSEd Maste };
9385f2336efSEd Maste struct linux_rt_tgsigqueueinfo_args {
9395f2336efSEd Maste 	char tgid_l_[PADL_(l_pid_t)]; l_pid_t tgid; char tgid_r_[PADR_(l_pid_t)];
9405f2336efSEd Maste 	char tid_l_[PADL_(l_pid_t)]; l_pid_t tid; char tid_r_[PADR_(l_pid_t)];
9415f2336efSEd Maste 	char sig_l_[PADL_(l_int)]; l_int sig; char sig_r_[PADR_(l_int)];
9425f2336efSEd Maste 	char uinfo_l_[PADL_(l_siginfo_t *)]; l_siginfo_t * uinfo; char uinfo_r_[PADR_(l_siginfo_t *)];
9435f2336efSEd Maste };
9445f2336efSEd Maste struct linux_perf_event_open_args {
9458601fca7SBrooks Davis 	syscallarg_t dummy;
9465f2336efSEd Maste };
9475f2336efSEd Maste struct linux_accept4_args {
9485f2336efSEd Maste 	char s_l_[PADL_(l_int)]; l_int s; char s_r_[PADR_(l_int)];
9495f2336efSEd Maste 	char addr_l_[PADL_(l_uintptr_t)]; l_uintptr_t addr; char addr_r_[PADR_(l_uintptr_t)];
9505f2336efSEd Maste 	char namelen_l_[PADL_(l_uintptr_t)]; l_uintptr_t namelen; char namelen_r_[PADR_(l_uintptr_t)];
951a39cdcd7SEdward Tomasz Napierala 	char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
9525f2336efSEd Maste };
9535f2336efSEd Maste struct linux_recvmmsg_args {
9545f2336efSEd Maste 	char s_l_[PADL_(l_int)]; l_int s; char s_r_[PADR_(l_int)];
9555f2336efSEd Maste 	char msg_l_[PADL_(struct l_mmsghdr *)]; struct l_mmsghdr * msg; char msg_r_[PADR_(struct l_mmsghdr *)];
9565f2336efSEd Maste 	char vlen_l_[PADL_(l_uint)]; l_uint vlen; char vlen_r_[PADR_(l_uint)];
9575f2336efSEd Maste 	char flags_l_[PADL_(l_uint)]; l_uint flags; char flags_r_[PADR_(l_uint)];
9585f2336efSEd Maste 	char timeout_l_[PADL_(struct l_timespec *)]; struct l_timespec * timeout; char timeout_r_[PADR_(struct l_timespec *)];
9595f2336efSEd Maste };
9605f2336efSEd Maste struct linux_wait4_args {
9615f2336efSEd Maste 	char pid_l_[PADL_(l_pid_t)]; l_pid_t pid; char pid_r_[PADR_(l_pid_t)];
9625f2336efSEd Maste 	char status_l_[PADL_(l_int *)]; l_int * status; char status_r_[PADR_(l_int *)];
9635f2336efSEd Maste 	char options_l_[PADL_(l_int)]; l_int options; char options_r_[PADR_(l_int)];
9645f2336efSEd Maste 	char rusage_l_[PADL_(struct rusage *)]; struct rusage * rusage; char rusage_r_[PADR_(struct rusage *)];
9655f2336efSEd Maste };
9665f2336efSEd Maste struct linux_prlimit64_args {
9675f2336efSEd Maste 	char pid_l_[PADL_(l_pid_t)]; l_pid_t pid; char pid_r_[PADR_(l_pid_t)];
9685f2336efSEd Maste 	char resource_l_[PADL_(l_uint)]; l_uint resource; char resource_r_[PADR_(l_uint)];
9695f2336efSEd Maste 	char new_l_[PADL_(struct rlimit *)]; struct rlimit * new; char new_r_[PADR_(struct rlimit *)];
9705f2336efSEd Maste 	char old_l_[PADL_(struct rlimit *)]; struct rlimit * old; char old_r_[PADR_(struct rlimit *)];
9715f2336efSEd Maste };
9725f2336efSEd Maste struct linux_fanotify_init_args {
9738601fca7SBrooks Davis 	syscallarg_t dummy;
9745f2336efSEd Maste };
9755f2336efSEd Maste struct linux_fanotify_mark_args {
9768601fca7SBrooks Davis 	syscallarg_t dummy;
9775f2336efSEd Maste };
9785f2336efSEd Maste struct linux_name_to_handle_at_args {
97977eb9841SConrad Meyer 	char dirfd_l_[PADL_(l_int)]; l_int dirfd; char dirfd_r_[PADR_(l_int)];
98077eb9841SConrad Meyer 	char name_l_[PADL_(const char *)]; const char * name; char name_r_[PADR_(const char *)];
98177eb9841SConrad Meyer 	char handle_l_[PADL_(struct l_file_handle *)]; struct l_file_handle * handle; char handle_r_[PADR_(struct l_file_handle *)];
98277eb9841SConrad Meyer 	char mnt_id_l_[PADL_(l_int *)]; l_int * mnt_id; char mnt_id_r_[PADR_(l_int *)];
98377eb9841SConrad Meyer 	char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
9845f2336efSEd Maste };
9855f2336efSEd Maste struct linux_open_by_handle_at_args {
98677eb9841SConrad Meyer 	char mountdirfd_l_[PADL_(l_int)]; l_int mountdirfd; char mountdirfd_r_[PADR_(l_int)];
98777eb9841SConrad Meyer 	char handle_l_[PADL_(struct l_file_handle *)]; struct l_file_handle * handle; char handle_r_[PADR_(struct l_file_handle *)];
98877eb9841SConrad Meyer 	char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
9895f2336efSEd Maste };
9905f2336efSEd Maste struct linux_clock_adjtime_args {
9918601fca7SBrooks Davis 	syscallarg_t dummy;
9925f2336efSEd Maste };
9935f2336efSEd Maste struct linux_syncfs_args {
9945f2336efSEd Maste 	char fd_l_[PADL_(l_int)]; l_int fd; char fd_r_[PADR_(l_int)];
9955f2336efSEd Maste };
9965f2336efSEd Maste struct linux_setns_args {
9975f2336efSEd Maste 	char fd_l_[PADL_(l_int)]; l_int fd; char fd_r_[PADR_(l_int)];
9985f2336efSEd Maste 	char nstype_l_[PADL_(l_int)]; l_int nstype; char nstype_r_[PADR_(l_int)];
9995f2336efSEd Maste };
10005f2336efSEd Maste struct linux_sendmmsg_args {
10015f2336efSEd Maste 	char s_l_[PADL_(l_int)]; l_int s; char s_r_[PADR_(l_int)];
10025f2336efSEd Maste 	char msg_l_[PADL_(struct l_mmsghdr *)]; struct l_mmsghdr * msg; char msg_r_[PADR_(struct l_mmsghdr *)];
10035f2336efSEd Maste 	char vlen_l_[PADL_(l_uint)]; l_uint vlen; char vlen_r_[PADR_(l_uint)];
10045f2336efSEd Maste 	char flags_l_[PADL_(l_uint)]; l_uint flags; char flags_r_[PADR_(l_uint)];
10055f2336efSEd Maste };
10065f2336efSEd Maste struct linux_process_vm_readv_args {
10075f2336efSEd Maste 	char pid_l_[PADL_(l_pid_t)]; l_pid_t pid; char pid_r_[PADR_(l_pid_t)];
10085f2336efSEd Maste 	char lvec_l_[PADL_(const struct iovec *)]; const struct iovec * lvec; char lvec_r_[PADR_(const struct iovec *)];
10095f2336efSEd Maste 	char liovcnt_l_[PADL_(l_ulong)]; l_ulong liovcnt; char liovcnt_r_[PADR_(l_ulong)];
10105f2336efSEd Maste 	char rvec_l_[PADL_(const struct iovec *)]; const struct iovec * rvec; char rvec_r_[PADR_(const struct iovec *)];
10115f2336efSEd Maste 	char riovcnt_l_[PADL_(l_ulong)]; l_ulong riovcnt; char riovcnt_r_[PADR_(l_ulong)];
10125f2336efSEd Maste 	char flags_l_[PADL_(l_ulong)]; l_ulong flags; char flags_r_[PADR_(l_ulong)];
10135f2336efSEd Maste };
10145f2336efSEd Maste struct linux_process_vm_writev_args {
10155f2336efSEd Maste 	char pid_l_[PADL_(l_pid_t)]; l_pid_t pid; char pid_r_[PADR_(l_pid_t)];
10165f2336efSEd Maste 	char lvec_l_[PADL_(const struct iovec *)]; const struct iovec * lvec; char lvec_r_[PADR_(const struct iovec *)];
10175f2336efSEd Maste 	char liovcnt_l_[PADL_(l_ulong)]; l_ulong liovcnt; char liovcnt_r_[PADR_(l_ulong)];
10185f2336efSEd Maste 	char rvec_l_[PADL_(const struct iovec *)]; const struct iovec * rvec; char rvec_r_[PADR_(const struct iovec *)];
10195f2336efSEd Maste 	char riovcnt_l_[PADL_(l_ulong)]; l_ulong riovcnt; char riovcnt_r_[PADR_(l_ulong)];
10205f2336efSEd Maste 	char flags_l_[PADL_(l_ulong)]; l_ulong flags; char flags_r_[PADR_(l_ulong)];
10215f2336efSEd Maste };
10225f2336efSEd Maste struct linux_kcmp_args {
10235f2336efSEd Maste 	char pid1_l_[PADL_(l_pid_t)]; l_pid_t pid1; char pid1_r_[PADR_(l_pid_t)];
10245f2336efSEd Maste 	char pid2_l_[PADL_(l_pid_t)]; l_pid_t pid2; char pid2_r_[PADR_(l_pid_t)];
10255f2336efSEd Maste 	char type_l_[PADL_(l_int)]; l_int type; char type_r_[PADR_(l_int)];
10265f2336efSEd Maste 	char idx1_l_[PADL_(l_ulong)]; l_ulong idx1; char idx1_r_[PADR_(l_ulong)];
10275f2336efSEd Maste 	char idx_l_[PADL_(l_ulong)]; l_ulong idx; char idx_r_[PADR_(l_ulong)];
10285f2336efSEd Maste };
10295f2336efSEd Maste struct linux_finit_module_args {
10305f2336efSEd Maste 	char fd_l_[PADL_(l_int)]; l_int fd; char fd_r_[PADR_(l_int)];
10315f2336efSEd Maste 	char uargs_l_[PADL_(const char *)]; const char * uargs; char uargs_r_[PADR_(const char *)];
10325f2336efSEd Maste 	char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
10335f2336efSEd Maste };
10345f2336efSEd Maste struct linux_sched_setattr_args {
10355f2336efSEd Maste 	char pid_l_[PADL_(l_pid_t)]; l_pid_t pid; char pid_r_[PADR_(l_pid_t)];
10365f2336efSEd Maste 	char attr_l_[PADL_(void *)]; void * attr; char attr_r_[PADR_(void *)];
10375f2336efSEd Maste 	char flags_l_[PADL_(l_uint)]; l_uint flags; char flags_r_[PADR_(l_uint)];
10385f2336efSEd Maste };
10395f2336efSEd Maste struct linux_sched_getattr_args {
10405f2336efSEd Maste 	char pid_l_[PADL_(l_pid_t)]; l_pid_t pid; char pid_r_[PADR_(l_pid_t)];
10415f2336efSEd Maste 	char attr_l_[PADL_(void *)]; void * attr; char attr_r_[PADR_(void *)];
10425f2336efSEd Maste 	char size_l_[PADL_(l_uint)]; l_uint size; char size_r_[PADR_(l_uint)];
10435f2336efSEd Maste 	char flags_l_[PADL_(l_uint)]; l_uint flags; char flags_r_[PADR_(l_uint)];
10445f2336efSEd Maste };
10455f2336efSEd Maste struct linux_renameat2_args {
104665ab1fddSEd Maste 	char olddfd_l_[PADL_(l_int)]; l_int olddfd; char olddfd_r_[PADR_(l_int)];
10475f2336efSEd Maste 	char oldname_l_[PADL_(const char *)]; const char * oldname; char oldname_r_[PADR_(const char *)];
104865ab1fddSEd Maste 	char newdfd_l_[PADL_(l_int)]; l_int newdfd; char newdfd_r_[PADR_(l_int)];
10495f2336efSEd Maste 	char newname_l_[PADL_(const char *)]; const char * newname; char newname_r_[PADR_(const char *)];
1050a39cdcd7SEdward Tomasz Napierala 	char flags_l_[PADL_(l_uint)]; l_uint flags; char flags_r_[PADR_(l_uint)];
10515f2336efSEd Maste };
10525f2336efSEd Maste struct linux_seccomp_args {
10535f2336efSEd Maste 	char op_l_[PADL_(l_uint)]; l_uint op; char op_r_[PADR_(l_uint)];
10545f2336efSEd Maste 	char flags_l_[PADL_(l_uint)]; l_uint flags; char flags_r_[PADR_(l_uint)];
10555f2336efSEd Maste 	char uargs_l_[PADL_(const char *)]; const char * uargs; char uargs_r_[PADR_(const char *)];
10565f2336efSEd Maste };
10575f2336efSEd Maste struct linux_getrandom_args {
10585f2336efSEd Maste 	char buf_l_[PADL_(char *)]; char * buf; char buf_r_[PADR_(char *)];
10595f2336efSEd Maste 	char count_l_[PADL_(l_size_t)]; l_size_t count; char count_r_[PADR_(l_size_t)];
10605f2336efSEd Maste 	char flags_l_[PADL_(l_uint)]; l_uint flags; char flags_r_[PADR_(l_uint)];
10615f2336efSEd Maste };
10625f2336efSEd Maste struct linux_memfd_create_args {
10635f2336efSEd Maste 	char uname_ptr_l_[PADL_(const char *)]; const char * uname_ptr; char uname_ptr_r_[PADR_(const char *)];
10645f2336efSEd Maste 	char flags_l_[PADL_(l_uint)]; l_uint flags; char flags_r_[PADR_(l_uint)];
10655f2336efSEd Maste };
10665f2336efSEd Maste struct linux_bpf_args {
10675f2336efSEd Maste 	char cmd_l_[PADL_(l_int)]; l_int cmd; char cmd_r_[PADR_(l_int)];
10685f2336efSEd Maste 	char attr_l_[PADL_(void *)]; void * attr; char attr_r_[PADR_(void *)];
10695f2336efSEd Maste 	char size_l_[PADL_(l_uint)]; l_uint size; char size_r_[PADR_(l_uint)];
10705f2336efSEd Maste };
10715f2336efSEd Maste struct linux_execveat_args {
10725f2336efSEd Maste 	char dfd_l_[PADL_(l_int)]; l_int dfd; char dfd_r_[PADR_(l_int)];
10735f2336efSEd Maste 	char filename_l_[PADL_(const char *)]; const char * filename; char filename_r_[PADR_(const char *)];
10745f2336efSEd Maste 	char argv_l_[PADL_(const char **)]; const char ** argv; char argv_r_[PADR_(const char **)];
10755f2336efSEd Maste 	char envp_l_[PADL_(const char **)]; const char ** envp; char envp_r_[PADR_(const char **)];
10765f2336efSEd Maste 	char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
10775f2336efSEd Maste };
10785f2336efSEd Maste struct linux_userfaultfd_args {
10795f2336efSEd Maste 	char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
10805f2336efSEd Maste };
10815f2336efSEd Maste struct linux_membarrier_args {
10825f2336efSEd Maste 	char cmd_l_[PADL_(l_int)]; l_int cmd; char cmd_r_[PADR_(l_int)];
10835f2336efSEd Maste 	char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
10845f2336efSEd Maste };
10855f2336efSEd Maste struct linux_mlock2_args {
10865f2336efSEd Maste 	char start_l_[PADL_(l_ulong)]; l_ulong start; char start_r_[PADR_(l_ulong)];
10875f2336efSEd Maste 	char len_l_[PADL_(l_size_t)]; l_size_t len; char len_r_[PADR_(l_size_t)];
10885f2336efSEd Maste 	char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
10895f2336efSEd Maste };
10905f2336efSEd Maste struct linux_copy_file_range_args {
10915f2336efSEd Maste 	char fd_in_l_[PADL_(l_int)]; l_int fd_in; char fd_in_r_[PADR_(l_int)];
10925f2336efSEd Maste 	char off_in_l_[PADL_(l_loff_t *)]; l_loff_t * off_in; char off_in_r_[PADR_(l_loff_t *)];
10935f2336efSEd Maste 	char fd_out_l_[PADL_(l_int)]; l_int fd_out; char fd_out_r_[PADR_(l_int)];
10945f2336efSEd Maste 	char off_out_l_[PADL_(l_loff_t *)]; l_loff_t * off_out; char off_out_r_[PADR_(l_loff_t *)];
10955f2336efSEd Maste 	char len_l_[PADL_(l_size_t)]; l_size_t len; char len_r_[PADR_(l_size_t)];
10965f2336efSEd Maste 	char flags_l_[PADL_(l_uint)]; l_uint flags; char flags_r_[PADR_(l_uint)];
10975f2336efSEd Maste };
10985f2336efSEd Maste struct linux_preadv2_args {
10995f2336efSEd Maste 	char fd_l_[PADL_(l_ulong)]; l_ulong fd; char fd_r_[PADR_(l_ulong)];
11005f2336efSEd Maste 	char vec_l_[PADL_(const struct iovec *)]; const struct iovec * vec; char vec_r_[PADR_(const struct iovec *)];
11015f2336efSEd Maste 	char vlen_l_[PADL_(l_ulong)]; l_ulong vlen; char vlen_r_[PADR_(l_ulong)];
11025f2336efSEd Maste 	char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)];
11035f2336efSEd Maste 	char pos_h_l_[PADL_(l_ulong)]; l_ulong pos_h; char pos_h_r_[PADR_(l_ulong)];
11045f2336efSEd Maste 	char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
11055f2336efSEd Maste };
11065f2336efSEd Maste struct linux_pwritev2_args {
11075f2336efSEd Maste 	char fd_l_[PADL_(l_ulong)]; l_ulong fd; char fd_r_[PADR_(l_ulong)];
11085f2336efSEd Maste 	char vec_l_[PADL_(const struct iovec *)]; const struct iovec * vec; char vec_r_[PADR_(const struct iovec *)];
11095f2336efSEd Maste 	char vlen_l_[PADL_(l_ulong)]; l_ulong vlen; char vlen_r_[PADR_(l_ulong)];
11105f2336efSEd Maste 	char pos_l_l_[PADL_(l_ulong)]; l_ulong pos_l; char pos_l_r_[PADR_(l_ulong)];
11115f2336efSEd Maste 	char pos_h_l_[PADL_(l_ulong)]; l_ulong pos_h; char pos_h_r_[PADR_(l_ulong)];
11125f2336efSEd Maste 	char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
11135f2336efSEd Maste };
11145f2336efSEd Maste struct linux_pkey_mprotect_args {
11155f2336efSEd Maste 	char start_l_[PADL_(l_ulong)]; l_ulong start; char start_r_[PADR_(l_ulong)];
11165f2336efSEd Maste 	char len_l_[PADL_(l_size_t)]; l_size_t len; char len_r_[PADR_(l_size_t)];
11175f2336efSEd Maste 	char prot_l_[PADL_(l_ulong)]; l_ulong prot; char prot_r_[PADR_(l_ulong)];
11185f2336efSEd Maste 	char pkey_l_[PADL_(l_int)]; l_int pkey; char pkey_r_[PADR_(l_int)];
11195f2336efSEd Maste };
11205f2336efSEd Maste struct linux_pkey_alloc_args {
11215f2336efSEd Maste 	char flags_l_[PADL_(l_ulong)]; l_ulong flags; char flags_r_[PADR_(l_ulong)];
11225f2336efSEd Maste 	char init_val_l_[PADL_(l_ulong)]; l_ulong init_val; char init_val_r_[PADR_(l_ulong)];
11235f2336efSEd Maste };
11245f2336efSEd Maste struct linux_pkey_free_args {
11255f2336efSEd Maste 	char pkey_l_[PADL_(l_int)]; l_int pkey; char pkey_r_[PADR_(l_int)];
11265f2336efSEd Maste };
1127c0f17173SEdward Tomasz Napierala struct linux_statx_args {
1128c0f17173SEdward Tomasz Napierala 	char dirfd_l_[PADL_(l_int)]; l_int dirfd; char dirfd_r_[PADR_(l_int)];
1129c0f17173SEdward Tomasz Napierala 	char pathname_l_[PADL_(const char *)]; const char * pathname; char pathname_r_[PADR_(const char *)];
1130c0f17173SEdward Tomasz Napierala 	char flags_l_[PADL_(l_uint)]; l_uint flags; char flags_r_[PADR_(l_uint)];
1131c0f17173SEdward Tomasz Napierala 	char mask_l_[PADL_(l_uint)]; l_uint mask; char mask_r_[PADR_(l_uint)];
1132c0f17173SEdward Tomasz Napierala 	char statxbuf_l_[PADL_(void *)]; void * statxbuf; char statxbuf_r_[PADR_(void *)];
1133c0f17173SEdward Tomasz Napierala };
1134c0f17173SEdward Tomasz Napierala struct linux_io_pgetevents_args {
11358601fca7SBrooks Davis 	syscallarg_t dummy;
1136c0f17173SEdward Tomasz Napierala };
1137c0f17173SEdward Tomasz Napierala struct linux_rseq_args {
113875e40949SDmitry Chagin 	char rseq_l_[PADL_(struct linux_rseq *)]; struct linux_rseq * rseq; char rseq_r_[PADR_(struct linux_rseq *)];
113975e40949SDmitry Chagin 	char rseq_len_l_[PADL_(uint32_t)]; uint32_t rseq_len; char rseq_len_r_[PADR_(uint32_t)];
114075e40949SDmitry Chagin 	char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
114175e40949SDmitry Chagin 	char sig_l_[PADL_(uint32_t)]; uint32_t sig; char sig_r_[PADR_(uint32_t)];
1142c0f17173SEdward Tomasz Napierala };
1143c0f17173SEdward Tomasz Napierala struct linux_kexec_file_load_args {
11448601fca7SBrooks Davis 	syscallarg_t dummy;
1145c0f17173SEdward Tomasz Napierala };
1146c0f17173SEdward Tomasz Napierala struct linux_pidfd_send_signal_args {
1147c0f17173SEdward Tomasz Napierala 	char pidfd_l_[PADL_(l_int)]; l_int pidfd; char pidfd_r_[PADR_(l_int)];
1148c0f17173SEdward Tomasz Napierala 	char sig_l_[PADL_(l_int)]; l_int sig; char sig_r_[PADR_(l_int)];
1149c0f17173SEdward Tomasz Napierala 	char info_l_[PADL_(l_siginfo_t *)]; l_siginfo_t * info; char info_r_[PADR_(l_siginfo_t *)];
1150c0f17173SEdward Tomasz Napierala 	char flags_l_[PADL_(l_uint)]; l_uint flags; char flags_r_[PADR_(l_uint)];
1151c0f17173SEdward Tomasz Napierala };
1152c0f17173SEdward Tomasz Napierala struct linux_io_uring_setup_args {
11538601fca7SBrooks Davis 	syscallarg_t dummy;
1154c0f17173SEdward Tomasz Napierala };
1155c0f17173SEdward Tomasz Napierala struct linux_io_uring_enter_args {
11568601fca7SBrooks Davis 	syscallarg_t dummy;
1157c0f17173SEdward Tomasz Napierala };
1158c0f17173SEdward Tomasz Napierala struct linux_io_uring_register_args {
11598601fca7SBrooks Davis 	syscallarg_t dummy;
1160c0f17173SEdward Tomasz Napierala };
1161c0f17173SEdward Tomasz Napierala struct linux_open_tree_args {
11628601fca7SBrooks Davis 	syscallarg_t dummy;
1163c0f17173SEdward Tomasz Napierala };
1164c0f17173SEdward Tomasz Napierala struct linux_move_mount_args {
11658601fca7SBrooks Davis 	syscallarg_t dummy;
1166c0f17173SEdward Tomasz Napierala };
1167c0f17173SEdward Tomasz Napierala struct linux_fsopen_args {
11688601fca7SBrooks Davis 	syscallarg_t dummy;
1169c0f17173SEdward Tomasz Napierala };
1170c0f17173SEdward Tomasz Napierala struct linux_fsconfig_args {
11718601fca7SBrooks Davis 	syscallarg_t dummy;
1172c0f17173SEdward Tomasz Napierala };
1173c0f17173SEdward Tomasz Napierala struct linux_fsmount_args {
11748601fca7SBrooks Davis 	syscallarg_t dummy;
1175c0f17173SEdward Tomasz Napierala };
1176c0f17173SEdward Tomasz Napierala struct linux_fspick_args {
11778601fca7SBrooks Davis 	syscallarg_t dummy;
1178c0f17173SEdward Tomasz Napierala };
1179c0f17173SEdward Tomasz Napierala struct linux_pidfd_open_args {
11808601fca7SBrooks Davis 	syscallarg_t dummy;
1181c0f17173SEdward Tomasz Napierala };
1182c0f17173SEdward Tomasz Napierala struct linux_clone3_args {
1183b356030eSDmitry Chagin 	char uargs_l_[PADL_(struct l_user_clone_args *)]; struct l_user_clone_args * uargs; char uargs_r_[PADR_(struct l_user_clone_args *)];
1184b356030eSDmitry Chagin 	char usize_l_[PADL_(l_size_t)]; l_size_t usize; char usize_r_[PADR_(l_size_t)];
1185c0f17173SEdward Tomasz Napierala };
1186c0f17173SEdward Tomasz Napierala struct linux_close_range_args {
118750111714SDmitry Chagin 	char first_l_[PADL_(l_uint)]; l_uint first; char first_r_[PADR_(l_uint)];
118850111714SDmitry Chagin 	char last_l_[PADL_(l_uint)]; l_uint last; char last_r_[PADR_(l_uint)];
118950111714SDmitry Chagin 	char flags_l_[PADL_(l_uint)]; l_uint flags; char flags_r_[PADR_(l_uint)];
1190c0f17173SEdward Tomasz Napierala };
1191c0f17173SEdward Tomasz Napierala struct linux_openat2_args {
11928601fca7SBrooks Davis 	syscallarg_t dummy;
1193c0f17173SEdward Tomasz Napierala };
1194c0f17173SEdward Tomasz Napierala struct linux_pidfd_getfd_args {
11958601fca7SBrooks Davis 	syscallarg_t dummy;
1196c0f17173SEdward Tomasz Napierala };
1197c0f17173SEdward Tomasz Napierala struct linux_faccessat2_args {
1198bee191e4SDmitry Chagin 	char dfd_l_[PADL_(l_int)]; l_int dfd; char dfd_r_[PADR_(l_int)];
1199bee191e4SDmitry Chagin 	char filename_l_[PADL_(const char *)]; const char * filename; char filename_r_[PADR_(const char *)];
1200bee191e4SDmitry Chagin 	char amode_l_[PADL_(l_int)]; l_int amode; char amode_r_[PADR_(l_int)];
1201bee191e4SDmitry Chagin 	char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
1202c0f17173SEdward Tomasz Napierala };
1203c0f17173SEdward Tomasz Napierala struct linux_process_madvise_args {
12048601fca7SBrooks Davis 	syscallarg_t dummy;
1205c0f17173SEdward Tomasz Napierala };
1206c0f17173SEdward Tomasz Napierala struct linux_epoll_pwait2_args {
1207df377f1fSDmitry Chagin 	char epfd_l_[PADL_(l_int)]; l_int epfd; char epfd_r_[PADR_(l_int)];
1208df377f1fSDmitry Chagin 	char events_l_[PADL_(struct epoll_event *)]; struct epoll_event * events; char events_r_[PADR_(struct epoll_event *)];
1209df377f1fSDmitry Chagin 	char maxevents_l_[PADL_(l_int)]; l_int maxevents; char maxevents_r_[PADR_(l_int)];
1210df377f1fSDmitry Chagin 	char timeout_l_[PADL_(struct l_timespec *)]; struct l_timespec * timeout; char timeout_r_[PADR_(struct l_timespec *)];
1211df377f1fSDmitry Chagin 	char mask_l_[PADL_(l_sigset_t *)]; l_sigset_t * mask; char mask_r_[PADR_(l_sigset_t *)];
1212df377f1fSDmitry Chagin 	char sigsetsize_l_[PADL_(l_size_t)]; l_size_t sigsetsize; char sigsetsize_r_[PADR_(l_size_t)];
1213c0f17173SEdward Tomasz Napierala };
1214c0f17173SEdward Tomasz Napierala struct linux_mount_setattr_args {
12158601fca7SBrooks Davis 	syscallarg_t dummy;
1216c0f17173SEdward Tomasz Napierala };
121728035f67SDmitry Chagin struct linux_quotactl_fd_args {
121828035f67SDmitry Chagin 	syscallarg_t dummy;
121928035f67SDmitry Chagin };
122028035f67SDmitry Chagin struct linux_landlock_create_ruleset_args {
122128035f67SDmitry Chagin 	syscallarg_t dummy;
122228035f67SDmitry Chagin };
122328035f67SDmitry Chagin struct linux_landlock_add_rule_args {
122428035f67SDmitry Chagin 	syscallarg_t dummy;
122528035f67SDmitry Chagin };
122628035f67SDmitry Chagin struct linux_landlock_restrict_self_args {
122728035f67SDmitry Chagin 	syscallarg_t dummy;
122828035f67SDmitry Chagin };
122928035f67SDmitry Chagin struct linux_memfd_secret_args {
123028035f67SDmitry Chagin 	syscallarg_t dummy;
123128035f67SDmitry Chagin };
123228035f67SDmitry Chagin struct linux_process_mrelease_args {
123328035f67SDmitry Chagin 	syscallarg_t dummy;
123428035f67SDmitry Chagin };
123528035f67SDmitry Chagin struct linux_futex_waitv_args {
123628035f67SDmitry Chagin 	syscallarg_t dummy;
123728035f67SDmitry Chagin };
123828035f67SDmitry Chagin struct linux_set_mempolicy_home_node_args {
123928035f67SDmitry Chagin 	syscallarg_t dummy;
124028035f67SDmitry Chagin };
124128035f67SDmitry Chagin struct linux_cachestat_args {
124228035f67SDmitry Chagin 	syscallarg_t dummy;
124328035f67SDmitry Chagin };
124428035f67SDmitry Chagin struct linux_fchmodat2_args {
124528035f67SDmitry Chagin 	syscallarg_t dummy;
124628035f67SDmitry Chagin };
12475f2336efSEd Maste int	linux_setxattr(struct thread *, struct linux_setxattr_args *);
12485f2336efSEd Maste int	linux_lsetxattr(struct thread *, struct linux_lsetxattr_args *);
12495f2336efSEd Maste int	linux_fsetxattr(struct thread *, struct linux_fsetxattr_args *);
12505f2336efSEd Maste int	linux_getxattr(struct thread *, struct linux_getxattr_args *);
12515f2336efSEd Maste int	linux_lgetxattr(struct thread *, struct linux_lgetxattr_args *);
12525f2336efSEd Maste int	linux_fgetxattr(struct thread *, struct linux_fgetxattr_args *);
12535f2336efSEd Maste int	linux_listxattr(struct thread *, struct linux_listxattr_args *);
12545f2336efSEd Maste int	linux_llistxattr(struct thread *, struct linux_llistxattr_args *);
12555f2336efSEd Maste int	linux_flistxattr(struct thread *, struct linux_flistxattr_args *);
12565f2336efSEd Maste int	linux_removexattr(struct thread *, struct linux_removexattr_args *);
12575f2336efSEd Maste int	linux_lremovexattr(struct thread *, struct linux_lremovexattr_args *);
12585f2336efSEd Maste int	linux_fremovexattr(struct thread *, struct linux_fremovexattr_args *);
12595f2336efSEd Maste int	linux_getcwd(struct thread *, struct linux_getcwd_args *);
12605f2336efSEd Maste int	linux_lookup_dcookie(struct thread *, struct linux_lookup_dcookie_args *);
12615f2336efSEd Maste int	linux_eventfd2(struct thread *, struct linux_eventfd2_args *);
12625f2336efSEd Maste int	linux_epoll_create1(struct thread *, struct linux_epoll_create1_args *);
12635f2336efSEd Maste int	linux_epoll_ctl(struct thread *, struct linux_epoll_ctl_args *);
12645f2336efSEd Maste int	linux_epoll_pwait(struct thread *, struct linux_epoll_pwait_args *);
12655f2336efSEd Maste int	linux_dup3(struct thread *, struct linux_dup3_args *);
12665f2336efSEd Maste int	linux_fcntl(struct thread *, struct linux_fcntl_args *);
12675f2336efSEd Maste int	linux_inotify_init1(struct thread *, struct linux_inotify_init1_args *);
12685f2336efSEd Maste int	linux_inotify_add_watch(struct thread *, struct linux_inotify_add_watch_args *);
12695f2336efSEd Maste int	linux_inotify_rm_watch(struct thread *, struct linux_inotify_rm_watch_args *);
12705f2336efSEd Maste int	linux_ioctl(struct thread *, struct linux_ioctl_args *);
12715f2336efSEd Maste int	linux_ioprio_set(struct thread *, struct linux_ioprio_set_args *);
12725f2336efSEd Maste int	linux_ioprio_get(struct thread *, struct linux_ioprio_get_args *);
12735f2336efSEd Maste int	linux_mknodat(struct thread *, struct linux_mknodat_args *);
12745f2336efSEd Maste int	linux_mkdirat(struct thread *, struct linux_mkdirat_args *);
12755f2336efSEd Maste int	linux_unlinkat(struct thread *, struct linux_unlinkat_args *);
12765f2336efSEd Maste int	linux_symlinkat(struct thread *, struct linux_symlinkat_args *);
12775f2336efSEd Maste int	linux_linkat(struct thread *, struct linux_linkat_args *);
12785f2336efSEd Maste int	linux_renameat(struct thread *, struct linux_renameat_args *);
12795f2336efSEd Maste int	linux_mount(struct thread *, struct linux_mount_args *);
12805f2336efSEd Maste int	linux_pivot_root(struct thread *, struct linux_pivot_root_args *);
12815f2336efSEd Maste int	linux_statfs(struct thread *, struct linux_statfs_args *);
12825f2336efSEd Maste int	linux_fstatfs(struct thread *, struct linux_fstatfs_args *);
12835f2336efSEd Maste int	linux_truncate(struct thread *, struct linux_truncate_args *);
12845f2336efSEd Maste int	linux_ftruncate(struct thread *, struct linux_ftruncate_args *);
12855f2336efSEd Maste int	linux_fallocate(struct thread *, struct linux_fallocate_args *);
12865f2336efSEd Maste int	linux_faccessat(struct thread *, struct linux_faccessat_args *);
12875f2336efSEd Maste int	linux_chdir(struct thread *, struct linux_chdir_args *);
12885f2336efSEd Maste int	linux_fchmodat(struct thread *, struct linux_fchmodat_args *);
12895f2336efSEd Maste int	linux_fchownat(struct thread *, struct linux_fchownat_args *);
12905f2336efSEd Maste int	linux_openat(struct thread *, struct linux_openat_args *);
12915f2336efSEd Maste int	linux_vhangup(struct thread *, struct linux_vhangup_args *);
12925f2336efSEd Maste int	linux_pipe2(struct thread *, struct linux_pipe2_args *);
12935f2336efSEd Maste int	linux_getdents64(struct thread *, struct linux_getdents64_args *);
12945f2336efSEd Maste int	linux_lseek(struct thread *, struct linux_lseek_args *);
129589d270b2SDmitry Chagin int	linux_write(struct thread *, struct linux_write_args *);
12961f9d71eeSDmitry Chagin int	linux_writev(struct thread *, struct linux_writev_args *);
12975f2336efSEd Maste int	linux_pread(struct thread *, struct linux_pread_args *);
12985f2336efSEd Maste int	linux_pwrite(struct thread *, struct linux_pwrite_args *);
12995f2336efSEd Maste int	linux_preadv(struct thread *, struct linux_preadv_args *);
13005f2336efSEd Maste int	linux_pwritev(struct thread *, struct linux_pwritev_args *);
13015f2336efSEd Maste int	linux_sendfile(struct thread *, struct linux_sendfile_args *);
13025f2336efSEd Maste int	linux_pselect6(struct thread *, struct linux_pselect6_args *);
13035f2336efSEd Maste int	linux_ppoll(struct thread *, struct linux_ppoll_args *);
13045f2336efSEd Maste int	linux_signalfd4(struct thread *, struct linux_signalfd4_args *);
13055f2336efSEd Maste int	linux_vmsplice(struct thread *, struct linux_vmsplice_args *);
13065f2336efSEd Maste int	linux_splice(struct thread *, struct linux_splice_args *);
13075f2336efSEd Maste int	linux_tee(struct thread *, struct linux_tee_args *);
13085f2336efSEd Maste int	linux_readlinkat(struct thread *, struct linux_readlinkat_args *);
13095f2336efSEd Maste int	linux_newfstatat(struct thread *, struct linux_newfstatat_args *);
13105f2336efSEd Maste int	linux_newfstat(struct thread *, struct linux_newfstat_args *);
13115f2336efSEd Maste int	linux_fdatasync(struct thread *, struct linux_fdatasync_args *);
13125f2336efSEd Maste int	linux_sync_file_range(struct thread *, struct linux_sync_file_range_args *);
13135f2336efSEd Maste int	linux_timerfd_create(struct thread *, struct linux_timerfd_create_args *);
13145f2336efSEd Maste int	linux_timerfd_settime(struct thread *, struct linux_timerfd_settime_args *);
13155f2336efSEd Maste int	linux_timerfd_gettime(struct thread *, struct linux_timerfd_gettime_args *);
13165f2336efSEd Maste int	linux_utimensat(struct thread *, struct linux_utimensat_args *);
13175f2336efSEd Maste int	linux_capget(struct thread *, struct linux_capget_args *);
13185f2336efSEd Maste int	linux_capset(struct thread *, struct linux_capset_args *);
13195f2336efSEd Maste int	linux_personality(struct thread *, struct linux_personality_args *);
13205f2336efSEd Maste int	linux_exit(struct thread *, struct linux_exit_args *);
13215f2336efSEd Maste int	linux_exit_group(struct thread *, struct linux_exit_group_args *);
13225f2336efSEd Maste int	linux_waitid(struct thread *, struct linux_waitid_args *);
13235f2336efSEd Maste int	linux_set_tid_address(struct thread *, struct linux_set_tid_address_args *);
13245f2336efSEd Maste int	linux_unshare(struct thread *, struct linux_unshare_args *);
13255f2336efSEd Maste int	linux_sys_futex(struct thread *, struct linux_sys_futex_args *);
13265f2336efSEd Maste int	linux_set_robust_list(struct thread *, struct linux_set_robust_list_args *);
13275f2336efSEd Maste int	linux_get_robust_list(struct thread *, struct linux_get_robust_list_args *);
13285f2336efSEd Maste int	linux_nanosleep(struct thread *, struct linux_nanosleep_args *);
13295f2336efSEd Maste int	linux_getitimer(struct thread *, struct linux_getitimer_args *);
13305f2336efSEd Maste int	linux_setitimer(struct thread *, struct linux_setitimer_args *);
13315f2336efSEd Maste int	linux_kexec_load(struct thread *, struct linux_kexec_load_args *);
13325f2336efSEd Maste int	linux_init_module(struct thread *, struct linux_init_module_args *);
13335f2336efSEd Maste int	linux_delete_module(struct thread *, struct linux_delete_module_args *);
13345f2336efSEd Maste int	linux_timer_create(struct thread *, struct linux_timer_create_args *);
13355f2336efSEd Maste int	linux_timer_gettime(struct thread *, struct linux_timer_gettime_args *);
13365f2336efSEd Maste int	linux_timer_getoverrun(struct thread *, struct linux_timer_getoverrun_args *);
13375f2336efSEd Maste int	linux_timer_settime(struct thread *, struct linux_timer_settime_args *);
13385f2336efSEd Maste int	linux_timer_delete(struct thread *, struct linux_timer_delete_args *);
13395f2336efSEd Maste int	linux_clock_settime(struct thread *, struct linux_clock_settime_args *);
13405f2336efSEd Maste int	linux_clock_gettime(struct thread *, struct linux_clock_gettime_args *);
13415f2336efSEd Maste int	linux_clock_getres(struct thread *, struct linux_clock_getres_args *);
13425f2336efSEd Maste int	linux_clock_nanosleep(struct thread *, struct linux_clock_nanosleep_args *);
13435f2336efSEd Maste int	linux_syslog(struct thread *, struct linux_syslog_args *);
13445f2336efSEd Maste int	linux_ptrace(struct thread *, struct linux_ptrace_args *);
13455f2336efSEd Maste int	linux_sched_setparam(struct thread *, struct linux_sched_setparam_args *);
13465f2336efSEd Maste int	linux_sched_setscheduler(struct thread *, struct linux_sched_setscheduler_args *);
13475f2336efSEd Maste int	linux_sched_getscheduler(struct thread *, struct linux_sched_getscheduler_args *);
13485f2336efSEd Maste int	linux_sched_getparam(struct thread *, struct linux_sched_getparam_args *);
13495f2336efSEd Maste int	linux_sched_setaffinity(struct thread *, struct linux_sched_setaffinity_args *);
13505f2336efSEd Maste int	linux_sched_getaffinity(struct thread *, struct linux_sched_getaffinity_args *);
13515f2336efSEd Maste int	linux_sched_get_priority_max(struct thread *, struct linux_sched_get_priority_max_args *);
13525f2336efSEd Maste int	linux_sched_get_priority_min(struct thread *, struct linux_sched_get_priority_min_args *);
13535f2336efSEd Maste int	linux_sched_rr_get_interval(struct thread *, struct linux_sched_rr_get_interval_args *);
13545f2336efSEd Maste int	linux_kill(struct thread *, struct linux_kill_args *);
13555f2336efSEd Maste int	linux_tkill(struct thread *, struct linux_tkill_args *);
13565f2336efSEd Maste int	linux_tgkill(struct thread *, struct linux_tgkill_args *);
13575f2336efSEd Maste int	linux_sigaltstack(struct thread *, struct linux_sigaltstack_args *);
13585f2336efSEd Maste int	linux_rt_sigsuspend(struct thread *, struct linux_rt_sigsuspend_args *);
13595f2336efSEd Maste int	linux_rt_sigaction(struct thread *, struct linux_rt_sigaction_args *);
13605f2336efSEd Maste int	linux_rt_sigprocmask(struct thread *, struct linux_rt_sigprocmask_args *);
13615f2336efSEd Maste int	linux_rt_sigpending(struct thread *, struct linux_rt_sigpending_args *);
13625f2336efSEd Maste int	linux_rt_sigtimedwait(struct thread *, struct linux_rt_sigtimedwait_args *);
13635f2336efSEd Maste int	linux_rt_sigqueueinfo(struct thread *, struct linux_rt_sigqueueinfo_args *);
13645f2336efSEd Maste int	linux_rt_sigreturn(struct thread *, struct linux_rt_sigreturn_args *);
13655f2336efSEd Maste int	linux_getpriority(struct thread *, struct linux_getpriority_args *);
13665f2336efSEd Maste int	linux_reboot(struct thread *, struct linux_reboot_args *);
13675f2336efSEd Maste int	linux_setfsuid(struct thread *, struct linux_setfsuid_args *);
13685f2336efSEd Maste int	linux_setfsgid(struct thread *, struct linux_setfsgid_args *);
13695f2336efSEd Maste int	linux_times(struct thread *, struct linux_times_args *);
13705f2336efSEd Maste int	linux_getsid(struct thread *, struct linux_getsid_args *);
13715f2336efSEd Maste int	linux_getgroups(struct thread *, struct linux_getgroups_args *);
13725f2336efSEd Maste int	linux_setgroups(struct thread *, struct linux_setgroups_args *);
13735f2336efSEd Maste int	linux_newuname(struct thread *, struct linux_newuname_args *);
13745f2336efSEd Maste int	linux_sethostname(struct thread *, struct linux_sethostname_args *);
13755f2336efSEd Maste int	linux_setdomainname(struct thread *, struct linux_setdomainname_args *);
13765f2336efSEd Maste int	linux_getrlimit(struct thread *, struct linux_getrlimit_args *);
13775f2336efSEd Maste int	linux_setrlimit(struct thread *, struct linux_setrlimit_args *);
13785f2336efSEd Maste int	linux_prctl(struct thread *, struct linux_prctl_args *);
13795f2336efSEd Maste int	linux_getcpu(struct thread *, struct linux_getcpu_args *);
13805f2336efSEd Maste int	linux_adjtimex(struct thread *, struct linux_adjtimex_args *);
13815f2336efSEd Maste int	linux_getpid(struct thread *, struct linux_getpid_args *);
13825f2336efSEd Maste int	linux_getppid(struct thread *, struct linux_getppid_args *);
13835f2336efSEd Maste int	linux_getuid(struct thread *, struct linux_getuid_args *);
13845f2336efSEd Maste int	linux_getgid(struct thread *, struct linux_getgid_args *);
13855f2336efSEd Maste int	linux_gettid(struct thread *, struct linux_gettid_args *);
13865f2336efSEd Maste int	linux_sysinfo(struct thread *, struct linux_sysinfo_args *);
13875f2336efSEd Maste int	linux_mq_open(struct thread *, struct linux_mq_open_args *);
13885f2336efSEd Maste int	linux_mq_unlink(struct thread *, struct linux_mq_unlink_args *);
13895f2336efSEd Maste int	linux_mq_timedsend(struct thread *, struct linux_mq_timedsend_args *);
13905f2336efSEd Maste int	linux_mq_timedreceive(struct thread *, struct linux_mq_timedreceive_args *);
13915f2336efSEd Maste int	linux_mq_notify(struct thread *, struct linux_mq_notify_args *);
13925f2336efSEd Maste int	linux_mq_getsetattr(struct thread *, struct linux_mq_getsetattr_args *);
13935f2336efSEd Maste int	linux_msgget(struct thread *, struct linux_msgget_args *);
13945f2336efSEd Maste int	linux_msgctl(struct thread *, struct linux_msgctl_args *);
13955f2336efSEd Maste int	linux_msgrcv(struct thread *, struct linux_msgrcv_args *);
13965f2336efSEd Maste int	linux_msgsnd(struct thread *, struct linux_msgsnd_args *);
13975f2336efSEd Maste int	linux_semget(struct thread *, struct linux_semget_args *);
13985f2336efSEd Maste int	linux_semctl(struct thread *, struct linux_semctl_args *);
13995f2336efSEd Maste int	linux_semtimedop(struct thread *, struct linux_semtimedop_args *);
14005f2336efSEd Maste int	linux_shmget(struct thread *, struct linux_shmget_args *);
14015f2336efSEd Maste int	linux_shmctl(struct thread *, struct linux_shmctl_args *);
14025f2336efSEd Maste int	linux_shmat(struct thread *, struct linux_shmat_args *);
14035f2336efSEd Maste int	linux_shmdt(struct thread *, struct linux_shmdt_args *);
14045f2336efSEd Maste int	linux_socket(struct thread *, struct linux_socket_args *);
14055f2336efSEd Maste int	linux_socketpair(struct thread *, struct linux_socketpair_args *);
14065f2336efSEd Maste int	linux_bind(struct thread *, struct linux_bind_args *);
14075f2336efSEd Maste int	linux_listen(struct thread *, struct linux_listen_args *);
14085f2336efSEd Maste int	linux_accept(struct thread *, struct linux_accept_args *);
14095f2336efSEd Maste int	linux_connect(struct thread *, struct linux_connect_args *);
14105f2336efSEd Maste int	linux_getsockname(struct thread *, struct linux_getsockname_args *);
14115f2336efSEd Maste int	linux_getpeername(struct thread *, struct linux_getpeername_args *);
14125f2336efSEd Maste int	linux_sendto(struct thread *, struct linux_sendto_args *);
14135f2336efSEd Maste int	linux_recvfrom(struct thread *, struct linux_recvfrom_args *);
14145f2336efSEd Maste int	linux_setsockopt(struct thread *, struct linux_setsockopt_args *);
14155f2336efSEd Maste int	linux_getsockopt(struct thread *, struct linux_getsockopt_args *);
14165f2336efSEd Maste int	linux_shutdown(struct thread *, struct linux_shutdown_args *);
14175f2336efSEd Maste int	linux_sendmsg(struct thread *, struct linux_sendmsg_args *);
14185f2336efSEd Maste int	linux_recvmsg(struct thread *, struct linux_recvmsg_args *);
14195f2336efSEd Maste int	linux_brk(struct thread *, struct linux_brk_args *);
14205f2336efSEd Maste int	linux_mremap(struct thread *, struct linux_mremap_args *);
14215f2336efSEd Maste int	linux_add_key(struct thread *, struct linux_add_key_args *);
14225f2336efSEd Maste int	linux_request_key(struct thread *, struct linux_request_key_args *);
14235f2336efSEd Maste int	linux_keyctl(struct thread *, struct linux_keyctl_args *);
14245f2336efSEd Maste int	linux_clone(struct thread *, struct linux_clone_args *);
14255f2336efSEd Maste int	linux_execve(struct thread *, struct linux_execve_args *);
14265f2336efSEd Maste int	linux_mmap2(struct thread *, struct linux_mmap2_args *);
14275f2336efSEd Maste int	linux_fadvise64(struct thread *, struct linux_fadvise64_args *);
14285f2336efSEd Maste int	linux_swapoff(struct thread *, struct linux_swapoff_args *);
14295f2336efSEd Maste int	linux_mprotect(struct thread *, struct linux_mprotect_args *);
14305f2336efSEd Maste int	linux_msync(struct thread *, struct linux_msync_args *);
14315f2336efSEd Maste int	linux_mincore(struct thread *, struct linux_mincore_args *);
1432bafd96b8SEdward Tomasz Napierala int	linux_madvise(struct thread *, struct linux_madvise_args *);
14335f2336efSEd Maste int	linux_remap_file_pages(struct thread *, struct linux_remap_file_pages_args *);
14345f2336efSEd Maste int	linux_mbind(struct thread *, struct linux_mbind_args *);
14355f2336efSEd Maste int	linux_get_mempolicy(struct thread *, struct linux_get_mempolicy_args *);
14365f2336efSEd Maste int	linux_set_mempolicy(struct thread *, struct linux_set_mempolicy_args *);
14375f2336efSEd Maste int	linux_migrate_pages(struct thread *, struct linux_migrate_pages_args *);
14385f2336efSEd Maste int	linux_move_pages(struct thread *, struct linux_move_pages_args *);
14395f2336efSEd Maste int	linux_rt_tgsigqueueinfo(struct thread *, struct linux_rt_tgsigqueueinfo_args *);
14405f2336efSEd Maste int	linux_perf_event_open(struct thread *, struct linux_perf_event_open_args *);
14415f2336efSEd Maste int	linux_accept4(struct thread *, struct linux_accept4_args *);
14425f2336efSEd Maste int	linux_recvmmsg(struct thread *, struct linux_recvmmsg_args *);
14435f2336efSEd Maste int	linux_wait4(struct thread *, struct linux_wait4_args *);
14445f2336efSEd Maste int	linux_prlimit64(struct thread *, struct linux_prlimit64_args *);
14455f2336efSEd Maste int	linux_fanotify_init(struct thread *, struct linux_fanotify_init_args *);
14465f2336efSEd Maste int	linux_fanotify_mark(struct thread *, struct linux_fanotify_mark_args *);
14475f2336efSEd Maste int	linux_name_to_handle_at(struct thread *, struct linux_name_to_handle_at_args *);
14485f2336efSEd Maste int	linux_open_by_handle_at(struct thread *, struct linux_open_by_handle_at_args *);
14495f2336efSEd Maste int	linux_clock_adjtime(struct thread *, struct linux_clock_adjtime_args *);
14505f2336efSEd Maste int	linux_syncfs(struct thread *, struct linux_syncfs_args *);
14515f2336efSEd Maste int	linux_setns(struct thread *, struct linux_setns_args *);
14525f2336efSEd Maste int	linux_sendmmsg(struct thread *, struct linux_sendmmsg_args *);
14535f2336efSEd Maste int	linux_process_vm_readv(struct thread *, struct linux_process_vm_readv_args *);
14545f2336efSEd Maste int	linux_process_vm_writev(struct thread *, struct linux_process_vm_writev_args *);
14555f2336efSEd Maste int	linux_kcmp(struct thread *, struct linux_kcmp_args *);
14565f2336efSEd Maste int	linux_finit_module(struct thread *, struct linux_finit_module_args *);
14575f2336efSEd Maste int	linux_sched_setattr(struct thread *, struct linux_sched_setattr_args *);
14585f2336efSEd Maste int	linux_sched_getattr(struct thread *, struct linux_sched_getattr_args *);
14595f2336efSEd Maste int	linux_renameat2(struct thread *, struct linux_renameat2_args *);
14605f2336efSEd Maste int	linux_seccomp(struct thread *, struct linux_seccomp_args *);
14615f2336efSEd Maste int	linux_getrandom(struct thread *, struct linux_getrandom_args *);
14625f2336efSEd Maste int	linux_memfd_create(struct thread *, struct linux_memfd_create_args *);
14635f2336efSEd Maste int	linux_bpf(struct thread *, struct linux_bpf_args *);
14645f2336efSEd Maste int	linux_execveat(struct thread *, struct linux_execveat_args *);
14655f2336efSEd Maste int	linux_userfaultfd(struct thread *, struct linux_userfaultfd_args *);
14665f2336efSEd Maste int	linux_membarrier(struct thread *, struct linux_membarrier_args *);
14675f2336efSEd Maste int	linux_mlock2(struct thread *, struct linux_mlock2_args *);
14685f2336efSEd Maste int	linux_copy_file_range(struct thread *, struct linux_copy_file_range_args *);
14695f2336efSEd Maste int	linux_preadv2(struct thread *, struct linux_preadv2_args *);
14705f2336efSEd Maste int	linux_pwritev2(struct thread *, struct linux_pwritev2_args *);
14715f2336efSEd Maste int	linux_pkey_mprotect(struct thread *, struct linux_pkey_mprotect_args *);
14725f2336efSEd Maste int	linux_pkey_alloc(struct thread *, struct linux_pkey_alloc_args *);
14735f2336efSEd Maste int	linux_pkey_free(struct thread *, struct linux_pkey_free_args *);
1474c0f17173SEdward Tomasz Napierala int	linux_statx(struct thread *, struct linux_statx_args *);
1475c0f17173SEdward Tomasz Napierala int	linux_io_pgetevents(struct thread *, struct linux_io_pgetevents_args *);
1476c0f17173SEdward Tomasz Napierala int	linux_rseq(struct thread *, struct linux_rseq_args *);
1477c0f17173SEdward Tomasz Napierala int	linux_kexec_file_load(struct thread *, struct linux_kexec_file_load_args *);
1478c0f17173SEdward Tomasz Napierala int	linux_pidfd_send_signal(struct thread *, struct linux_pidfd_send_signal_args *);
1479c0f17173SEdward Tomasz Napierala int	linux_io_uring_setup(struct thread *, struct linux_io_uring_setup_args *);
1480c0f17173SEdward Tomasz Napierala int	linux_io_uring_enter(struct thread *, struct linux_io_uring_enter_args *);
1481c0f17173SEdward Tomasz Napierala int	linux_io_uring_register(struct thread *, struct linux_io_uring_register_args *);
1482c0f17173SEdward Tomasz Napierala int	linux_open_tree(struct thread *, struct linux_open_tree_args *);
1483c0f17173SEdward Tomasz Napierala int	linux_move_mount(struct thread *, struct linux_move_mount_args *);
1484c0f17173SEdward Tomasz Napierala int	linux_fsopen(struct thread *, struct linux_fsopen_args *);
1485c0f17173SEdward Tomasz Napierala int	linux_fsconfig(struct thread *, struct linux_fsconfig_args *);
1486c0f17173SEdward Tomasz Napierala int	linux_fsmount(struct thread *, struct linux_fsmount_args *);
1487c0f17173SEdward Tomasz Napierala int	linux_fspick(struct thread *, struct linux_fspick_args *);
1488c0f17173SEdward Tomasz Napierala int	linux_pidfd_open(struct thread *, struct linux_pidfd_open_args *);
1489c0f17173SEdward Tomasz Napierala int	linux_clone3(struct thread *, struct linux_clone3_args *);
1490c0f17173SEdward Tomasz Napierala int	linux_close_range(struct thread *, struct linux_close_range_args *);
1491c0f17173SEdward Tomasz Napierala int	linux_openat2(struct thread *, struct linux_openat2_args *);
1492c0f17173SEdward Tomasz Napierala int	linux_pidfd_getfd(struct thread *, struct linux_pidfd_getfd_args *);
1493c0f17173SEdward Tomasz Napierala int	linux_faccessat2(struct thread *, struct linux_faccessat2_args *);
1494c0f17173SEdward Tomasz Napierala int	linux_process_madvise(struct thread *, struct linux_process_madvise_args *);
1495c0f17173SEdward Tomasz Napierala int	linux_epoll_pwait2(struct thread *, struct linux_epoll_pwait2_args *);
1496c0f17173SEdward Tomasz Napierala int	linux_mount_setattr(struct thread *, struct linux_mount_setattr_args *);
149728035f67SDmitry Chagin int	linux_quotactl_fd(struct thread *, struct linux_quotactl_fd_args *);
149828035f67SDmitry Chagin int	linux_landlock_create_ruleset(struct thread *, struct linux_landlock_create_ruleset_args *);
149928035f67SDmitry Chagin int	linux_landlock_add_rule(struct thread *, struct linux_landlock_add_rule_args *);
150028035f67SDmitry Chagin int	linux_landlock_restrict_self(struct thread *, struct linux_landlock_restrict_self_args *);
150128035f67SDmitry Chagin int	linux_memfd_secret(struct thread *, struct linux_memfd_secret_args *);
150228035f67SDmitry Chagin int	linux_process_mrelease(struct thread *, struct linux_process_mrelease_args *);
150328035f67SDmitry Chagin int	linux_futex_waitv(struct thread *, struct linux_futex_waitv_args *);
150428035f67SDmitry Chagin int	linux_set_mempolicy_home_node(struct thread *, struct linux_set_mempolicy_home_node_args *);
150528035f67SDmitry Chagin int	linux_cachestat(struct thread *, struct linux_cachestat_args *);
150628035f67SDmitry Chagin int	linux_fchmodat2(struct thread *, struct linux_fchmodat2_args *);
15075f2336efSEd Maste #define	LINUX_SYS_AUE_linux_setxattr	AUE_NULL
15085f2336efSEd Maste #define	LINUX_SYS_AUE_linux_lsetxattr	AUE_NULL
15095f2336efSEd Maste #define	LINUX_SYS_AUE_linux_fsetxattr	AUE_NULL
15105f2336efSEd Maste #define	LINUX_SYS_AUE_linux_getxattr	AUE_NULL
15115f2336efSEd Maste #define	LINUX_SYS_AUE_linux_lgetxattr	AUE_NULL
15125f2336efSEd Maste #define	LINUX_SYS_AUE_linux_fgetxattr	AUE_NULL
15135f2336efSEd Maste #define	LINUX_SYS_AUE_linux_listxattr	AUE_NULL
15145f2336efSEd Maste #define	LINUX_SYS_AUE_linux_llistxattr	AUE_NULL
15155f2336efSEd Maste #define	LINUX_SYS_AUE_linux_flistxattr	AUE_NULL
15165f2336efSEd Maste #define	LINUX_SYS_AUE_linux_removexattr	AUE_NULL
15175f2336efSEd Maste #define	LINUX_SYS_AUE_linux_lremovexattr	AUE_NULL
15185f2336efSEd Maste #define	LINUX_SYS_AUE_linux_fremovexattr	AUE_NULL
15195f2336efSEd Maste #define	LINUX_SYS_AUE_linux_getcwd	AUE_GETCWD
15205f2336efSEd Maste #define	LINUX_SYS_AUE_linux_lookup_dcookie	AUE_NULL
15215f2336efSEd Maste #define	LINUX_SYS_AUE_linux_eventfd2	AUE_NULL
15225f2336efSEd Maste #define	LINUX_SYS_AUE_linux_epoll_create1	AUE_NULL
15235f2336efSEd Maste #define	LINUX_SYS_AUE_linux_epoll_ctl	AUE_NULL
15245f2336efSEd Maste #define	LINUX_SYS_AUE_linux_epoll_pwait	AUE_NULL
15255f2336efSEd Maste #define	LINUX_SYS_AUE_linux_dup3	AUE_NULL
15265f2336efSEd Maste #define	LINUX_SYS_AUE_linux_fcntl	AUE_FCNTL
15275f2336efSEd Maste #define	LINUX_SYS_AUE_linux_inotify_init1	AUE_NULL
15285f2336efSEd Maste #define	LINUX_SYS_AUE_linux_inotify_add_watch	AUE_NULL
15295f2336efSEd Maste #define	LINUX_SYS_AUE_linux_inotify_rm_watch	AUE_NULL
15305f2336efSEd Maste #define	LINUX_SYS_AUE_linux_ioctl	AUE_IOCTL
1531b5c0b955SDmitry Chagin #define	LINUX_SYS_AUE_linux_ioprio_set	AUE_SETPRIORITY
1532b5c0b955SDmitry Chagin #define	LINUX_SYS_AUE_linux_ioprio_get	AUE_GETPRIORITY
15335f2336efSEd Maste #define	LINUX_SYS_AUE_linux_mknodat	AUE_MKNODAT
15345f2336efSEd Maste #define	LINUX_SYS_AUE_linux_mkdirat	AUE_MKDIRAT
15355f2336efSEd Maste #define	LINUX_SYS_AUE_linux_unlinkat	AUE_UNLINKAT
15365f2336efSEd Maste #define	LINUX_SYS_AUE_linux_symlinkat	AUE_SYMLINKAT
15375f2336efSEd Maste #define	LINUX_SYS_AUE_linux_linkat	AUE_LINKAT
15385f2336efSEd Maste #define	LINUX_SYS_AUE_linux_renameat	AUE_RENAMEAT
15395f2336efSEd Maste #define	LINUX_SYS_AUE_linux_mount	AUE_MOUNT
15405f2336efSEd Maste #define	LINUX_SYS_AUE_linux_pivot_root	AUE_PIVOT_ROOT
15415f2336efSEd Maste #define	LINUX_SYS_AUE_linux_statfs	AUE_STATFS
15425f2336efSEd Maste #define	LINUX_SYS_AUE_linux_fstatfs	AUE_FSTATFS
15435f2336efSEd Maste #define	LINUX_SYS_AUE_linux_truncate	AUE_TRUNCATE
15445f2336efSEd Maste #define	LINUX_SYS_AUE_linux_ftruncate	AUE_FTRUNCATE
15455f2336efSEd Maste #define	LINUX_SYS_AUE_linux_fallocate	AUE_NULL
15465f2336efSEd Maste #define	LINUX_SYS_AUE_linux_faccessat	AUE_FACCESSAT
15475f2336efSEd Maste #define	LINUX_SYS_AUE_linux_chdir	AUE_CHDIR
15485f2336efSEd Maste #define	LINUX_SYS_AUE_linux_fchmodat	AUE_FCHMODAT
15495f2336efSEd Maste #define	LINUX_SYS_AUE_linux_fchownat	AUE_FCHOWNAT
15505f2336efSEd Maste #define	LINUX_SYS_AUE_linux_openat	AUE_OPEN_RWTC
15515f2336efSEd Maste #define	LINUX_SYS_AUE_linux_vhangup	AUE_NULL
15525f2336efSEd Maste #define	LINUX_SYS_AUE_linux_pipe2	AUE_NULL
15535f2336efSEd Maste #define	LINUX_SYS_AUE_linux_getdents64	AUE_GETDIRENTRIES
15545f2336efSEd Maste #define	LINUX_SYS_AUE_linux_lseek	AUE_LSEEK
155589d270b2SDmitry Chagin #define	LINUX_SYS_AUE_linux_write	AUE_NULL
15561f9d71eeSDmitry Chagin #define	LINUX_SYS_AUE_linux_writev	AUE_WRITEV
15575f2336efSEd Maste #define	LINUX_SYS_AUE_linux_pread	AUE_PREAD
15585f2336efSEd Maste #define	LINUX_SYS_AUE_linux_pwrite	AUE_PWRITE
15595f2336efSEd Maste #define	LINUX_SYS_AUE_linux_preadv	AUE_NULL
15605f2336efSEd Maste #define	LINUX_SYS_AUE_linux_pwritev	AUE_NULL
15615f2336efSEd Maste #define	LINUX_SYS_AUE_linux_sendfile	AUE_SENDFILE
15625f2336efSEd Maste #define	LINUX_SYS_AUE_linux_pselect6	AUE_SELECT
15635f2336efSEd Maste #define	LINUX_SYS_AUE_linux_ppoll	AUE_POLL
15645f2336efSEd Maste #define	LINUX_SYS_AUE_linux_signalfd4	AUE_NULL
15655f2336efSEd Maste #define	LINUX_SYS_AUE_linux_vmsplice	AUE_NULL
15665f2336efSEd Maste #define	LINUX_SYS_AUE_linux_splice	AUE_NULL
15675f2336efSEd Maste #define	LINUX_SYS_AUE_linux_tee	AUE_NULL
15685f2336efSEd Maste #define	LINUX_SYS_AUE_linux_readlinkat	AUE_READLINKAT
15695f2336efSEd Maste #define	LINUX_SYS_AUE_linux_newfstatat	AUE_FSTATAT
15705f2336efSEd Maste #define	LINUX_SYS_AUE_linux_newfstat	AUE_FSTAT
15715f2336efSEd Maste #define	LINUX_SYS_AUE_linux_fdatasync	AUE_NULL
15725f2336efSEd Maste #define	LINUX_SYS_AUE_linux_sync_file_range	AUE_NULL
15735f2336efSEd Maste #define	LINUX_SYS_AUE_linux_timerfd_create	AUE_NULL
15745f2336efSEd Maste #define	LINUX_SYS_AUE_linux_timerfd_settime	AUE_NULL
15755f2336efSEd Maste #define	LINUX_SYS_AUE_linux_timerfd_gettime	AUE_NULL
15765f2336efSEd Maste #define	LINUX_SYS_AUE_linux_utimensat	AUE_FUTIMESAT
15775f2336efSEd Maste #define	LINUX_SYS_AUE_linux_capget	AUE_CAPGET
15785f2336efSEd Maste #define	LINUX_SYS_AUE_linux_capset	AUE_CAPSET
15795f2336efSEd Maste #define	LINUX_SYS_AUE_linux_personality	AUE_PERSONALITY
15805f2336efSEd Maste #define	LINUX_SYS_AUE_linux_exit	AUE_EXIT
15815f2336efSEd Maste #define	LINUX_SYS_AUE_linux_exit_group	AUE_EXIT
15825f2336efSEd Maste #define	LINUX_SYS_AUE_linux_waitid	AUE_WAIT6
15835f2336efSEd Maste #define	LINUX_SYS_AUE_linux_set_tid_address	AUE_NULL
15845f2336efSEd Maste #define	LINUX_SYS_AUE_linux_unshare	AUE_NULL
15855f2336efSEd Maste #define	LINUX_SYS_AUE_linux_sys_futex	AUE_NULL
15865f2336efSEd Maste #define	LINUX_SYS_AUE_linux_set_robust_list	AUE_NULL
15875f2336efSEd Maste #define	LINUX_SYS_AUE_linux_get_robust_list	AUE_NULL
15885f2336efSEd Maste #define	LINUX_SYS_AUE_linux_nanosleep	AUE_NULL
15895f2336efSEd Maste #define	LINUX_SYS_AUE_linux_getitimer	AUE_GETITIMER
15905f2336efSEd Maste #define	LINUX_SYS_AUE_linux_setitimer	AUE_SETITIMER
15915f2336efSEd Maste #define	LINUX_SYS_AUE_linux_kexec_load	AUE_NULL
15925f2336efSEd Maste #define	LINUX_SYS_AUE_linux_init_module	AUE_NULL
15935f2336efSEd Maste #define	LINUX_SYS_AUE_linux_delete_module	AUE_NULL
15945f2336efSEd Maste #define	LINUX_SYS_AUE_linux_timer_create	AUE_NULL
15955f2336efSEd Maste #define	LINUX_SYS_AUE_linux_timer_gettime	AUE_NULL
15965f2336efSEd Maste #define	LINUX_SYS_AUE_linux_timer_getoverrun	AUE_NULL
15975f2336efSEd Maste #define	LINUX_SYS_AUE_linux_timer_settime	AUE_NULL
15985f2336efSEd Maste #define	LINUX_SYS_AUE_linux_timer_delete	AUE_NULL
15995f2336efSEd Maste #define	LINUX_SYS_AUE_linux_clock_settime	AUE_CLOCK_SETTIME
16005f2336efSEd Maste #define	LINUX_SYS_AUE_linux_clock_gettime	AUE_NULL
16015f2336efSEd Maste #define	LINUX_SYS_AUE_linux_clock_getres	AUE_NULL
16025f2336efSEd Maste #define	LINUX_SYS_AUE_linux_clock_nanosleep	AUE_NULL
16035f2336efSEd Maste #define	LINUX_SYS_AUE_linux_syslog	AUE_NULL
16045f2336efSEd Maste #define	LINUX_SYS_AUE_linux_ptrace	AUE_PTRACE
16055f2336efSEd Maste #define	LINUX_SYS_AUE_linux_sched_setparam	AUE_SCHED_SETPARAM
16065f2336efSEd Maste #define	LINUX_SYS_AUE_linux_sched_setscheduler	AUE_SCHED_SETSCHEDULER
16075f2336efSEd Maste #define	LINUX_SYS_AUE_linux_sched_getscheduler	AUE_SCHED_GETSCHEDULER
16085f2336efSEd Maste #define	LINUX_SYS_AUE_linux_sched_getparam	AUE_SCHED_GETPARAM
16095f2336efSEd Maste #define	LINUX_SYS_AUE_linux_sched_setaffinity	AUE_NULL
16105f2336efSEd Maste #define	LINUX_SYS_AUE_linux_sched_getaffinity	AUE_NULL
16115f2336efSEd Maste #define	LINUX_SYS_AUE_linux_sched_get_priority_max	AUE_SCHED_GET_PRIORITY_MAX
16125f2336efSEd Maste #define	LINUX_SYS_AUE_linux_sched_get_priority_min	AUE_SCHED_GET_PRIORITY_MIN
16135f2336efSEd Maste #define	LINUX_SYS_AUE_linux_sched_rr_get_interval	AUE_SCHED_RR_GET_INTERVAL
16145f2336efSEd Maste #define	LINUX_SYS_AUE_linux_kill	AUE_KILL
16155f2336efSEd Maste #define	LINUX_SYS_AUE_linux_tkill	AUE_NULL
16165f2336efSEd Maste #define	LINUX_SYS_AUE_linux_tgkill	AUE_NULL
16175f2336efSEd Maste #define	LINUX_SYS_AUE_linux_sigaltstack	AUE_NULL
16185f2336efSEd Maste #define	LINUX_SYS_AUE_linux_rt_sigsuspend	AUE_NULL
16195f2336efSEd Maste #define	LINUX_SYS_AUE_linux_rt_sigaction	AUE_NULL
16205f2336efSEd Maste #define	LINUX_SYS_AUE_linux_rt_sigprocmask	AUE_NULL
16215f2336efSEd Maste #define	LINUX_SYS_AUE_linux_rt_sigpending	AUE_NULL
16225f2336efSEd Maste #define	LINUX_SYS_AUE_linux_rt_sigtimedwait	AUE_NULL
16235f2336efSEd Maste #define	LINUX_SYS_AUE_linux_rt_sigqueueinfo	AUE_NULL
16245f2336efSEd Maste #define	LINUX_SYS_AUE_linux_rt_sigreturn	AUE_NULL
16255f2336efSEd Maste #define	LINUX_SYS_AUE_linux_getpriority	AUE_GETPRIORITY
16265f2336efSEd Maste #define	LINUX_SYS_AUE_linux_reboot	AUE_REBOOT
16275f2336efSEd Maste #define	LINUX_SYS_AUE_linux_setfsuid	AUE_SETFSUID
16285f2336efSEd Maste #define	LINUX_SYS_AUE_linux_setfsgid	AUE_SETFSGID
16295f2336efSEd Maste #define	LINUX_SYS_AUE_linux_times	AUE_NULL
16305f2336efSEd Maste #define	LINUX_SYS_AUE_linux_getsid	AUE_GETSID
16315f2336efSEd Maste #define	LINUX_SYS_AUE_linux_getgroups	AUE_GETGROUPS
16325f2336efSEd Maste #define	LINUX_SYS_AUE_linux_setgroups	AUE_SETGROUPS
16335f2336efSEd Maste #define	LINUX_SYS_AUE_linux_newuname	AUE_NULL
16345f2336efSEd Maste #define	LINUX_SYS_AUE_linux_sethostname	AUE_SYSCTL
16355f2336efSEd Maste #define	LINUX_SYS_AUE_linux_setdomainname	AUE_SYSCTL
16365f2336efSEd Maste #define	LINUX_SYS_AUE_linux_getrlimit	AUE_GETRLIMIT
16375f2336efSEd Maste #define	LINUX_SYS_AUE_linux_setrlimit	AUE_SETRLIMIT
16385f2336efSEd Maste #define	LINUX_SYS_AUE_linux_prctl	AUE_PRCTL
16395f2336efSEd Maste #define	LINUX_SYS_AUE_linux_getcpu	AUE_NULL
16405f2336efSEd Maste #define	LINUX_SYS_AUE_linux_adjtimex	AUE_ADJTIME
16415f2336efSEd Maste #define	LINUX_SYS_AUE_linux_getpid	AUE_GETPID
16425f2336efSEd Maste #define	LINUX_SYS_AUE_linux_getppid	AUE_GETPPID
16435f2336efSEd Maste #define	LINUX_SYS_AUE_linux_getuid	AUE_GETUID
16445f2336efSEd Maste #define	LINUX_SYS_AUE_linux_getgid	AUE_GETGID
16455f2336efSEd Maste #define	LINUX_SYS_AUE_linux_gettid	AUE_NULL
16465f2336efSEd Maste #define	LINUX_SYS_AUE_linux_sysinfo	AUE_NULL
16475f2336efSEd Maste #define	LINUX_SYS_AUE_linux_mq_open	AUE_NULL
16485f2336efSEd Maste #define	LINUX_SYS_AUE_linux_mq_unlink	AUE_NULL
16495f2336efSEd Maste #define	LINUX_SYS_AUE_linux_mq_timedsend	AUE_NULL
16505f2336efSEd Maste #define	LINUX_SYS_AUE_linux_mq_timedreceive	AUE_NULL
16515f2336efSEd Maste #define	LINUX_SYS_AUE_linux_mq_notify	AUE_NULL
16525f2336efSEd Maste #define	LINUX_SYS_AUE_linux_mq_getsetattr	AUE_NULL
16535f2336efSEd Maste #define	LINUX_SYS_AUE_linux_msgget	AUE_NULL
16545f2336efSEd Maste #define	LINUX_SYS_AUE_linux_msgctl	AUE_NULL
16555f2336efSEd Maste #define	LINUX_SYS_AUE_linux_msgrcv	AUE_NULL
16565f2336efSEd Maste #define	LINUX_SYS_AUE_linux_msgsnd	AUE_NULL
16575f2336efSEd Maste #define	LINUX_SYS_AUE_linux_semget	AUE_NULL
16585f2336efSEd Maste #define	LINUX_SYS_AUE_linux_semctl	AUE_NULL
16595f2336efSEd Maste #define	LINUX_SYS_AUE_linux_semtimedop	AUE_NULL
16605f2336efSEd Maste #define	LINUX_SYS_AUE_linux_shmget	AUE_NULL
16615f2336efSEd Maste #define	LINUX_SYS_AUE_linux_shmctl	AUE_NULL
16625f2336efSEd Maste #define	LINUX_SYS_AUE_linux_shmat	AUE_NULL
16635f2336efSEd Maste #define	LINUX_SYS_AUE_linux_shmdt	AUE_NULL
16645f2336efSEd Maste #define	LINUX_SYS_AUE_linux_socket	AUE_SOCKET
16655f2336efSEd Maste #define	LINUX_SYS_AUE_linux_socketpair	AUE_SOCKETPAIR
16665f2336efSEd Maste #define	LINUX_SYS_AUE_linux_bind	AUE_BIND
16675f2336efSEd Maste #define	LINUX_SYS_AUE_linux_listen	AUE_LISTEN
16685f2336efSEd Maste #define	LINUX_SYS_AUE_linux_accept	AUE_ACCEPT
16695f2336efSEd Maste #define	LINUX_SYS_AUE_linux_connect	AUE_CONNECT
16705f2336efSEd Maste #define	LINUX_SYS_AUE_linux_getsockname	AUE_GETSOCKNAME
16715f2336efSEd Maste #define	LINUX_SYS_AUE_linux_getpeername	AUE_GETPEERNAME
16725f2336efSEd Maste #define	LINUX_SYS_AUE_linux_sendto	AUE_SENDTO
16735f2336efSEd Maste #define	LINUX_SYS_AUE_linux_recvfrom	AUE_RECVFROM
16745f2336efSEd Maste #define	LINUX_SYS_AUE_linux_setsockopt	AUE_SETSOCKOPT
16755f2336efSEd Maste #define	LINUX_SYS_AUE_linux_getsockopt	AUE_GETSOCKOPT
16765f2336efSEd Maste #define	LINUX_SYS_AUE_linux_shutdown	AUE_NULL
16775f2336efSEd Maste #define	LINUX_SYS_AUE_linux_sendmsg	AUE_SENDMSG
16785f2336efSEd Maste #define	LINUX_SYS_AUE_linux_recvmsg	AUE_RECVMSG
16795f2336efSEd Maste #define	LINUX_SYS_AUE_linux_brk	AUE_NULL
16805f2336efSEd Maste #define	LINUX_SYS_AUE_linux_mremap	AUE_NULL
16815f2336efSEd Maste #define	LINUX_SYS_AUE_linux_add_key	AUE_NULL
16825f2336efSEd Maste #define	LINUX_SYS_AUE_linux_request_key	AUE_NULL
16835f2336efSEd Maste #define	LINUX_SYS_AUE_linux_keyctl	AUE_NULL
16845f2336efSEd Maste #define	LINUX_SYS_AUE_linux_clone	AUE_RFORK
16855f2336efSEd Maste #define	LINUX_SYS_AUE_linux_execve	AUE_EXECVE
16865f2336efSEd Maste #define	LINUX_SYS_AUE_linux_mmap2	AUE_MMAP
16875f2336efSEd Maste #define	LINUX_SYS_AUE_linux_fadvise64	AUE_NULL
16885f2336efSEd Maste #define	LINUX_SYS_AUE_linux_swapoff	AUE_SWAPOFF
16895f2336efSEd Maste #define	LINUX_SYS_AUE_linux_mprotect	AUE_MPROTECT
16905f2336efSEd Maste #define	LINUX_SYS_AUE_linux_msync	AUE_MSYNC
16915f2336efSEd Maste #define	LINUX_SYS_AUE_linux_mincore	AUE_MINCORE
1692bafd96b8SEdward Tomasz Napierala #define	LINUX_SYS_AUE_linux_madvise	AUE_MADVISE
16935f2336efSEd Maste #define	LINUX_SYS_AUE_linux_remap_file_pages	AUE_NULL
16945f2336efSEd Maste #define	LINUX_SYS_AUE_linux_mbind	AUE_NULL
16955f2336efSEd Maste #define	LINUX_SYS_AUE_linux_get_mempolicy	AUE_NULL
16965f2336efSEd Maste #define	LINUX_SYS_AUE_linux_set_mempolicy	AUE_NULL
16975f2336efSEd Maste #define	LINUX_SYS_AUE_linux_migrate_pages	AUE_NULL
16985f2336efSEd Maste #define	LINUX_SYS_AUE_linux_move_pages	AUE_NULL
16995f2336efSEd Maste #define	LINUX_SYS_AUE_linux_rt_tgsigqueueinfo	AUE_NULL
17005f2336efSEd Maste #define	LINUX_SYS_AUE_linux_perf_event_open	AUE_NULL
17015f2336efSEd Maste #define	LINUX_SYS_AUE_linux_accept4	AUE_ACCEPT
17025f2336efSEd Maste #define	LINUX_SYS_AUE_linux_recvmmsg	AUE_NULL
17035f2336efSEd Maste #define	LINUX_SYS_AUE_linux_wait4	AUE_WAIT4
17045f2336efSEd Maste #define	LINUX_SYS_AUE_linux_prlimit64	AUE_NULL
17055f2336efSEd Maste #define	LINUX_SYS_AUE_linux_fanotify_init	AUE_NULL
17065f2336efSEd Maste #define	LINUX_SYS_AUE_linux_fanotify_mark	AUE_NULL
17075f2336efSEd Maste #define	LINUX_SYS_AUE_linux_name_to_handle_at	AUE_NULL
17085f2336efSEd Maste #define	LINUX_SYS_AUE_linux_open_by_handle_at	AUE_NULL
17095f2336efSEd Maste #define	LINUX_SYS_AUE_linux_clock_adjtime	AUE_NULL
17105f2336efSEd Maste #define	LINUX_SYS_AUE_linux_syncfs	AUE_SYNC
17115f2336efSEd Maste #define	LINUX_SYS_AUE_linux_setns	AUE_NULL
17125f2336efSEd Maste #define	LINUX_SYS_AUE_linux_sendmmsg	AUE_NULL
17135f2336efSEd Maste #define	LINUX_SYS_AUE_linux_process_vm_readv	AUE_NULL
17145f2336efSEd Maste #define	LINUX_SYS_AUE_linux_process_vm_writev	AUE_NULL
17155f2336efSEd Maste #define	LINUX_SYS_AUE_linux_kcmp	AUE_NULL
17165f2336efSEd Maste #define	LINUX_SYS_AUE_linux_finit_module	AUE_NULL
17175f2336efSEd Maste #define	LINUX_SYS_AUE_linux_sched_setattr	AUE_NULL
17185f2336efSEd Maste #define	LINUX_SYS_AUE_linux_sched_getattr	AUE_NULL
17195f2336efSEd Maste #define	LINUX_SYS_AUE_linux_renameat2	AUE_NULL
17205f2336efSEd Maste #define	LINUX_SYS_AUE_linux_seccomp	AUE_NULL
17215f2336efSEd Maste #define	LINUX_SYS_AUE_linux_getrandom	AUE_NULL
17225f2336efSEd Maste #define	LINUX_SYS_AUE_linux_memfd_create	AUE_NULL
17235f2336efSEd Maste #define	LINUX_SYS_AUE_linux_bpf	AUE_NULL
17245f2336efSEd Maste #define	LINUX_SYS_AUE_linux_execveat	AUE_NULL
17255f2336efSEd Maste #define	LINUX_SYS_AUE_linux_userfaultfd	AUE_NULL
17265f2336efSEd Maste #define	LINUX_SYS_AUE_linux_membarrier	AUE_NULL
17275f2336efSEd Maste #define	LINUX_SYS_AUE_linux_mlock2	AUE_NULL
17285f2336efSEd Maste #define	LINUX_SYS_AUE_linux_copy_file_range	AUE_NULL
17295f2336efSEd Maste #define	LINUX_SYS_AUE_linux_preadv2	AUE_NULL
17305f2336efSEd Maste #define	LINUX_SYS_AUE_linux_pwritev2	AUE_NULL
17315f2336efSEd Maste #define	LINUX_SYS_AUE_linux_pkey_mprotect	AUE_NULL
17325f2336efSEd Maste #define	LINUX_SYS_AUE_linux_pkey_alloc	AUE_NULL
17335f2336efSEd Maste #define	LINUX_SYS_AUE_linux_pkey_free	AUE_NULL
1734c0f17173SEdward Tomasz Napierala #define	LINUX_SYS_AUE_linux_statx	AUE_NULL
1735c0f17173SEdward Tomasz Napierala #define	LINUX_SYS_AUE_linux_io_pgetevents	AUE_NULL
1736c0f17173SEdward Tomasz Napierala #define	LINUX_SYS_AUE_linux_rseq	AUE_NULL
1737c0f17173SEdward Tomasz Napierala #define	LINUX_SYS_AUE_linux_kexec_file_load	AUE_NULL
1738c0f17173SEdward Tomasz Napierala #define	LINUX_SYS_AUE_linux_pidfd_send_signal	AUE_NULL
1739c0f17173SEdward Tomasz Napierala #define	LINUX_SYS_AUE_linux_io_uring_setup	AUE_NULL
1740c0f17173SEdward Tomasz Napierala #define	LINUX_SYS_AUE_linux_io_uring_enter	AUE_NULL
1741c0f17173SEdward Tomasz Napierala #define	LINUX_SYS_AUE_linux_io_uring_register	AUE_NULL
1742c0f17173SEdward Tomasz Napierala #define	LINUX_SYS_AUE_linux_open_tree	AUE_NULL
1743c0f17173SEdward Tomasz Napierala #define	LINUX_SYS_AUE_linux_move_mount	AUE_NULL
1744c0f17173SEdward Tomasz Napierala #define	LINUX_SYS_AUE_linux_fsopen	AUE_NULL
1745c0f17173SEdward Tomasz Napierala #define	LINUX_SYS_AUE_linux_fsconfig	AUE_NULL
1746c0f17173SEdward Tomasz Napierala #define	LINUX_SYS_AUE_linux_fsmount	AUE_NULL
1747c0f17173SEdward Tomasz Napierala #define	LINUX_SYS_AUE_linux_fspick	AUE_NULL
1748c0f17173SEdward Tomasz Napierala #define	LINUX_SYS_AUE_linux_pidfd_open	AUE_NULL
1749c0f17173SEdward Tomasz Napierala #define	LINUX_SYS_AUE_linux_clone3	AUE_NULL
175050111714SDmitry Chagin #define	LINUX_SYS_AUE_linux_close_range	AUE_CLOSERANGE
1751c0f17173SEdward Tomasz Napierala #define	LINUX_SYS_AUE_linux_openat2	AUE_NULL
1752c0f17173SEdward Tomasz Napierala #define	LINUX_SYS_AUE_linux_pidfd_getfd	AUE_NULL
1753c0f17173SEdward Tomasz Napierala #define	LINUX_SYS_AUE_linux_faccessat2	AUE_NULL
1754c0f17173SEdward Tomasz Napierala #define	LINUX_SYS_AUE_linux_process_madvise	AUE_NULL
1755c0f17173SEdward Tomasz Napierala #define	LINUX_SYS_AUE_linux_epoll_pwait2	AUE_NULL
1756c0f17173SEdward Tomasz Napierala #define	LINUX_SYS_AUE_linux_mount_setattr	AUE_NULL
175728035f67SDmitry Chagin #define	LINUX_SYS_AUE_linux_quotactl_fd	AUE_NULL
175828035f67SDmitry Chagin #define	LINUX_SYS_AUE_linux_landlock_create_ruleset	AUE_NULL
175928035f67SDmitry Chagin #define	LINUX_SYS_AUE_linux_landlock_add_rule	AUE_NULL
176028035f67SDmitry Chagin #define	LINUX_SYS_AUE_linux_landlock_restrict_self	AUE_NULL
176128035f67SDmitry Chagin #define	LINUX_SYS_AUE_linux_memfd_secret	AUE_NULL
176228035f67SDmitry Chagin #define	LINUX_SYS_AUE_linux_process_mrelease	AUE_NULL
176328035f67SDmitry Chagin #define	LINUX_SYS_AUE_linux_futex_waitv	AUE_NULL
176428035f67SDmitry Chagin #define	LINUX_SYS_AUE_linux_set_mempolicy_home_node	AUE_NULL
176528035f67SDmitry Chagin #define	LINUX_SYS_AUE_linux_cachestat	AUE_NULL
176628035f67SDmitry Chagin #define	LINUX_SYS_AUE_linux_fchmodat2	AUE_NULL
17675f2336efSEd Maste 
17685f2336efSEd Maste #undef PAD_
17695f2336efSEd Maste #undef PADL_
17705f2336efSEd Maste #undef PADR_
17715f2336efSEd Maste 
17725f2336efSEd Maste #endif /* !_LINUX_SYSPROTO_H_ */
1773