Lines Matching refs:SEN
31 [ 0] = {MA, 0, SEN(setup), "setup" },
32 [ 1] = { 1, TP|SE, SEN(exit), "exit" },
33 [ 2] = { 0, TP, SEN(fork), "fork" },
34 [ 3] = { 3, TD, SEN(read), "read" },
35 [ 4] = { 3, TD, SEN(write), "write" },
36 [ 5] = { 3, TD|TF, SEN(open), "open" },
37 [ 6] = { 1, TD, SEN(close), "close" },
38 [ 7] = { 0, 0, SEN(restart_syscall), "restart_syscall" },
39 [ 8] = { 2, TD|TF, SEN(creat), "creat" },
40 [ 9] = { 2, TF, SEN(link), "link" },
41 [ 10] = { 1, TF, SEN(unlink), "unlink" },
42 [ 11] = { 3, TF|TP|SE|SI, SEN(execve), "execve" },
43 [ 12] = { 1, TF, SEN(chdir), "chdir" },
45 [ 14] = { 3, TF, SEN(mknod), "mknod" },
46 [ 15] = { 2, TF, SEN(chmod), "chmod" },
50 [ 19] = { 3, TD, SEN(lseek), "lseek" },
51 [ 20] = { 0, PU|NF, SEN(getpid), "getpid" },
52 [ 21] = { 5, TF, SEN(mount), "mount" },
53 [ 22] = { 1, TF, SEN(umount), "umount" },
57 [ 26] = { 4, 0, SEN(ptrace), "ptrace" },
58 [ 27] = { 1, 0, SEN(alarm), "alarm" },
60 [ 29] = { 0, TS, SEN(pause), "pause" },
61 [ 30] = { 2, TF, SEN(utime), "utime" },
64 [ 33] = { 2, TF, SEN(access), "access" },
65 [ 34] = { 1, 0, SEN(nice), "nice" },
67 [ 36] = { 0, 0, SEN(sync), "sync" },
68 [ 37] = { 2, TS, SEN(kill), "kill" },
69 [ 38] = { 2, TF, SEN(rename), "rename" },
70 [ 39] = { 2, TF, SEN(mkdir), "mkdir" },
71 [ 40] = { 1, TF, SEN(rmdir), "rmdir" },
72 [ 41] = { 1, TD, SEN(dup), "dup" },
73 [ 42] = { 1, TD, SEN(pipe), "pipe" },
74 [ 43] = { 1, 0, SEN(times), "times" },
76 [ 45] = { 1, TM|SI, SEN(brk), "brk" },
79 [ 48] = { 2, TS, SEN(signal), "signal" },
82 [ 51] = { 1, TF, SEN(acct), "acct" },
83 [ 52] = { 2, TF, SEN(umount2), "umount2" },
85 [ 54] = { 3, TD, SEN(ioctl), "ioctl" },
86 [ 55] = { 3, TD, SEN(fcntl), "fcntl" },
88 [ 57] = { 2, 0, SEN(setpgid), "setpgid" },
91 [ 60] = { 1, NF, SEN(umask), "umask" },
92 [ 61] = { 1, TF, SEN(chroot), "chroot" },
93 [ 62] = { 2, TSFA, SEN(ustat), "ustat" },
94 [ 63] = { 2, TD, SEN(dup2), "dup2" },
95 [ 64] = { 0, PU|NF, SEN(getppid), "getppid" },
96 [ 65] = { 0, PU|NF, SEN(getpgrp), "getpgrp" },
97 [ 66] = { 0, 0, SEN(setsid), "setsid" },
98 [ 67] = { 3, TS, SEN(sigaction), "sigaction" },
100 [ 72] = { 3, TS, SEN(sigsuspend), "sigsuspend" },
101 [ 73] = { 1, TS, SEN(sigpending), "sigpending" },
102 [ 74] = { 2, 0, SEN(sethostname), "sethostname" },
103 [ 75] = { 2, 0, SEN(setrlimit), "setrlimit" },
105 [ 77] = { 2, 0, SEN(getrusage), "getrusage" },
106 [ 78] = { 2, 0, SEN(gettimeofday), "gettimeofday" },
107 [ 79] = { 2, 0, SEN(settimeofday), "settimeofday" },
109 [ 83] = { 2, TF, SEN(symlink), "symlink" },
111 [ 85] = { 3, TF, SEN(readlink), "readlink" },
112 [ 86] = { 1, TF, SEN(uselib), "uselib" },
113 [ 87] = { 2, TF, SEN(swapon), "swapon" },
114 [ 88] = { 4, 0, SEN(reboot), "reboot" },
115 [ 89] = { 3, TD, SEN(readdir), "readdir" },
116 [ 90] = { 1, TD|TM|SI, SEN(old_mmap), "mmap" },
117 [ 91] = { 2, TM|SI, SEN(munmap), "munmap" },
118 [ 92] = { 2, TF, SEN(truncate), "truncate" },
119 [ 93] = { 2, TD, SEN(ftruncate), "ftruncate" },
120 [ 94] = { 2, TD, SEN(fchmod), "fchmod" },
122 [ 96] = { 2, 0, SEN(getpriority), "getpriority" },
123 [ 97] = { 3, 0, SEN(setpriority), "setpriority" },
125 [ 99] = { 2, TF|TSF|TSFA, SEN(statfs), "statfs" },
126 [100] = { 2, TD|TFSF|TSFA, SEN(fstatfs), "fstatfs" },
128 [102] = { 2, TD, SEN(socketcall), "socketcall" },
129 [103] = { 3, 0, SEN(syslog), "syslog" },
130 [104] = { 3, 0, SEN(setitimer), "setitimer" },
131 [105] = { 2, 0, SEN(getitimer), "getitimer" },
132 [106] = { 2, TF|TST|TSTA, SEN(stat), "stat" },
133 [107] = { 2, TF|TLST|TSTA, SEN(lstat), "lstat" },
134 [108] = { 2, TD|TFST|TSTA, SEN(fstat), "fstat" },
136 [110] = { 3, 0, SEN(lookup_dcookie), "lookup_dcookie" },
137 [111] = { 0, 0, SEN(vhangup), "vhangup" },
138 [112] = { 0, 0, SEN(idle), "idle" },
140 [114] = { 4, TP, SEN(wait4), "wait4" },
141 [115] = { 1, TF, SEN(swapoff), "swapoff" },
142 [116] = { 1, 0, SEN(sysinfo), "sysinfo" },
143 [117] = { 5, TI, SEN(ipc), "ipc" },
144 [118] = { 1, TD, SEN(fsync), "fsync" },
145 [119] = { 0, TS, SEN(sigreturn), "sigreturn" },
146 [120] = { 5, TP, SEN(clone), "clone" },
147 [121] = { 2, 0, SEN(setdomainname), "setdomainname" },
148 [122] = { 1, 0, SEN(uname), "uname" },
150 [124] = { 1, 0, SEN(adjtimex), "adjtimex" },
151 [125] = { 3, TM|SI, SEN(mprotect), "mprotect" },
152 [126] = { 3, TS, SEN(sigprocmask), "sigprocmask" },
153 [127] = { 2, 0, SEN(create_module), "create_module" },
154 [128] = { 3, 0, SEN(init_module), "init_module" },
155 [129] = { 2, 0, SEN(delete_module), "delete_module" },
156 [130] = { 1, 0, SEN(get_kernel_syms), "get_kernel_syms" },
157 [131] = { 4, TF, SEN(quotactl), "quotactl" },
158 [132] = { 1, 0, SEN(getpgid), "getpgid" },
159 [133] = { 1, TD, SEN(fchdir), "fchdir" },
160 [134] = { 2, 0, SEN(bdflush), "bdflush" },
161 [135] = { 3, 0, SEN(sysfs), "sysfs" },
162 [136] = { 1, NF, SEN(personality), "personality" },
163 [137] = { 5, 0, SEN(afs_syscall), "afs_syscall" },
165 [141] = { 3, TD, SEN(getdents), "getdents" },
166 [142] = { 5, TD, SEN(select), "select" },
167 [143] = { 2, TD, SEN(flock), "flock" },
168 [144] = { 3, TM, SEN(msync), "msync" },
169 [145] = { 3, TD, SEN(readv), "readv" },
170 [146] = { 3, TD, SEN(writev), "writev" },
171 [147] = { 1, 0, SEN(getsid), "getsid" },
172 [148] = { 1, TD, SEN(fdatasync), "fdatasync" },
173 [149] = { 1, 0, SEN(sysctl), "_sysctl" },
174 [150] = { 2, TM, SEN(mlock), "mlock" },
175 [151] = { 2, TM, SEN(munlock), "munlock" },
176 [152] = { 1, TM, SEN(mlockall), "mlockall" },
177 [153] = { 0, TM, SEN(munlockall), "munlockall" },
178 [154] = { 2, 0, SEN(sched_setparam), "sched_setparam" },
179 [155] = { 2, 0, SEN(sched_getparam), "sched_getparam" },
180 [156] = { 3, 0, SEN(sched_setscheduler), "sched_setscheduler" },
181 [157] = { 1, 0, SEN(sched_getscheduler), "sched_getscheduler" },
182 [158] = { 0, 0, SEN(sched_yield), "sched_yield" },
183 [159] = { 1, 0, SEN(sched_get_priority_max), "sched_get_priority_max"},
184 [160] = { 1, 0, SEN(sched_get_priority_min), "sched_get_priority_min"},
185 [161] = { 2, 0, SEN(sched_rr_get_interval), "sched_rr_get_interval" },
186 [162] = { 2, 0, SEN(nanosleep), "nanosleep" },
187 [163] = { 5, TM|SI, SEN(mremap), "mremap" },
189 [167] = { 5, 0, SEN(query_module), "query_module" },
190 [168] = { 3, TD, SEN(poll), "poll" },
191 [169] = { 3, 0, SEN(nfsservctl), "nfsservctl" },
193 [172] = { 5, 0, SEN(prctl), "prctl" },
194 [173] = { 0, TS, SEN(rt_sigreturn), "rt_sigreturn" },
195 [174] = { 4, TS, SEN(rt_sigaction), "rt_sigaction" },
196 [175] = { 4, TS, SEN(rt_sigprocmask), "rt_sigprocmask" },
197 [176] = { 2, TS, SEN(rt_sigpending), "rt_sigpending" },
198 [177] = { 4, TS, SEN(rt_sigtimedwait), "rt_sigtimedwait" },
199 [178] = { 3, TS, SEN(rt_sigqueueinfo), "rt_sigqueueinfo" },
200 [179] = { 2, TS, SEN(rt_sigsuspend), "rt_sigsuspend" },
201 [180] = { 4, TD, SEN(pread), "pread64" },
202 [181] = { 4, TD, SEN(pwrite), "pwrite64" },
204 [183] = { 2, TF, SEN(getcwd), "getcwd" },
205 [184] = { 2, 0, SEN(capget), "capget" },
206 [185] = { 2, 0, SEN(capset), "capset" },
207 [186] = { 2, TS, SEN(sigaltstack), "sigaltstack" },
208 [187] = { 4, TD|TN, SEN(sendfile), "sendfile" },
209 [188] = { 5, TN, SEN(getpmsg), "getpmsg" },
210 [189] = { 5, TN, SEN(putpmsg), "putpmsg" },
211 [190] = { 0, TP, SEN(vfork), "vfork" },
212 [191] = { 2, 0, SEN(getrlimit), "getrlimit" },
214 [198] = { 3, TF, SEN(chown), "lchown" },
215 [199] = { 0, PU|NF, SEN(getuid), "getuid" },
216 [200] = { 0, PU|NF, SEN(getgid), "getgid" },
217 [201] = { 0, PU|NF, SEN(geteuid), "geteuid" },
218 [202] = { 0, PU|NF, SEN(getegid), "getegid" },
219 [203] = { 2, 0, SEN(setreuid), "setreuid" },
220 [204] = { 2, 0, SEN(setregid), "setregid" },
221 [205] = { 2, 0, SEN(getgroups), "getgroups" },
222 [206] = { 2, 0, SEN(setgroups), "setgroups" },
223 [207] = { 3, TD, SEN(fchown), "fchown" },
224 [208] = { 3, 0, SEN(setresuid), "setresuid" },
225 [209] = { 3, 0, SEN(getresuid), "getresuid" },
226 [210] = { 3, 0, SEN(setresgid), "setresgid" },
227 [211] = { 3, 0, SEN(getresgid), "getresgid" },
228 [212] = { 3, TF, SEN(chown), "chown" },
229 [213] = { 1, 0, SEN(setuid), "setuid" },
230 [214] = { 1, 0, SEN(setgid), "setgid" },
231 [215] = { 1, NF, SEN(setfsuid), "setfsuid" },
232 [216] = { 1, NF, SEN(setfsgid), "setfsgid" },
233 [217] = { 2, TF, SEN(pivotroot), "pivot_root" },
234 [218] = { 3, TM, SEN(mincore), "mincore" },
235 [219] = { 3, TM, SEN(madvise), "madvise" },
236 [220] = { 3, TD, SEN(getdents64), "getdents64" },
238 [222] = { 3, TD, SEN(readahead), "readahead" },
240 [224] = { 5, TF, SEN(setxattr), "setxattr" },
241 [225] = { 5, TF, SEN(setxattr), "lsetxattr" },
242 [226] = { 5, TD, SEN(fsetxattr), "fsetxattr" },
243 [227] = { 4, TF, SEN(getxattr), "getxattr" },
244 [228] = { 4, TF, SEN(getxattr), "lgetxattr" },
245 [229] = { 4, TD, SEN(fgetxattr), "fgetxattr" },
246 [230] = { 3, TF, SEN(listxattr), "listxattr" },
247 [231] = { 3, TF, SEN(listxattr), "llistxattr" },
248 [232] = { 3, TD, SEN(flistxattr), "flistxattr" },
249 [233] = { 2, TF, SEN(removexattr), "removexattr" },
250 [234] = { 2, TF, SEN(removexattr), "lremovexattr" },
251 [235] = { 2, TD, SEN(fremovexattr), "fremovexattr" },
252 [236] = { 0, PU|NF, SEN(gettid), "gettid" },
253 [237] = { 2, TS, SEN(kill), "tkill" },
254 [238] = { 6, 0, SEN(futex), "futex" },
255 [239] = { 3, 0, SEN(sched_setaffinity), "sched_setaffinity" },
256 [240] = { 3, 0, SEN(sched_getaffinity), "sched_getaffinity" },
257 [241] = { 3, TS, SEN(tgkill), "tgkill" },
259 [243] = { 2, TM, SEN(io_setup), "io_setup" },
260 [244] = { 1, TM, SEN(io_destroy), "io_destroy" },
261 [245] = { 5, 0, SEN(io_getevents), "io_getevents" },
262 [246] = { 3, 0, SEN(io_submit), "io_submit" },
263 [247] = { 3, 0, SEN(io_cancel), "io_cancel" },
264 [248] = { 1, TP|SE, SEN(exit), "exit_group" },
265 [249] = { 1, TD, SEN(epoll_create), "epoll_create" },
266 [250] = { 4, TD, SEN(epoll_ctl), "epoll_ctl" },
267 [251] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
268 [252] = { 1, 0, SEN(set_tid_address), "set_tid_address" },
269 [253] = { 4, TD, SEN(fadvise64), "fadvise64" },
270 [254] = { 3, 0, SEN(timer_create), "timer_create" },
271 [255] = { 4, 0, SEN(timer_settime), "timer_settime" },
272 [256] = { 2, 0, SEN(timer_gettime), "timer_gettime" },
273 [257] = { 1, 0, SEN(timer_getoverrun), "timer_getoverrun" },
274 [258] = { 1, 0, SEN(timer_delete), "timer_delete" },
275 [259] = { 2, 0, SEN(clock_settime), "clock_settime" },
276 [260] = { 2, 0, SEN(clock_gettime), "clock_gettime" },
277 [261] = { 2, 0, SEN(clock_getres), "clock_getres" },
278 [262] = { 4, 0, SEN(clock_nanosleep), "clock_nanosleep" },
279 [263] = { 5, 0, SEN(vserver), "vserver" },
281 [265] = { 3, TF|TSF|TSFA, SEN(statfs64), "statfs64" },
282 [266] = { 3, TD|TFSF|TSFA, SEN(fstatfs64), "fstatfs64" },
283 [267] = { 5, TM|SI, SEN(remap_file_pages), "remap_file_pages" },
284 [268] = { 6, TM, SEN(mbind), "mbind" },
285 [269] = { 5, TM, SEN(get_mempolicy), "get_mempolicy" },
286 [270] = { 3, TM, SEN(set_mempolicy), "set_mempolicy" },
287 [271] = { 4, TD, SEN(mq_open), "mq_open" },
288 [272] = { 1, 0, SEN(mq_unlink), "mq_unlink" },
289 [273] = { 5, TD, SEN(mq_timedsend), "mq_timedsend" },
290 [274] = { 5, TD, SEN(mq_timedreceive), "mq_timedreceive" },
291 [275] = { 2, TD, SEN(mq_notify), "mq_notify" },
292 [276] = { 3, TD, SEN(mq_getsetattr), "mq_getsetattr" },
293 [277] = { 4, 0, SEN(kexec_load), "kexec_load" },
294 [278] = { 5, 0, SEN(add_key), "add_key" },
295 [279] = { 4, 0, SEN(request_key), "request_key" },
296 [280] = { 5, 0, SEN(keyctl), "keyctl" },
297 [281] = { 5, TP, SEN(waitid), "waitid" },
298 [282] = { 3, 0, SEN(ioprio_set), "ioprio_set" },
299 [283] = { 2, 0, SEN(ioprio_get), "ioprio_get" },
300 [284] = { 0, TD, SEN(inotify_init), "inotify_init" },
301 [285] = { 3, TD|TF, SEN(inotify_add_watch), "inotify_add_watch" },
302 [286] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" },
303 [287] = { 4, TM, SEN(migrate_pages), "migrate_pages" },
304 [288] = { 4, TD|TF, SEN(openat), "openat" },
305 [289] = { 3, TD|TF, SEN(mkdirat), "mkdirat" },
306 [290] = { 4, TD|TF, SEN(mknodat), "mknodat" },
307 [291] = { 5, TD|TF, SEN(fchownat), "fchownat" },
308 [292] = { 3, TD|TF, SEN(futimesat), "futimesat" },
309 [293] = { 4, TD|TF|TFST|TSTA,SEN(newfstatat), "newfstatat" },
310 [294] = { 3, TD|TF, SEN(unlinkat), "unlinkat" },
311 [295] = { 4, TD|TF, SEN(renameat), "renameat" },
312 [296] = { 5, TD|TF, SEN(linkat), "linkat" },
313 [297] = { 3, TD|TF, SEN(symlinkat), "symlinkat" },
314 [298] = { 4, TD|TF, SEN(readlinkat), "readlinkat" },
315 [299] = { 3, TD|TF, SEN(fchmodat), "fchmodat" },
316 [300] = { 3, TD|TF, SEN(faccessat), "faccessat" },
317 [301] = { 6, TD, SEN(pselect6), "pselect6" },
318 [302] = { 5, TD, SEN(ppoll), "ppoll" },
319 [303] = { 1, TP, SEN(unshare), "unshare" },
320 [304] = { 2, 0, SEN(set_robust_list), "set_robust_list" },
321 [305] = { 3, 0, SEN(get_robust_list), "get_robust_list" },
322 [306] = { 6, TD, SEN(splice), "splice" },
323 [307] = { 4, TD, SEN(sync_file_range), "sync_file_range" },
324 [308] = { 4, TD, SEN(tee), "tee" },
325 [309] = { 4, TD, SEN(vmsplice), "vmsplice" },
326 [310] = { 6, TM, SEN(move_pages), "move_pages" },
327 [311] = { 3, 0, SEN(getcpu), "getcpu" },
328 [312] = { 6, TD, SEN(epoll_pwait), "epoll_pwait" },
329 [313] = { 2, TF, SEN(utimes), "utimes" },
330 [314] = { 4, TD, SEN(fallocate), "fallocate" },
331 [315] = { 4, TD|TF, SEN(utimensat), "utimensat" },
332 [316] = { 3, TD|TS, SEN(signalfd), "signalfd" },
333 [317] = { 4, TD, SEN(timerfd), "timerfd" },
334 [318] = { 1, TD, SEN(eventfd), "eventfd" },
335 [319] = { 2, TD, SEN(timerfd_create), "timerfd_create" },
336 [320] = { 4, TD, SEN(timerfd_settime), "timerfd_settime" },
337 [321] = { 2, TD, SEN(timerfd_gettime), "timerfd_gettime" },
338 [322] = { 4, TD|TS, SEN(signalfd4), "signalfd4" },
339 [323] = { 2, TD, SEN(eventfd2), "eventfd2" },
340 [324] = { 1, TD, SEN(inotify_init1), "inotify_init1" },
341 [325] = { 2, TD, SEN(pipe2), "pipe2" },
342 [326] = { 3, TD, SEN(dup3), "dup3" },
343 [327] = { 1, TD, SEN(epoll_create1), "epoll_create1" },
344 [328] = { 4, TD, SEN(preadv), "preadv" },
345 [329] = { 4, TD, SEN(pwritev), "pwritev" },
346 [330] = { 4, TP|TS, SEN(rt_tgsigqueueinfo), "rt_tgsigqueueinfo" },
347 [331] = { 5, TD, SEN(perf_event_open), "perf_event_open" },
348 [332] = { 2, TD, SEN(fanotify_init), "fanotify_init" },
349 [333] = { 5, TD|TF, SEN(fanotify_mark), "fanotify_mark" },
350 [334] = { 4, 0, SEN(prlimit64), "prlimit64" },
351 [335] = { 5, TD|TF, SEN(name_to_handle_at), "name_to_handle_at" },
352 [336] = { 3, TD, SEN(open_by_handle_at), "open_by_handle_at" },
353 [337] = { 2, 0, SEN(clock_adjtime), "clock_adjtime" },
354 [338] = { 1, TD, SEN(syncfs), "syncfs" },
355 [339] = { 2, TD, SEN(setns), "setns" },
356 [340] = { 6, 0, SEN(process_vm_readv), "process_vm_readv" },
357 [341] = { 6, 0, SEN(process_vm_writev), "process_vm_writev" },
358 [342] = { 2, 0, SEN(s390_runtime_instr), "s390_runtime_instr" },
359 [343] = { 5, 0, SEN(kcmp), "kcmp" },
360 [344] = { 3, TD, SEN(finit_module), "finit_module" },
361 [345] = { 3, 0, SEN(sched_setattr), "sched_setattr" },
362 [346] = { 4, 0, SEN(sched_getattr), "sched_getattr" },
363 [347] = { 5, TD|TF, SEN(renameat2), "renameat2" },
364 [348] = { 3, 0, SEN(seccomp), "seccomp" },
365 [349] = { 3, 0, SEN(getrandom), "getrandom" },
366 [350] = { 2, TD, SEN(memfd_create), "memfd_create" },
367 [351] = { 3, TD, SEN(bpf), "bpf" },
368 [352] = { 3, 0, SEN(s390_pci_mmio_write), "s390_pci_mmio_write" },
369 [353] = { 3, 0, SEN(s390_pci_mmio_read), "s390_pci_mmio_read" },
370 [354] = { 5, TD|TF|TP|SE|SI, SEN(execveat), "execveat" },
371 [355] = { 1, TD, SEN(userfaultfd), "userfaultfd" },
372 [356] = { 2, 0, SEN(membarrier), "membarrier" },
373 [357] = { 5, TN, SEN(recvmmsg), "recvmmsg" },
374 [358] = { 4, TN, SEN(sendmmsg), "sendmmsg" },
375 [359] = { 3, TN, SEN(socket), "socket" },
376 [360] = { 4, TN, SEN(socketpair), "socketpair" },
377 [361] = { 3, TN, SEN(bind), "bind" },
378 [362] = { 3, TN, SEN(connect), "connect" },
379 [363] = { 2, TN, SEN(listen), "listen" },
380 [364] = { 4, TN, SEN(accept4), "accept4" },
381 [365] = { 5, TN, SEN(getsockopt), "getsockopt" },
382 [366] = { 5, TN, SEN(setsockopt), "setsockopt" },
383 [367] = { 3, TN, SEN(getsockname), "getsockname" },
384 [368] = { 3, TN, SEN(getpeername), "getpeername" },
385 [369] = { 6, TN, SEN(sendto), "sendto" },
386 [370] = { 3, TN, SEN(sendmsg), "sendmsg" },
387 [371] = { 6, TN, SEN(recvfrom), "recvfrom" },
388 [372] = { 3, TN, SEN(recvmsg), "recvmsg" },
389 [373] = { 2, TN, SEN(shutdown), "shutdown" },
390 [374] = { 3, TM, SEN(mlock2), "mlock2" },
391 [375] = { 6, TD, SEN(copy_file_range), "copy_file_range" },
392 [376] = { 6, TD, SEN(preadv2), "preadv2" },
393 [377] = { 6, TD, SEN(pwritev2), "pwritev2" },
394 [378] = { 2, 0, SEN(s390_guarded_storage), "s390_guarded_storage" },
395 [379] = { 5, TD|TF|TSTA, SEN(statx), "statx" },
396 [380] = { 4, 0, SEN(s390_sthyi), "s390_sthyi" },
397 [381] = { 5, TD, SEN(kexec_file_load), "kexec_file_load" },
398 [382] = { 6, 0, SEN(io_pgetevents), "io_pgetevents" },
399 [383] = { 4, 0, SEN(rseq), "rseq" },