Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/sys/amd64/linux/linux_syscalls.c
39492 views
1
/*
2
* System call names.
3
*
4
* DO NOT EDIT-- this file is automatically @generated.
5
*/
6
7
const char *linux_syscallnames[] = {
8
"read", /* 0 = read */
9
"linux_write", /* 1 = linux_write */
10
"linux_open", /* 2 = linux_open */
11
"close", /* 3 = close */
12
"linux_newstat", /* 4 = linux_newstat */
13
"linux_newfstat", /* 5 = linux_newfstat */
14
"linux_newlstat", /* 6 = linux_newlstat */
15
"linux_poll", /* 7 = linux_poll */
16
"linux_lseek", /* 8 = linux_lseek */
17
"linux_mmap2", /* 9 = linux_mmap2 */
18
"linux_mprotect", /* 10 = linux_mprotect */
19
"munmap", /* 11 = munmap */
20
"linux_brk", /* 12 = linux_brk */
21
"linux_rt_sigaction", /* 13 = linux_rt_sigaction */
22
"linux_rt_sigprocmask", /* 14 = linux_rt_sigprocmask */
23
"linux_rt_sigreturn", /* 15 = linux_rt_sigreturn */
24
"linux_ioctl", /* 16 = linux_ioctl */
25
"linux_pread", /* 17 = linux_pread */
26
"linux_pwrite", /* 18 = linux_pwrite */
27
"readv", /* 19 = readv */
28
"linux_writev", /* 20 = linux_writev */
29
"linux_access", /* 21 = linux_access */
30
"linux_pipe", /* 22 = linux_pipe */
31
"linux_select", /* 23 = linux_select */
32
"sched_yield", /* 24 = sched_yield */
33
"linux_mremap", /* 25 = linux_mremap */
34
"linux_msync", /* 26 = linux_msync */
35
"linux_mincore", /* 27 = linux_mincore */
36
"linux_madvise", /* 28 = linux_madvise */
37
"linux_shmget", /* 29 = linux_shmget */
38
"linux_shmat", /* 30 = linux_shmat */
39
"linux_shmctl", /* 31 = linux_shmctl */
40
"dup", /* 32 = dup */
41
"dup2", /* 33 = dup2 */
42
"linux_pause", /* 34 = linux_pause */
43
"linux_nanosleep", /* 35 = linux_nanosleep */
44
"linux_getitimer", /* 36 = linux_getitimer */
45
"linux_alarm", /* 37 = linux_alarm */
46
"linux_setitimer", /* 38 = linux_setitimer */
47
"linux_getpid", /* 39 = linux_getpid */
48
"linux_sendfile", /* 40 = linux_sendfile */
49
"linux_socket", /* 41 = linux_socket */
50
"linux_connect", /* 42 = linux_connect */
51
"linux_accept", /* 43 = linux_accept */
52
"linux_sendto", /* 44 = linux_sendto */
53
"linux_recvfrom", /* 45 = linux_recvfrom */
54
"linux_sendmsg", /* 46 = linux_sendmsg */
55
"linux_recvmsg", /* 47 = linux_recvmsg */
56
"linux_shutdown", /* 48 = linux_shutdown */
57
"linux_bind", /* 49 = linux_bind */
58
"linux_listen", /* 50 = linux_listen */
59
"linux_getsockname", /* 51 = linux_getsockname */
60
"linux_getpeername", /* 52 = linux_getpeername */
61
"linux_socketpair", /* 53 = linux_socketpair */
62
"linux_setsockopt", /* 54 = linux_setsockopt */
63
"linux_getsockopt", /* 55 = linux_getsockopt */
64
"linux_clone", /* 56 = linux_clone */
65
"linux_fork", /* 57 = linux_fork */
66
"linux_vfork", /* 58 = linux_vfork */
67
"linux_execve", /* 59 = linux_execve */
68
"linux_exit", /* 60 = linux_exit */
69
"linux_wait4", /* 61 = linux_wait4 */
70
"linux_kill", /* 62 = linux_kill */
71
"linux_newuname", /* 63 = linux_newuname */
72
"linux_semget", /* 64 = linux_semget */
73
"semop", /* 65 = semop */
74
"linux_semctl", /* 66 = linux_semctl */
75
"linux_shmdt", /* 67 = linux_shmdt */
76
"linux_msgget", /* 68 = linux_msgget */
77
"linux_msgsnd", /* 69 = linux_msgsnd */
78
"linux_msgrcv", /* 70 = linux_msgrcv */
79
"linux_msgctl", /* 71 = linux_msgctl */
80
"linux_fcntl", /* 72 = linux_fcntl */
81
"flock", /* 73 = flock */
82
"fsync", /* 74 = fsync */
83
"linux_fdatasync", /* 75 = linux_fdatasync */
84
"linux_truncate", /* 76 = linux_truncate */
85
"linux_ftruncate", /* 77 = linux_ftruncate */
86
"linux_getdents", /* 78 = linux_getdents */
87
"linux_getcwd", /* 79 = linux_getcwd */
88
"linux_chdir", /* 80 = linux_chdir */
89
"fchdir", /* 81 = fchdir */
90
"linux_rename", /* 82 = linux_rename */
91
"linux_mkdir", /* 83 = linux_mkdir */
92
"linux_rmdir", /* 84 = linux_rmdir */
93
"linux_creat", /* 85 = linux_creat */
94
"linux_link", /* 86 = linux_link */
95
"linux_unlink", /* 87 = linux_unlink */
96
"linux_symlink", /* 88 = linux_symlink */
97
"linux_readlink", /* 89 = linux_readlink */
98
"linux_chmod", /* 90 = linux_chmod */
99
"fchmod", /* 91 = fchmod */
100
"linux_chown", /* 92 = linux_chown */
101
"fchown", /* 93 = fchown */
102
"linux_lchown", /* 94 = linux_lchown */
103
"umask", /* 95 = umask */
104
"gettimeofday", /* 96 = gettimeofday */
105
"linux_getrlimit", /* 97 = linux_getrlimit */
106
"getrusage", /* 98 = getrusage */
107
"linux_sysinfo", /* 99 = linux_sysinfo */
108
"linux_times", /* 100 = linux_times */
109
"linux_ptrace", /* 101 = linux_ptrace */
110
"linux_getuid", /* 102 = linux_getuid */
111
"linux_syslog", /* 103 = linux_syslog */
112
"linux_getgid", /* 104 = linux_getgid */
113
"setuid", /* 105 = setuid */
114
"setgid", /* 106 = setgid */
115
"geteuid", /* 107 = geteuid */
116
"getegid", /* 108 = getegid */
117
"setpgid", /* 109 = setpgid */
118
"linux_getppid", /* 110 = linux_getppid */
119
"getpgrp", /* 111 = getpgrp */
120
"setsid", /* 112 = setsid */
121
"setreuid", /* 113 = setreuid */
122
"setregid", /* 114 = setregid */
123
"linux_getgroups", /* 115 = linux_getgroups */
124
"linux_setgroups", /* 116 = linux_setgroups */
125
"setresuid", /* 117 = setresuid */
126
"getresuid", /* 118 = getresuid */
127
"setresgid", /* 119 = setresgid */
128
"getresgid", /* 120 = getresgid */
129
"getpgid", /* 121 = getpgid */
130
"linux_setfsuid", /* 122 = linux_setfsuid */
131
"linux_setfsgid", /* 123 = linux_setfsgid */
132
"linux_getsid", /* 124 = linux_getsid */
133
"linux_capget", /* 125 = linux_capget */
134
"linux_capset", /* 126 = linux_capset */
135
"linux_rt_sigpending", /* 127 = linux_rt_sigpending */
136
"linux_rt_sigtimedwait", /* 128 = linux_rt_sigtimedwait */
137
"linux_rt_sigqueueinfo", /* 129 = linux_rt_sigqueueinfo */
138
"linux_rt_sigsuspend", /* 130 = linux_rt_sigsuspend */
139
"linux_sigaltstack", /* 131 = linux_sigaltstack */
140
"linux_utime", /* 132 = linux_utime */
141
"linux_mknod", /* 133 = linux_mknod */
142
"#134", /* 134 = uselib */
143
"linux_personality", /* 135 = linux_personality */
144
"linux_ustat", /* 136 = linux_ustat */
145
"linux_statfs", /* 137 = linux_statfs */
146
"linux_fstatfs", /* 138 = linux_fstatfs */
147
"linux_sysfs", /* 139 = linux_sysfs */
148
"linux_getpriority", /* 140 = linux_getpriority */
149
"setpriority", /* 141 = setpriority */
150
"linux_sched_setparam", /* 142 = linux_sched_setparam */
151
"linux_sched_getparam", /* 143 = linux_sched_getparam */
152
"linux_sched_setscheduler", /* 144 = linux_sched_setscheduler */
153
"linux_sched_getscheduler", /* 145 = linux_sched_getscheduler */
154
"linux_sched_get_priority_max", /* 146 = linux_sched_get_priority_max */
155
"linux_sched_get_priority_min", /* 147 = linux_sched_get_priority_min */
156
"linux_sched_rr_get_interval", /* 148 = linux_sched_rr_get_interval */
157
"mlock", /* 149 = mlock */
158
"munlock", /* 150 = munlock */
159
"mlockall", /* 151 = mlockall */
160
"munlockall", /* 152 = munlockall */
161
"linux_vhangup", /* 153 = linux_vhangup */
162
"linux_modify_ldt", /* 154 = linux_modify_ldt */
163
"linux_pivot_root", /* 155 = linux_pivot_root */
164
"linux_sysctl", /* 156 = linux_sysctl */
165
"linux_prctl", /* 157 = linux_prctl */
166
"linux_arch_prctl", /* 158 = linux_arch_prctl */
167
"linux_adjtimex", /* 159 = linux_adjtimex */
168
"linux_setrlimit", /* 160 = linux_setrlimit */
169
"chroot", /* 161 = chroot */
170
"sync", /* 162 = sync */
171
"acct", /* 163 = acct */
172
"settimeofday", /* 164 = settimeofday */
173
"linux_mount", /* 165 = linux_mount */
174
"linux_umount", /* 166 = linux_umount */
175
"swapon", /* 167 = swapon */
176
"linux_swapoff", /* 168 = linux_swapoff */
177
"linux_reboot", /* 169 = linux_reboot */
178
"linux_sethostname", /* 170 = linux_sethostname */
179
"linux_setdomainname", /* 171 = linux_setdomainname */
180
"linux_iopl", /* 172 = linux_iopl */
181
"linux_ioperm", /* 173 = linux_ioperm */
182
"#174", /* 174 = create_module */
183
"linux_init_module", /* 175 = linux_init_module */
184
"linux_delete_module", /* 176 = linux_delete_module */
185
"#177", /* 177 = get_kernel_syms */
186
"#178", /* 178 = query_module */
187
"linux_quotactl", /* 179 = linux_quotactl */
188
"#180", /* 180 = nfsservctl */
189
"#181", /* 181 = getpmsg */
190
"#182", /* 182 = putpmsg */
191
"#183", /* 183 = afs_syscall */
192
"#184", /* 184 = tuxcall */
193
"#185", /* 185 = security */
194
"linux_gettid", /* 186 = linux_gettid */
195
"linux_readahead", /* 187 = linux_readahead */
196
"linux_setxattr", /* 188 = linux_setxattr */
197
"linux_lsetxattr", /* 189 = linux_lsetxattr */
198
"linux_fsetxattr", /* 190 = linux_fsetxattr */
199
"linux_getxattr", /* 191 = linux_getxattr */
200
"linux_lgetxattr", /* 192 = linux_lgetxattr */
201
"linux_fgetxattr", /* 193 = linux_fgetxattr */
202
"linux_listxattr", /* 194 = linux_listxattr */
203
"linux_llistxattr", /* 195 = linux_llistxattr */
204
"linux_flistxattr", /* 196 = linux_flistxattr */
205
"linux_removexattr", /* 197 = linux_removexattr */
206
"linux_lremovexattr", /* 198 = linux_lremovexattr */
207
"linux_fremovexattr", /* 199 = linux_fremovexattr */
208
"linux_tkill", /* 200 = linux_tkill */
209
"linux_time", /* 201 = linux_time */
210
"linux_sys_futex", /* 202 = linux_sys_futex */
211
"linux_sched_setaffinity", /* 203 = linux_sched_setaffinity */
212
"linux_sched_getaffinity", /* 204 = linux_sched_getaffinity */
213
"#205", /* 205 = set_thread_area */
214
"linux_io_setup", /* 206 = linux_io_setup */
215
"linux_io_destroy", /* 207 = linux_io_destroy */
216
"linux_io_getevents", /* 208 = linux_io_getevents */
217
"linux_io_submit", /* 209 = linux_io_submit */
218
"linux_io_cancel", /* 210 = linux_io_cancel */
219
"#211", /* 211 = get_thread_area */
220
"linux_lookup_dcookie", /* 212 = linux_lookup_dcookie */
221
"linux_epoll_create", /* 213 = linux_epoll_create */
222
"#214", /* 214 = epoll_ctl_old */
223
"#215", /* 215 = epoll_wait_old */
224
"linux_remap_file_pages", /* 216 = linux_remap_file_pages */
225
"linux_getdents64", /* 217 = linux_getdents64 */
226
"linux_set_tid_address", /* 218 = linux_set_tid_address */
227
"linux_restart_syscall", /* 219 = linux_restart_syscall */
228
"linux_semtimedop", /* 220 = linux_semtimedop */
229
"linux_fadvise64", /* 221 = linux_fadvise64 */
230
"linux_timer_create", /* 222 = linux_timer_create */
231
"linux_timer_settime", /* 223 = linux_timer_settime */
232
"linux_timer_gettime", /* 224 = linux_timer_gettime */
233
"linux_timer_getoverrun", /* 225 = linux_timer_getoverrun */
234
"linux_timer_delete", /* 226 = linux_timer_delete */
235
"linux_clock_settime", /* 227 = linux_clock_settime */
236
"linux_clock_gettime", /* 228 = linux_clock_gettime */
237
"linux_clock_getres", /* 229 = linux_clock_getres */
238
"linux_clock_nanosleep", /* 230 = linux_clock_nanosleep */
239
"linux_exit_group", /* 231 = linux_exit_group */
240
"linux_epoll_wait", /* 232 = linux_epoll_wait */
241
"linux_epoll_ctl", /* 233 = linux_epoll_ctl */
242
"linux_tgkill", /* 234 = linux_tgkill */
243
"linux_utimes", /* 235 = linux_utimes */
244
"#236", /* 236 = vserver */
245
"linux_mbind", /* 237 = linux_mbind */
246
"linux_set_mempolicy", /* 238 = linux_set_mempolicy */
247
"linux_get_mempolicy", /* 239 = linux_get_mempolicy */
248
"linux_mq_open", /* 240 = linux_mq_open */
249
"linux_mq_unlink", /* 241 = linux_mq_unlink */
250
"linux_mq_timedsend", /* 242 = linux_mq_timedsend */
251
"linux_mq_timedreceive", /* 243 = linux_mq_timedreceive */
252
"linux_mq_notify", /* 244 = linux_mq_notify */
253
"linux_mq_getsetattr", /* 245 = linux_mq_getsetattr */
254
"linux_kexec_load", /* 246 = linux_kexec_load */
255
"linux_waitid", /* 247 = linux_waitid */
256
"linux_add_key", /* 248 = linux_add_key */
257
"linux_request_key", /* 249 = linux_request_key */
258
"linux_keyctl", /* 250 = linux_keyctl */
259
"linux_ioprio_set", /* 251 = linux_ioprio_set */
260
"linux_ioprio_get", /* 252 = linux_ioprio_get */
261
"linux_inotify_init", /* 253 = linux_inotify_init */
262
"linux_inotify_add_watch", /* 254 = linux_inotify_add_watch */
263
"linux_inotify_rm_watch", /* 255 = linux_inotify_rm_watch */
264
"linux_migrate_pages", /* 256 = linux_migrate_pages */
265
"linux_openat", /* 257 = linux_openat */
266
"linux_mkdirat", /* 258 = linux_mkdirat */
267
"linux_mknodat", /* 259 = linux_mknodat */
268
"linux_fchownat", /* 260 = linux_fchownat */
269
"linux_futimesat", /* 261 = linux_futimesat */
270
"linux_newfstatat", /* 262 = linux_newfstatat */
271
"linux_unlinkat", /* 263 = linux_unlinkat */
272
"linux_renameat", /* 264 = linux_renameat */
273
"linux_linkat", /* 265 = linux_linkat */
274
"linux_symlinkat", /* 266 = linux_symlinkat */
275
"linux_readlinkat", /* 267 = linux_readlinkat */
276
"linux_fchmodat", /* 268 = linux_fchmodat */
277
"linux_faccessat", /* 269 = linux_faccessat */
278
"linux_pselect6", /* 270 = linux_pselect6 */
279
"linux_ppoll", /* 271 = linux_ppoll */
280
"linux_unshare", /* 272 = linux_unshare */
281
"linux_set_robust_list", /* 273 = linux_set_robust_list */
282
"linux_get_robust_list", /* 274 = linux_get_robust_list */
283
"linux_splice", /* 275 = linux_splice */
284
"linux_tee", /* 276 = linux_tee */
285
"linux_sync_file_range", /* 277 = linux_sync_file_range */
286
"linux_vmsplice", /* 278 = linux_vmsplice */
287
"linux_move_pages", /* 279 = linux_move_pages */
288
"linux_utimensat", /* 280 = linux_utimensat */
289
"linux_epoll_pwait", /* 281 = linux_epoll_pwait */
290
"linux_signalfd", /* 282 = linux_signalfd */
291
"linux_timerfd_create", /* 283 = linux_timerfd_create */
292
"linux_eventfd", /* 284 = linux_eventfd */
293
"linux_fallocate", /* 285 = linux_fallocate */
294
"linux_timerfd_settime", /* 286 = linux_timerfd_settime */
295
"linux_timerfd_gettime", /* 287 = linux_timerfd_gettime */
296
"linux_accept4", /* 288 = linux_accept4 */
297
"linux_signalfd4", /* 289 = linux_signalfd4 */
298
"linux_eventfd2", /* 290 = linux_eventfd2 */
299
"linux_epoll_create1", /* 291 = linux_epoll_create1 */
300
"linux_dup3", /* 292 = linux_dup3 */
301
"linux_pipe2", /* 293 = linux_pipe2 */
302
"linux_inotify_init1", /* 294 = linux_inotify_init1 */
303
"linux_preadv", /* 295 = linux_preadv */
304
"linux_pwritev", /* 296 = linux_pwritev */
305
"linux_rt_tgsigqueueinfo", /* 297 = linux_rt_tgsigqueueinfo */
306
"linux_perf_event_open", /* 298 = linux_perf_event_open */
307
"linux_recvmmsg", /* 299 = linux_recvmmsg */
308
"linux_fanotify_init", /* 300 = linux_fanotify_init */
309
"linux_fanotify_mark", /* 301 = linux_fanotify_mark */
310
"linux_prlimit64", /* 302 = linux_prlimit64 */
311
"linux_name_to_handle_at", /* 303 = linux_name_to_handle_at */
312
"linux_open_by_handle_at", /* 304 = linux_open_by_handle_at */
313
"linux_clock_adjtime", /* 305 = linux_clock_adjtime */
314
"linux_syncfs", /* 306 = linux_syncfs */
315
"linux_sendmmsg", /* 307 = linux_sendmmsg */
316
"linux_setns", /* 308 = linux_setns */
317
"linux_getcpu", /* 309 = linux_getcpu */
318
"linux_process_vm_readv", /* 310 = linux_process_vm_readv */
319
"linux_process_vm_writev", /* 311 = linux_process_vm_writev */
320
"linux_kcmp", /* 312 = linux_kcmp */
321
"linux_finit_module", /* 313 = linux_finit_module */
322
"linux_sched_setattr", /* 314 = linux_sched_setattr */
323
"linux_sched_getattr", /* 315 = linux_sched_getattr */
324
"linux_renameat2", /* 316 = linux_renameat2 */
325
"linux_seccomp", /* 317 = linux_seccomp */
326
"linux_getrandom", /* 318 = linux_getrandom */
327
"linux_memfd_create", /* 319 = linux_memfd_create */
328
"linux_kexec_file_load", /* 320 = linux_kexec_file_load */
329
"linux_bpf", /* 321 = linux_bpf */
330
"linux_execveat", /* 322 = linux_execveat */
331
"linux_userfaultfd", /* 323 = linux_userfaultfd */
332
"linux_membarrier", /* 324 = linux_membarrier */
333
"linux_mlock2", /* 325 = linux_mlock2 */
334
"linux_copy_file_range", /* 326 = linux_copy_file_range */
335
"linux_preadv2", /* 327 = linux_preadv2 */
336
"linux_pwritev2", /* 328 = linux_pwritev2 */
337
"linux_pkey_mprotect", /* 329 = linux_pkey_mprotect */
338
"linux_pkey_alloc", /* 330 = linux_pkey_alloc */
339
"linux_pkey_free", /* 331 = linux_pkey_free */
340
"linux_statx", /* 332 = linux_statx */
341
"linux_io_pgetevents", /* 333 = linux_io_pgetevents */
342
"linux_rseq", /* 334 = linux_rseq */
343
"#335", /* 335 = nosys */
344
"#336", /* 336 = nosys */
345
"#337", /* 337 = nosys */
346
"#338", /* 338 = nosys */
347
"#339", /* 339 = nosys */
348
"#340", /* 340 = nosys */
349
"#341", /* 341 = nosys */
350
"#342", /* 342 = nosys */
351
"#343", /* 343 = nosys */
352
"#344", /* 344 = nosys */
353
"#345", /* 345 = nosys */
354
"#346", /* 346 = nosys */
355
"#347", /* 347 = nosys */
356
"#348", /* 348 = nosys */
357
"#349", /* 349 = nosys */
358
"#350", /* 350 = nosys */
359
"#351", /* 351 = nosys */
360
"#352", /* 352 = nosys */
361
"#353", /* 353 = nosys */
362
"#354", /* 354 = nosys */
363
"#355", /* 355 = nosys */
364
"#356", /* 356 = nosys */
365
"#357", /* 357 = nosys */
366
"#358", /* 358 = nosys */
367
"#359", /* 359 = nosys */
368
"#360", /* 360 = nosys */
369
"#361", /* 361 = nosys */
370
"#362", /* 362 = nosys */
371
"#363", /* 363 = nosys */
372
"#364", /* 364 = nosys */
373
"#365", /* 365 = nosys */
374
"#366", /* 366 = nosys */
375
"#367", /* 367 = nosys */
376
"#368", /* 368 = nosys */
377
"#369", /* 369 = nosys */
378
"#370", /* 370 = nosys */
379
"#371", /* 371 = nosys */
380
"#372", /* 372 = nosys */
381
"#373", /* 373 = nosys */
382
"#374", /* 374 = nosys */
383
"#375", /* 375 = nosys */
384
"#376", /* 376 = nosys */
385
"#377", /* 377 = nosys */
386
"#378", /* 378 = nosys */
387
"#379", /* 379 = nosys */
388
"#380", /* 380 = nosys */
389
"#381", /* 381 = nosys */
390
"#382", /* 382 = nosys */
391
"#383", /* 383 = nosys */
392
"#384", /* 384 = nosys */
393
"#385", /* 385 = nosys */
394
"#386", /* 386 = nosys */
395
"#387", /* 387 = nosys */
396
"#388", /* 388 = nosys */
397
"#389", /* 389 = nosys */
398
"#390", /* 390 = nosys */
399
"#391", /* 391 = nosys */
400
"#392", /* 392 = nosys */
401
"#393", /* 393 = nosys */
402
"#394", /* 394 = nosys */
403
"#395", /* 395 = nosys */
404
"#396", /* 396 = nosys */
405
"#397", /* 397 = nosys */
406
"#398", /* 398 = nosys */
407
"#399", /* 399 = nosys */
408
"#400", /* 400 = nosys */
409
"#401", /* 401 = nosys */
410
"#402", /* 402 = nosys */
411
"#403", /* 403 = nosys */
412
"#404", /* 404 = nosys */
413
"#405", /* 405 = nosys */
414
"#406", /* 406 = nosys */
415
"#407", /* 407 = nosys */
416
"#408", /* 408 = nosys */
417
"#409", /* 409 = nosys */
418
"#410", /* 410 = nosys */
419
"#411", /* 411 = nosys */
420
"#412", /* 412 = nosys */
421
"#413", /* 413 = nosys */
422
"#414", /* 414 = nosys */
423
"#415", /* 415 = nosys */
424
"#416", /* 416 = nosys */
425
"#417", /* 417 = nosys */
426
"#418", /* 418 = nosys */
427
"#419", /* 419 = nosys */
428
"#420", /* 420 = nosys */
429
"#421", /* 421 = nosys */
430
"#422", /* 422 = nosys */
431
"#423", /* 423 = nosys */
432
"linux_pidfd_send_signal", /* 424 = linux_pidfd_send_signal */
433
"linux_io_uring_setup", /* 425 = linux_io_uring_setup */
434
"linux_io_uring_enter", /* 426 = linux_io_uring_enter */
435
"linux_io_uring_register", /* 427 = linux_io_uring_register */
436
"linux_open_tree", /* 428 = linux_open_tree */
437
"linux_move_mount", /* 429 = linux_move_mount */
438
"linux_fsopen", /* 430 = linux_fsopen */
439
"linux_fsconfig", /* 431 = linux_fsconfig */
440
"linux_fsmount", /* 432 = linux_fsmount */
441
"linux_fspick", /* 433 = linux_fspick */
442
"linux_pidfd_open", /* 434 = linux_pidfd_open */
443
"linux_clone3", /* 435 = linux_clone3 */
444
"linux_close_range", /* 436 = linux_close_range */
445
"linux_openat2", /* 437 = linux_openat2 */
446
"linux_pidfd_getfd", /* 438 = linux_pidfd_getfd */
447
"linux_faccessat2", /* 439 = linux_faccessat2 */
448
"linux_process_madvise", /* 440 = linux_process_madvise */
449
"linux_epoll_pwait2", /* 441 = linux_epoll_pwait2 */
450
"linux_mount_setattr", /* 442 = linux_mount_setattr */
451
"linux_quotactl_fd", /* 443 = linux_quotactl_fd */
452
"linux_landlock_create_ruleset", /* 444 = linux_landlock_create_ruleset */
453
"linux_landlock_add_rule", /* 445 = linux_landlock_add_rule */
454
"linux_landlock_restrict_self", /* 446 = linux_landlock_restrict_self */
455
"linux_memfd_secret", /* 447 = linux_memfd_secret */
456
"linux_process_mrelease", /* 448 = linux_process_mrelease */
457
"linux_futex_waitv", /* 449 = linux_futex_waitv */
458
"linux_set_mempolicy_home_node", /* 450 = linux_set_mempolicy_home_node */
459
"linux_cachestat", /* 451 = linux_cachestat */
460
"linux_fchmodat2", /* 452 = linux_fchmodat2 */
461
"linux_map_shadow_stack", /* 453 = linux_map_shadow_stack */
462
};
463
464