1/*
2 * Copyright (c) 1991, 1992 Paul Kranenburg <pk@cs.few.eur.nl>
3 * Copyright (c) 1993 Branko Lankester <branko@hacktic.nl>
4 * Copyright (c) 1993 Ulrich Pegelow <pegelow@moorea.uni-muenster.de>
5 * Copyright (c) 1995, 1996 Michael Elizabeth Chastain <mec@duracef.shout.net>
6 * Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey <jrs@world.std.com>
7 * Copyright (C) 1998-2001 Wichert Akkerman <wakkerma@deephackmode.org>
8 * All rights reserved.
9 *
10 * Redistribution and use in source and binary forms, with or without
11 * modification, are permitted provided that the following conditions
12 * are met:
13 * 1. Redistributions of source code must retain the above copyright
14 * notice, this list of conditions and the following disclaimer.
15 * 2. Redistributions in binary form must reproduce the above copyright
16 * notice, this list of conditions and the following disclaimer in the
17 * documentation and/or other materials provided with the distribution.
18 * 3. The name of the author may not be used to endorse or promote products
19 * derived from this software without specific prior written permission.
20 *
21 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
22 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
23 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
24 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
25 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
26 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
27 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
28 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
30 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31*/
32[ 0] = { 3, TD, SEN(read), "read" },
33[ 1] = { 3, TD, SEN(write), "write" },
34[ 2] = { 3, TD|TF, SEN(open), "open" },
35[ 3] = { 1, TD, SEN(close), "close" },
36[ 4] = { 2, TF, SEN(stat), "stat" },
37[ 5] = { 2, TD, SEN(fstat), "fstat" },
38[ 6] = { 2, TF, SEN(lstat), "lstat" },
39[ 7] = { 3, TD, SEN(poll), "poll" },
40[ 8] = { 3, TD, SEN(lseek), "lseek" },
41[ 9] = { 6, TD|TM|SI, SEN(mmap), "mmap" },
42[ 10] = { 3, TM|SI, SEN(mprotect), "mprotect" },
43[ 11] = { 2, TM|SI, SEN(munmap), "munmap" },
44[ 12] = { 1, TM|SI, SEN(brk), "brk" },
45[ 13] = { 4, TS, SEN(rt_sigaction), "rt_sigaction" },
46[ 14] = { 4, TS, SEN(rt_sigprocmask), "rt_sigprocmask" },
47[ 15] = { 0, TS, SEN(sigreturn), "rt_sigreturn" },
48[ 16] = { 3, TD, SEN(ioctl), "ioctl" },
49[ 17] = { 4, TD, SEN(pread), "pread64" },
50[ 18] = { 4, TD, SEN(pwrite), "pwrite64" },
51[ 19] = { 3, TD, SEN(readv), "readv" },
52[ 20] = { 3, TD, SEN(writev), "writev" },
53[ 21] = { 2, TF, SEN(access), "access" },
54[ 22] = { 1, TD, SEN(pipe), "pipe" },
55[ 23] = { 5, TD, SEN(select), "select" },
56[ 24] = { 0, 0, SEN(sched_yield), "sched_yield" },
57[ 25] = { 5, TM|SI, SEN(mremap), "mremap" },
58[ 26] = { 3, TM, SEN(msync), "msync" },
59[ 27] = { 3, TM, SEN(mincore), "mincore" },
60[ 28] = { 3, TM, SEN(madvise), "madvise" },
61[ 29] = { 3, TI, SEN(shmget), "shmget" },
62[ 30] = { 3, TI|TM|SI, SEN(shmat), "shmat" },
63[ 31] = { 3, TI, SEN(shmctl), "shmctl" },
64[ 32] = { 1, TD, SEN(dup), "dup" },
65[ 33] = { 2, TD, SEN(dup2), "dup2" },
66[ 34] = { 0, TS, SEN(pause), "pause" },
67[ 35] = { 2, 0, SEN(nanosleep), "nanosleep" },
68[ 36] = { 2, 0, SEN(getitimer), "getitimer" },
69[ 37] = { 1, 0, SEN(alarm), "alarm" },
70[ 38] = { 3, 0, SEN(setitimer), "setitimer" },
71[ 39] = { 0, NF, SEN(getpid), "getpid" },
72[ 40] = { 4, TD|TN, SEN(sendfile64), "sendfile" },
73[ 41] = { 3, TN, SEN(socket), "socket" },
74[ 42] = { 3, TN, SEN(connect), "connect" },
75[ 43] = { 3, TN, SEN(accept), "accept" },
76[ 44] = { 6, TN, SEN(sendto), "sendto" },
77[ 45] = { 6, TN, SEN(recvfrom), "recvfrom" },
78[ 46] = { 3, TN, SEN(sendmsg), "sendmsg" },
79[ 47] = { 3, TN, SEN(recvmsg), "recvmsg" },
80[ 48] = { 2, TN, SEN(shutdown), "shutdown" },
81[ 49] = { 3, TN, SEN(bind), "bind" },
82[ 50] = { 2, TN, SEN(listen), "listen" },
83[ 51] = { 3, TN, SEN(getsockname), "getsockname" },
84[ 52] = { 3, TN, SEN(getpeername), "getpeername" },
85[ 53] = { 4, TN, SEN(socketpair), "socketpair" },
86[ 54] = { 5, TN, SEN(setsockopt), "setsockopt" },
87[ 55] = { 5, TN, SEN(getsockopt), "getsockopt" },
88[ 56] = { 5, TP, SEN(clone), "clone" },
89[ 57] = { 0, TP, SEN(fork), "fork" },
90[ 58] = { 0, TP, SEN(vfork), "vfork" },
91[ 59] = { 3, TF|TP|SE|SI, SEN(execve), "execve" },
92[ 60] = { 1, TP|SE, SEN(exit), "exit" },
93[ 61] = { 4, TP, SEN(wait4), "wait4" },
94[ 62] = { 2, TS, SEN(kill), "kill" },
95[ 63] = { 1, 0, SEN(uname), "uname" },
96[ 64] = { 3, TI, SEN(semget), "semget" },
97[ 65] = { 3, TI, SEN(semop), "semop" },
98[ 66] = { 4, TI, SEN(semctl), "semctl" },
99[ 67] = { 1, TI|TM|SI, SEN(shmdt), "shmdt" },
100[ 68] = { 2, TI, SEN(msgget), "msgget" },
101[ 69] = { 4, TI, SEN(msgsnd), "msgsnd" },
102[ 70] = { 5, TI, SEN(msgrcv), "msgrcv" },
103[ 71] = { 3, TI, SEN(msgctl), "msgctl" },
104[ 72] = { 3, TD, SEN(fcntl), "fcntl" },
105[ 73] = { 2, TD, SEN(flock), "flock" },
106[ 74] = { 1, TD, SEN(fsync), "fsync" },
107[ 75] = { 1, TD, SEN(fdatasync), "fdatasync" },
108[ 76] = { 2, TF, SEN(truncate), "truncate" },
109[ 77] = { 2, TD, SEN(ftruncate), "ftruncate" },
110[ 78] = { 3, TD, SEN(getdents), "getdents" },
111[ 79] = { 2, TF, SEN(getcwd), "getcwd" },
112[ 80] = { 1, TF, SEN(chdir), "chdir" },
113[ 81] = { 1, TD, SEN(fchdir), "fchdir" },
114[ 82] = { 2, TF, SEN(rename), "rename" },
115[ 83] = { 2, TF, SEN(mkdir), "mkdir" },
116[ 84] = { 1, TF, SEN(rmdir), "rmdir" },
117[ 85] = { 2, TD|TF, SEN(creat), "creat" },
118[ 86] = { 2, TF, SEN(link), "link" },
119[ 87] = { 1, TF, SEN(unlink), "unlink" },
120[ 88] = { 2, TF, SEN(symlink), "symlink" },
121[ 89] = { 3, TF, SEN(readlink), "readlink" },
122[ 90] = { 2, TF, SEN(chmod), "chmod" },
123[ 91] = { 2, TD, SEN(fchmod), "fchmod" },
124[ 92] = { 3, TF, SEN(chown), "chown" },
125[ 93] = { 3, TD, SEN(fchown), "fchown" },
126[ 94] = { 3, TF, SEN(chown), "lchown" },
127[ 95] = { 1, NF, SEN(umask), "umask" },
128[ 96] = { 2, 0, SEN(gettimeofday), "gettimeofday" },
129[ 97] = { 2, 0, SEN(getrlimit), "getrlimit" },
130[ 98] = { 2, 0, SEN(getrusage), "getrusage" },
131[ 99] = { 1, 0, SEN(sysinfo), "sysinfo" },
132[100] = { 1, 0, SEN(times), "times" },
133[101] = { 4, 0, SEN(ptrace), "ptrace" },
134[102] = { 0, NF, SEN(getuid), "getuid" },
135[103] = { 3, 0, SEN(syslog), "syslog" },
136[104] = { 0, NF, SEN(getgid), "getgid" },
137[105] = { 1, 0, SEN(setuid), "setuid" },
138[106] = { 1, 0, SEN(setgid), "setgid" },
139[107] = { 0, NF, SEN(geteuid), "geteuid" },
140[108] = { 0, NF, SEN(getegid), "getegid" },
141[109] = { 2, 0, SEN(setpgid), "setpgid" },
142[110] = { 0, NF, SEN(getppid), "getppid" },
143[111] = { 0, 0, SEN(getpgrp), "getpgrp" },
144[112] = { 0, 0, SEN(setsid), "setsid" },
145[113] = { 2, 0, SEN(setreuid), "setreuid" },
146[114] = { 2, 0, SEN(setregid), "setregid" },
147[115] = { 2, 0, SEN(getgroups), "getgroups" },
148[116] = { 2, 0, SEN(setgroups), "setgroups" },
149[117] = { 3, 0, SEN(setresuid), "setresuid" },
150[118] = { 3, 0, SEN(getresuid), "getresuid" },
151[119] = { 3, 0, SEN(setresgid), "setresgid" },
152[120] = { 3, 0, SEN(getresgid), "getresgid" },
153[121] = { 1, 0, SEN(getpgid), "getpgid" },
154[122] = { 1, NF, SEN(setfsuid), "setfsuid" },
155[123] = { 1, NF, SEN(setfsgid), "setfsgid" },
156[124] = { 1, 0, SEN(getsid), "getsid" },
157[125] = { 2, 0, SEN(capget), "capget" },
158[126] = { 2, 0, SEN(capset), "capset" },
159[127] = { 2, TS, SEN(rt_sigpending), "rt_sigpending" },
160[128] = { 4, TS, SEN(rt_sigtimedwait), "rt_sigtimedwait" },
161[129] = { 3, TS, SEN(rt_sigqueueinfo), "rt_sigqueueinfo" },
162[130] = { 2, TS, SEN(rt_sigsuspend), "rt_sigsuspend" },
163[131] = { 2, TS, SEN(sigaltstack), "sigaltstack" },
164[132] = { 2, TF, SEN(utime), "utime" },
165[133] = { 3, TF, SEN(mknod), "mknod" },
166[134] = { 1, TF, SEN(uselib), "uselib" },
167[135] = { 1, NF, SEN(personality), "personality" },
168[136] = { 2, 0, SEN(ustat), "ustat" },
169[137] = { 2, TF, SEN(statfs), "statfs" },
170[138] = { 2, TD, SEN(fstatfs), "fstatfs" },
171[139] = { 3, 0, SEN(sysfs), "sysfs" },
172[140] = { 2, 0, SEN(getpriority), "getpriority" },
173[141] = { 3, 0, SEN(setpriority), "setpriority" },
174[142] = { 2, 0, SEN(sched_setparam), "sched_setparam" },
175[143] = { 2, 0, SEN(sched_getparam), "sched_getparam" },
176[144] = { 3, 0, SEN(sched_setscheduler), "sched_setscheduler" },
177[145] = { 1, 0, SEN(sched_getscheduler), "sched_getscheduler" },
178[146] = { 1, 0, SEN(sched_get_priority_max), "sched_get_priority_max"},
179[147] = { 1, 0, SEN(sched_get_priority_min), "sched_get_priority_min"},
180[148] = { 2, 0, SEN(sched_rr_get_interval), "sched_rr_get_interval" },
181[149] = { 2, TM, SEN(mlock), "mlock" },
182[150] = { 2, TM, SEN(munlock), "munlock" },
183[151] = { 1, TM, SEN(mlockall), "mlockall" },
184[152] = { 0, TM, SEN(munlockall), "munlockall" },
185[153] = { 0, 0, SEN(vhangup), "vhangup" },
186[154] = { 3, 0, SEN(modify_ldt), "modify_ldt" },
187[155] = { 2, TF, SEN(pivotroot), "pivot_root" },
188[156] = { 1, 0, SEN(sysctl), "_sysctl" },
189[157] = { 5, 0, SEN(prctl), "prctl" },
190[158] = { 2, TP, SEN(arch_prctl), "arch_prctl" },
191[159] = { 1, 0, SEN(adjtimex), "adjtimex" },
192[160] = { 2, 0, SEN(setrlimit), "setrlimit" },
193[161] = { 1, TF, SEN(chroot), "chroot" },
194[162] = { 0, 0, SEN(sync), "sync" },
195[163] = { 1, TF, SEN(acct), "acct" },
196[164] = { 2, 0, SEN(settimeofday), "settimeofday" },
197[165] = { 5, TF, SEN(mount), "mount" },
198[166] = { 2, TF, SEN(umount2), "umount2" },
199[167] = { 2, TF, SEN(swapon), "swapon" },
200[168] = { 1, TF, SEN(swapoff), "swapoff" },
201[169] = { 4, 0, SEN(reboot), "reboot" },
202[170] = { 2, 0, SEN(sethostname), "sethostname" },
203[171] = { 2, 0, SEN(setdomainname), "setdomainname" },
204[172] = { 1, 0, SEN(iopl), "iopl" },
205[173] = { 3, 0, SEN(ioperm), "ioperm" },
206[174] = { 2, 0, SEN(create_module), "create_module" },
207[175] = { 3, 0, SEN(init_module), "init_module" },
208[176] = { 2, 0, SEN(delete_module), "delete_module" },
209[177] = { 1, 0, SEN(get_kernel_syms), "get_kernel_syms" },
210[178] = { 5, 0, SEN(query_module), "query_module" },
211[179] = { 4, TF, SEN(quotactl), "quotactl" },
212[180] = { 3, 0, SEN(nfsservctl), "nfsservctl" },
213[181] = { 5, TN, SEN(getpmsg), "getpmsg" },
214[182] = { 5, TN, SEN(putpmsg), "putpmsg" },
215[183] = { 5, 0, SEN(afs_syscall), "afs_syscall" },
216[184] = { 3, 0, SEN(tuxcall), "tuxcall" },
217[185] = { 3, 0, SEN(security), "security" },
218[186] = { 0, NF, SEN(gettid), "gettid" },
219[187] = { 3, TD, SEN(readahead), "readahead" },
220[188] = { 5, TF, SEN(setxattr), "setxattr" },
221[189] = { 5, TF, SEN(setxattr), "lsetxattr" },
222[190] = { 5, TD, SEN(fsetxattr), "fsetxattr" },
223[191] = { 4, TF, SEN(getxattr), "getxattr" },
224[192] = { 4, TF, SEN(getxattr), "lgetxattr" },
225[193] = { 4, TD, SEN(fgetxattr), "fgetxattr" },
226[194] = { 3, TF, SEN(listxattr), "listxattr" },
227[195] = { 3, TF, SEN(listxattr), "llistxattr" },
228[196] = { 3, TD, SEN(flistxattr), "flistxattr" },
229[197] = { 2, TF, SEN(removexattr), "removexattr" },
230[198] = { 2, TF, SEN(removexattr), "lremovexattr" },
231[199] = { 2, TD, SEN(fremovexattr), "fremovexattr" },
232[200] = { 2, TS, SEN(kill), "tkill" },
233[201] = { 1, 0, SEN(time), "time" },
234[202] = { 6, 0, SEN(futex), "futex" },
235[203] = { 3, 0, SEN(sched_setaffinity), "sched_setaffinity" },
236[204] = { 3, 0, SEN(sched_getaffinity), "sched_getaffinity" },
237[205] = { 1, 0, SEN(set_thread_area), "set_thread_area" },
238[206] = { 2, TM, SEN(io_setup), "io_setup" },
239[207] = { 1, TM, SEN(io_destroy), "io_destroy" },
240[208] = { 5, 0, SEN(io_getevents), "io_getevents" },
241[209] = { 3, 0, SEN(io_submit), "io_submit" },
242[210] = { 3, 0, SEN(io_cancel), "io_cancel" },
243[211] = { 1, 0, SEN(get_thread_area), "get_thread_area" },
244[212] = { 3, 0, SEN(lookup_dcookie), "lookup_dcookie" },
245[213] = { 1, TD, SEN(epoll_create), "epoll_create" },
246[214] = { 4, 0, SEN(printargs), "epoll_ctl_old" },
247[215] = { 4, 0, SEN(printargs), "epoll_wait_old" },
248[216] = { 5, TM|SI, SEN(remap_file_pages), "remap_file_pages" },
249[217] = { 3, TD, SEN(getdents64), "getdents64" },
250[218] = { 1, 0, SEN(set_tid_address), "set_tid_address" },
251[219] = { 0, 0, SEN(restart_syscall), "restart_syscall" },
252[220] = { 4, TI, SEN(semtimedop), "semtimedop" },
253[221] = { 4, TD, SEN(fadvise64), "fadvise64" },
254[222] = { 3, 0, SEN(timer_create), "timer_create" },
255[223] = { 4, 0, SEN(timer_settime), "timer_settime" },
256[224] = { 2, 0, SEN(timer_gettime), "timer_gettime" },
257[225] = { 1, 0, SEN(timer_getoverrun), "timer_getoverrun" },
258[226] = { 1, 0, SEN(timer_delete), "timer_delete" },
259[227] = { 2, 0, SEN(clock_settime), "clock_settime" },
260[228] = { 2, 0, SEN(clock_gettime), "clock_gettime" },
261[229] = { 2, 0, SEN(clock_getres), "clock_getres" },
262[230] = { 4, 0, SEN(clock_nanosleep), "clock_nanosleep" },
263[231] = { 1, TP|SE, SEN(exit), "exit_group" },
264[232] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
265[233] = { 4, TD, SEN(epoll_ctl), "epoll_ctl" },
266[234] = { 3, TS, SEN(tgkill), "tgkill" },
267[235] = { 2, TF, SEN(utimes), "utimes" },
268[236] = { 5, 0, SEN(vserver), "vserver" },
269[237] = { 6, TM, SEN(mbind), "mbind" },
270[238] = { 3, TM, SEN(set_mempolicy), "set_mempolicy" },
271[239] = { 5, TM, SEN(get_mempolicy), "get_mempolicy" },
272[240] = { 4, 0, SEN(mq_open), "mq_open" },
273[241] = { 1, 0, SEN(mq_unlink), "mq_unlink" },
274[242] = { 5, 0, SEN(mq_timedsend), "mq_timedsend" },
275[243] = { 5, 0, SEN(mq_timedreceive), "mq_timedreceive" },
276[244] = { 2, 0, SEN(mq_notify), "mq_notify" },
277[245] = { 3, 0, SEN(mq_getsetattr), "mq_getsetattr" },
278[246] = { 4, 0, SEN(kexec_load), "kexec_load" },
279[247] = { 5, TP, SEN(waitid), "waitid" },
280[248] = { 5, 0, SEN(add_key), "add_key" },
281[249] = { 4, 0, SEN(request_key), "request_key" },
282[250] = { 5, 0, SEN(keyctl), "keyctl" },
283[251] = { 3, 0, SEN(ioprio_set), "ioprio_set" },
284[252] = { 2, 0, SEN(ioprio_get), "ioprio_get" },
285[253] = { 0, TD, SEN(inotify_init), "inotify_init" },
286[254] = { 3, TD, SEN(inotify_add_watch), "inotify_add_watch" },
287[255] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },
288[256] = { 4, TM, SEN(migrate_pages), "migrate_pages" },
289[257] = { 4, TD|TF, SEN(openat), "openat" },
290[258] = { 3, TD|TF, SEN(mkdirat), "mkdirat" },
291[259] = { 4, TD|TF, SEN(mknodat), "mknodat" },
292[260] = { 5, TD|TF, SEN(fchownat), "fchownat" },
293[261] = { 3, TD|TF, SEN(futimesat), "futimesat" },
294[262] = { 4, TD|TF, SEN(newfstatat), "newfstatat" },
295[263] = { 3, TD|TF, SEN(unlinkat), "unlinkat" },
296[264] = { 4, TD|TF, SEN(renameat), "renameat" },
297[265] = { 5, TD|TF, SEN(linkat), "linkat" },
298[266] = { 3, TD|TF, SEN(symlinkat), "symlinkat" },
299[267] = { 4, TD|TF, SEN(readlinkat), "readlinkat" },
300[268] = { 4, TD|TF, SEN(fchmodat), "fchmodat" },
301[269] = { 4, TD|TF, SEN(faccessat), "faccessat" },
302[270] = { 6, TD, SEN(pselect6), "pselect6" },
303[271] = { 5, TD, SEN(ppoll), "ppoll" },
304[272] = { 1, TP, SEN(unshare), "unshare" },
305[273] = { 2, 0, SEN(set_robust_list), "set_robust_list" },
306[274] = { 3, 0, SEN(get_robust_list), "get_robust_list" },
307[275] = { 6, TD, SEN(splice), "splice" },
308[276] = { 4, TD, SEN(tee), "tee" },
309[277] = { 4, TD, SEN(sync_file_range), "sync_file_range" },
310[278] = { 4, TD, SEN(vmsplice), "vmsplice" },
311[279] = { 6, TM, SEN(move_pages), "move_pages" },
312[280] = { 4, TD|TF, SEN(utimensat), "utimensat" },
313[281] = { 6, TD, SEN(epoll_pwait), "epoll_pwait" },
314[282] = { 3, TD|TS, SEN(signalfd), "signalfd" },
315[283] = { 2, TD, SEN(timerfd_create), "timerfd_create" },
316[284] = { 1, TD, SEN(eventfd), "eventfd" },
317[285] = { 4, TD, SEN(fallocate), "fallocate" },
318[286] = { 4, TD, SEN(timerfd_settime), "timerfd_settime" },
319[287] = { 2, TD, SEN(timerfd_gettime), "timerfd_gettime" },
320[288] = { 4, TN, SEN(accept4), "accept4" },
321[289] = { 4, TD|TS, SEN(signalfd4), "signalfd4" },
322[290] = { 2, TD, SEN(eventfd2), "eventfd2" },
323[291] = { 1, TD, SEN(epoll_create1), "epoll_create1" },
324[292] = { 3, TD, SEN(dup3), "dup3" },
325[293] = { 2, TD, SEN(pipe2), "pipe2" },
326[294] = { 1, TD, SEN(inotify_init1), "inotify_init1" },
327[295] = { 4, TD, SEN(preadv), "preadv" },
328[296] = { 4, TD, SEN(pwritev), "pwritev" },
329[297] = { 4, TP|TS, SEN(rt_tgsigqueueinfo), "rt_tgsigqueueinfo" },
330[298] = { 5, TD, SEN(perf_event_open), "perf_event_open" },
331[299] = { 5, TN, SEN(recvmmsg), "recvmmsg" },
332[300] = { 2, TD, SEN(fanotify_init), "fanotify_init" },
333[301] = { 5, TD|TF, SEN(fanotify_mark), "fanotify_mark" },
334[302] = { 4, 0, SEN(prlimit64), "prlimit64" },
335[303] = { 5, TD|TF, SEN(name_to_handle_at), "name_to_handle_at" },
336[304] = { 3, TD, SEN(open_by_handle_at), "open_by_handle_at" },
337[305] = { 2, 0, SEN(clock_adjtime), "clock_adjtime" },
338[306] = { 1, TD, SEN(syncfs), "syncfs" },
339[307] = { 4, TN, SEN(sendmmsg), "sendmmsg" },
340[308] = { 2, TD, SEN(setns), "setns" },
341[309] = { 3, 0, SEN(getcpu), "getcpu" },
342[310] = { 6, 0, SEN(process_vm_readv), "process_vm_readv" },
343[311] = { 6, 0, SEN(process_vm_writev), "process_vm_writev" },
344[312] = { 5, 0, SEN(kcmp), "kcmp" },
345[313] = { 3, TD, SEN(finit_module), "finit_module" },
346[314] = { 3, 0, SEN(sched_setattr), "sched_setattr" },
347[315] = { 4, 0, SEN(sched_getattr), "sched_getattr" },
348[316] = { 5, TD|TF, SEN(renameat2), "renameat2" },
349[317] = { 3, 0, SEN(seccomp), "seccomp", },
350[318] = { 3, 0, SEN(getrandom), "getrandom", },
351[319] = { 2, TD, SEN(memfd_create), "memfd_create", },
352[320] = { 5, TD, SEN(kexec_file_load), "kexec_file_load", },
353[321] = { 3, TD, SEN(bpf), "bpf", },
354[322] = { 5, TD|TF|TP|SE|SI, SEN(execveat), "execveat", },
355[323] = { 1, TD, SEN(userfaultfd), "userfaultfd", },
356[324] = { 2, 0, SEN(membarrier), "membarrier", },
357[325] = { 3, TM, SEN(mlock2), "mlock2" },
358[326] = { 6, TD, SEN(copy_file_range), "copy_file_range" },
359[327] = { 6, TD, SEN(preadv2), "preadv2" },
360[328] = { 6, TD, SEN(pwritev2), "pwritev2" },
361[329] = { 4, TM|SI, SEN(pkey_mprotect), "pkey_mprotect" },
362[330] = { 2, 0, SEN(pkey_alloc), "pkey_alloc" },
363[331] = { 1, 0, SEN(pkey_free), "pkey_free" },
364