summaryrefslogtreecommitdiffstats
path: root/sys/amd64/linux32/linux32_syscalls.c
blob: 6b010e188c7504783ef99e822a622d7be0256bc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
/*
 * System call names.
 *
 * DO NOT EDIT-- this file is automatically generated.
 * $FreeBSD$
 */

const char *linux32_syscallnames[] = {
#define	nosys	linux_nosys
	"#0",			/* 0 = setup */
	"linux_exit",			/* 1 = linux_exit */
	"linux_fork",			/* 2 = linux_fork */
	"read",			/* 3 = read */
	"write",			/* 4 = write */
	"linux_open",			/* 5 = linux_open */
	"close",			/* 6 = close */
	"linux_waitpid",			/* 7 = linux_waitpid */
	"linux_creat",			/* 8 = linux_creat */
	"linux_link",			/* 9 = linux_link */
	"linux_unlink",			/* 10 = linux_unlink */
	"linux_execve",			/* 11 = linux_execve */
	"linux_chdir",			/* 12 = linux_chdir */
	"linux_time",			/* 13 = linux_time */
	"linux_mknod",			/* 14 = linux_mknod */
	"linux_chmod",			/* 15 = linux_chmod */
	"linux_lchown16",			/* 16 = linux_lchown16 */
	"#17",			/* 17 = break */
	"linux_stat",			/* 18 = linux_stat */
	"linux_lseek",			/* 19 = linux_lseek */
	"linux_getpid",			/* 20 = linux_getpid */
	"linux_mount",			/* 21 = linux_mount */
	"linux_oldumount",			/* 22 = linux_oldumount */
	"linux_setuid16",			/* 23 = linux_setuid16 */
	"linux_getuid16",			/* 24 = linux_getuid16 */
	"linux_stime",			/* 25 = linux_stime */
	"linux_ptrace",			/* 26 = linux_ptrace */
	"linux_alarm",			/* 27 = linux_alarm */
	"#28",			/* 28 = fstat */
	"linux_pause",			/* 29 = linux_pause */
	"linux_utime",			/* 30 = linux_utime */
	"#31",			/* 31 = stty */
	"#32",			/* 32 = gtty */
	"linux_access",			/* 33 = linux_access */
	"linux_nice",			/* 34 = linux_nice */
	"#35",			/* 35 = ftime */
	"sync",			/* 36 = sync */
	"linux_kill",			/* 37 = linux_kill */
	"linux_rename",			/* 38 = linux_rename */
	"linux_mkdir",			/* 39 = linux_mkdir */
	"linux_rmdir",			/* 40 = linux_rmdir */
	"dup",			/* 41 = dup */
	"linux_pipe",			/* 42 = linux_pipe */
	"linux_times",			/* 43 = linux_times */
	"#44",			/* 44 = prof */
	"linux_brk",			/* 45 = linux_brk */
	"linux_setgid16",			/* 46 = linux_setgid16 */
	"linux_getgid16",			/* 47 = linux_getgid16 */
	"linux_signal",			/* 48 = linux_signal */
	"linux_geteuid16",			/* 49 = linux_geteuid16 */
	"linux_getegid16",			/* 50 = linux_getegid16 */
	"acct",			/* 51 = acct */
	"linux_umount",			/* 52 = linux_umount */
	"#53",			/* 53 = lock */
	"linux_ioctl",			/* 54 = linux_ioctl */
	"linux_fcntl",			/* 55 = linux_fcntl */
	"#56",			/* 56 = mpx */
	"setpgid",			/* 57 = setpgid */
	"#58",			/* 58 = ulimit */
	"linux_olduname",			/* 59 = linux_olduname */
	"umask",			/* 60 = umask */
	"chroot",			/* 61 = chroot */
	"linux_ustat",			/* 62 = linux_ustat */
	"dup2",			/* 63 = dup2 */
	"linux_getppid",			/* 64 = linux_getppid */
	"getpgrp",			/* 65 = getpgrp */
	"setsid",			/* 66 = setsid */
	"linux_sigaction",			/* 67 = linux_sigaction */
	"linux_sgetmask",			/* 68 = linux_sgetmask */
	"linux_ssetmask",			/* 69 = linux_ssetmask */
	"linux_setreuid16",			/* 70 = linux_setreuid16 */
	"linux_setregid16",			/* 71 = linux_setregid16 */
	"linux_sigsuspend",			/* 72 = linux_sigsuspend */
	"linux_sigpending",			/* 73 = linux_sigpending */
	"linux_sethostname",			/* 74 = linux_sethostname */
	"linux_setrlimit",			/* 75 = linux_setrlimit */
	"linux_old_getrlimit",			/* 76 = linux_old_getrlimit */
	"linux_getrusage",			/* 77 = linux_getrusage */
	"linux_gettimeofday",			/* 78 = linux_gettimeofday */
	"linux_settimeofday",			/* 79 = linux_settimeofday */
	"linux_getgroups16",			/* 80 = linux_getgroups16 */
	"linux_setgroups16",			/* 81 = linux_setgroups16 */
	"linux_old_select",			/* 82 = linux_old_select */
	"linux_symlink",			/* 83 = linux_symlink */
	"linux_lstat",			/* 84 = linux_lstat */
	"linux_readlink",			/* 85 = linux_readlink */
	"#86",			/* 86 = linux_uselib */
	"swapon",			/* 87 = swapon */
	"linux_reboot",			/* 88 = linux_reboot */
	"linux_readdir",			/* 89 = linux_readdir */
	"linux_mmap",			/* 90 = linux_mmap */
	"munmap",			/* 91 = munmap */
	"linux_truncate",			/* 92 = linux_truncate */
	"linux_ftruncate",			/* 93 = linux_ftruncate */
	"fchmod",			/* 94 = fchmod */
	"fchown",			/* 95 = fchown */
	"linux_getpriority",			/* 96 = linux_getpriority */
	"setpriority",			/* 97 = setpriority */
	"#98",			/* 98 = profil */
	"linux_statfs",			/* 99 = linux_statfs */
	"linux_fstatfs",			/* 100 = linux_fstatfs */
	"#101",			/* 101 = ioperm */
	"linux_socketcall",			/* 102 = linux_socketcall */
	"linux_syslog",			/* 103 = linux_syslog */
	"linux_setitimer",			/* 104 = linux_setitimer */
	"linux_getitimer",			/* 105 = linux_getitimer */
	"linux_newstat",			/* 106 = linux_newstat */
	"linux_newlstat",			/* 107 = linux_newlstat */
	"linux_newfstat",			/* 108 = linux_newfstat */
	"linux_uname",			/* 109 = linux_uname */
	"linux_iopl",			/* 110 = linux_iopl */
	"linux_vhangup",			/* 111 = linux_vhangup */
	"#112",			/* 112 = idle */
	"#113",			/* 113 = vm86old */
	"linux_wait4",			/* 114 = linux_wait4 */
	"linux_swapoff",			/* 115 = linux_swapoff */
	"linux_sysinfo",			/* 116 = linux_sysinfo */
	"linux_ipc",			/* 117 = linux_ipc */
	"fsync",			/* 118 = fsync */
	"linux_sigreturn",			/* 119 = linux_sigreturn */
	"linux_clone",			/* 120 = linux_clone */
	"linux_setdomainname",			/* 121 = linux_setdomainname */
	"linux_newuname",			/* 122 = linux_newuname */
	"#123",			/* 123 = modify_ldt */
	"linux_adjtimex",			/* 124 = linux_adjtimex */
	"linux_mprotect",			/* 125 = linux_mprotect */
	"linux_sigprocmask",			/* 126 = linux_sigprocmask */
	"#127",			/* 127 = create_module */
	"linux_init_module",			/* 128 = linux_init_module */
	"linux_delete_module",			/* 129 = linux_delete_module */
	"#130",			/* 130 = get_kernel_syms */
	"linux_quotactl",			/* 131 = linux_quotactl */
	"getpgid",			/* 132 = getpgid */
	"fchdir",			/* 133 = fchdir */
	"linux_bdflush",			/* 134 = linux_bdflush */
	"linux_sysfs",			/* 135 = linux_sysfs */
	"linux_personality",			/* 136 = linux_personality */
	"#137",			/* 137 = afs_syscall */
	"linux_setfsuid16",			/* 138 = linux_setfsuid16 */
	"linux_setfsgid16",			/* 139 = linux_setfsgid16 */
	"linux_llseek",			/* 140 = linux_llseek */
	"linux_getdents",			/* 141 = linux_getdents */
	"linux_select",			/* 142 = linux_select */
	"flock",			/* 143 = flock */
	"linux_msync",			/* 144 = linux_msync */
	"linux_readv",			/* 145 = linux_readv */
	"linux_writev",			/* 146 = linux_writev */
	"linux_getsid",			/* 147 = linux_getsid */
	"linux_fdatasync",			/* 148 = linux_fdatasync */
	"linux_sysctl",			/* 149 = linux_sysctl */
	"mlock",			/* 150 = mlock */
	"munlock",			/* 151 = munlock */
	"mlockall",			/* 152 = mlockall */
	"munlockall",			/* 153 = munlockall */
	"linux_sched_setparam",			/* 154 = linux_sched_setparam */
	"linux_sched_getparam",			/* 155 = linux_sched_getparam */
	"linux_sched_setscheduler",			/* 156 = linux_sched_setscheduler */
	"linux_sched_getscheduler",			/* 157 = linux_sched_getscheduler */
	"sched_yield",			/* 158 = sched_yield */
	"linux_sched_get_priority_max",			/* 159 = linux_sched_get_priority_max */
	"linux_sched_get_priority_min",			/* 160 = linux_sched_get_priority_min */
	"linux_sched_rr_get_interval",			/* 161 = linux_sched_rr_get_interval */
	"linux_nanosleep",			/* 162 = linux_nanosleep */
	"linux_mremap",			/* 163 = linux_mremap */
	"linux_setresuid16",			/* 164 = linux_setresuid16 */
	"linux_getresuid16",			/* 165 = linux_getresuid16 */
	"#166",			/* 166 = vm86 */
	"#167",			/* 167 = query_module */
	"poll",			/* 168 = poll */
	"#169",			/* 169 = nfsservctl */
	"linux_setresgid16",			/* 170 = linux_setresgid16 */
	"linux_getresgid16",			/* 171 = linux_getresgid16 */
	"linux_prctl",			/* 172 = linux_prctl */
	"linux_rt_sigreturn",			/* 173 = linux_rt_sigreturn */
	"linux_rt_sigaction",			/* 174 = linux_rt_sigaction */
	"linux_rt_sigprocmask",			/* 175 = linux_rt_sigprocmask */
	"linux_rt_sigpending",			/* 176 = linux_rt_sigpending */
	"linux_rt_sigtimedwait",			/* 177 = linux_rt_sigtimedwait */
	"linux_rt_sigqueueinfo",			/* 178 = linux_rt_sigqueueinfo */
	"linux_rt_sigsuspend",			/* 179 = linux_rt_sigsuspend */
	"linux_pread",			/* 180 = linux_pread */
	"linux_pwrite",			/* 181 = linux_pwrite */
	"linux_chown16",			/* 182 = linux_chown16 */
	"linux_getcwd",			/* 183 = linux_getcwd */
	"linux_capget",			/* 184 = linux_capget */
	"linux_capset",			/* 185 = linux_capset */
	"linux_sigaltstack",			/* 186 = linux_sigaltstack */
	"linux_sendfile",			/* 187 = linux_sendfile */
	"#188",			/* 188 = getpmsg */
	"#189",			/* 189 = putpmsg */
	"linux_vfork",			/* 190 = linux_vfork */
	"linux_getrlimit",			/* 191 = linux_getrlimit */
	"linux_mmap2",			/* 192 = linux_mmap2 */
	"linux_truncate64",			/* 193 = linux_truncate64 */
	"linux_ftruncate64",			/* 194 = linux_ftruncate64 */
	"linux_stat64",			/* 195 = linux_stat64 */
	"linux_lstat64",			/* 196 = linux_lstat64 */
	"linux_fstat64",			/* 197 = linux_fstat64 */
	"linux_lchown",			/* 198 = linux_lchown */
	"linux_getuid",			/* 199 = linux_getuid */
	"linux_getgid",			/* 200 = linux_getgid */
	"geteuid",			/* 201 = geteuid */
	"getegid",			/* 202 = getegid */
	"setreuid",			/* 203 = setreuid */
	"setregid",			/* 204 = setregid */
	"linux_getgroups",			/* 205 = linux_getgroups */
	"linux_setgroups",			/* 206 = linux_setgroups */
	"fchown",			/* 207 = fchown */
	"setresuid",			/* 208 = setresuid */
	"getresuid",			/* 209 = getresuid */
	"setresgid",			/* 210 = setresgid */
	"getresgid",			/* 211 = getresgid */
	"linux_chown",			/* 212 = linux_chown */
	"setuid",			/* 213 = setuid */
	"setgid",			/* 214 = setgid */
	"linux_setfsuid",			/* 215 = linux_setfsuid */
	"linux_setfsgid",			/* 216 = linux_setfsgid */
	"linux_pivot_root",			/* 217 = linux_pivot_root */
	"linux_mincore",			/* 218 = linux_mincore */
	"madvise",			/* 219 = madvise */
	"linux_getdents64",			/* 220 = linux_getdents64 */
	"linux_fcntl64",			/* 221 = linux_fcntl64 */
	"#222",			/* 222 =  */
	"#223",			/* 223 =  */
	"linux_gettid",			/* 224 = linux_gettid */
	"#225",			/* 225 = linux_readahead */
	"linux_setxattr",			/* 226 = linux_setxattr */
	"linux_lsetxattr",			/* 227 = linux_lsetxattr */
	"linux_fsetxattr",			/* 228 = linux_fsetxattr */
	"linux_getxattr",			/* 229 = linux_getxattr */
	"linux_lgetxattr",			/* 230 = linux_lgetxattr */
	"linux_fgetxattr",			/* 231 = linux_fgetxattr */
	"linux_listxattr",			/* 232 = linux_listxattr */
	"linux_llistxattr",			/* 233 = linux_llistxattr */
	"linux_flistxattr",			/* 234 = linux_flistxattr */
	"linux_removexattr",			/* 235 = linux_removexattr */
	"linux_lremovexattr",			/* 236 = linux_lremovexattr */
	"linux_fremovexattr",			/* 237 = linux_fremovexattr */
	"linux_tkill",			/* 238 = linux_tkill */
	"#239",			/* 239 = linux_sendfile64 */
	"linux_sys_futex",			/* 240 = linux_sys_futex */
	"linux_sched_setaffinity",			/* 241 = linux_sched_setaffinity */
	"linux_sched_getaffinity",			/* 242 = linux_sched_getaffinity */
	"linux_set_thread_area",			/* 243 = linux_set_thread_area */
	"#244",			/* 244 = linux_get_thread_area */
	"#245",			/* 245 = linux_io_setup */
	"#246",			/* 246 = linux_io_destroy */
	"#247",			/* 247 = linux_io_getevents */
	"#248",			/* 248 = linux_io_submit */
	"#249",			/* 249 = linux_io_cancel */
	"linux_fadvise64",			/* 250 = linux_fadvise64 */
	"#251",			/* 251 =  */
	"linux_exit_group",			/* 252 = linux_exit_group */
	"linux_lookup_dcookie",			/* 253 = linux_lookup_dcookie */
	"linux_epoll_create",			/* 254 = linux_epoll_create */
	"linux_epoll_ctl",			/* 255 = linux_epoll_ctl */
	"linux_epoll_wait",			/* 256 = linux_epoll_wait */
	"linux_remap_file_pages",			/* 257 = linux_remap_file_pages */
	"linux_set_tid_address",			/* 258 = linux_set_tid_address */
	"linux_timer_create",			/* 259 = linux_timer_create */
	"linux_timer_settime",			/* 260 = linux_timer_settime */
	"linux_timer_gettime",			/* 261 = linux_timer_gettime */
	"linux_timer_getoverrun",			/* 262 = linux_timer_getoverrun */
	"linux_timer_delete",			/* 263 = linux_timer_delete */
	"linux_clock_settime",			/* 264 = linux_clock_settime */
	"linux_clock_gettime",			/* 265 = linux_clock_gettime */
	"linux_clock_getres",			/* 266 = linux_clock_getres */
	"linux_clock_nanosleep",			/* 267 = linux_clock_nanosleep */
	"linux_statfs64",			/* 268 = linux_statfs64 */
	"linux_fstatfs64",			/* 269 = linux_fstatfs64 */
	"linux_tgkill",			/* 270 = linux_tgkill */
	"linux_utimes",			/* 271 = linux_utimes */
	"linux_fadvise64_64",			/* 272 = linux_fadvise64_64 */
	"#273",			/* 273 = vserver */
	"linux_mbind",			/* 274 = linux_mbind */
	"linux_get_mempolicy",			/* 275 = linux_get_mempolicy */
	"linux_set_mempolicy",			/* 276 = linux_set_mempolicy */
	"linux_mq_open",			/* 277 = linux_mq_open */
	"linux_mq_unlink",			/* 278 = linux_mq_unlink */
	"linux_mq_timedsend",			/* 279 = linux_mq_timedsend */
	"linux_mq_timedreceive",			/* 280 = linux_mq_timedreceive */
	"linux_mq_notify",			/* 281 = linux_mq_notify */
	"linux_mq_getsetattr",			/* 282 = linux_mq_getsetattr */
	"linux_kexec_load",			/* 283 = linux_kexec_load */
	"linux_waitid",			/* 284 = linux_waitid */
	"#285",			/* 285 =  */
	"linux_add_key",			/* 286 = linux_add_key */
	"linux_request_key",			/* 287 = linux_request_key */
	"linux_keyctl",			/* 288 = linux_keyctl */
	"linux_ioprio_set",			/* 289 = linux_ioprio_set */
	"linux_ioprio_get",			/* 290 = linux_ioprio_get */
	"linux_inotify_init",			/* 291 = linux_inotify_init */
	"linux_inotify_add_watch",			/* 292 = linux_inotify_add_watch */
	"linux_inotify_rm_watch",			/* 293 = linux_inotify_rm_watch */
	"linux_migrate_pages",			/* 294 = linux_migrate_pages */
	"linux_openat",			/* 295 = linux_openat */
	"linux_mkdirat",			/* 296 = linux_mkdirat */
	"linux_mknodat",			/* 297 = linux_mknodat */
	"linux_fchownat",			/* 298 = linux_fchownat */
	"linux_futimesat",			/* 299 = linux_futimesat */
	"linux_fstatat64",			/* 300 = linux_fstatat64 */
	"linux_unlinkat",			/* 301 = linux_unlinkat */
	"linux_renameat",			/* 302 = linux_renameat */
	"linux_linkat",			/* 303 = linux_linkat */
	"linux_symlinkat",			/* 304 = linux_symlinkat */
	"linux_readlinkat",			/* 305 = linux_readlinkat */
	"linux_fchmodat",			/* 306 = linux_fchmodat */
	"linux_faccessat",			/* 307 = linux_faccessat */
	"linux_pselect6",			/* 308 = linux_pselect6 */
	"linux_ppoll",			/* 309 = linux_ppoll */
	"linux_unshare",			/* 310 = linux_unshare */
	"linux_set_robust_list",			/* 311 = linux_set_robust_list */
	"linux_get_robust_list",			/* 312 = linux_get_robust_list */
	"linux_splice",			/* 313 = linux_splice */
	"linux_sync_file_range",			/* 314 = linux_sync_file_range */
	"linux_tee",			/* 315 = linux_tee */
	"linux_vmsplice",			/* 316 = linux_vmsplice */
	"linux_move_pages",			/* 317 = linux_move_pages */
	"linux_getcpu",			/* 318 = linux_getcpu */
	"linux_epoll_pwait",			/* 319 = linux_epoll_pwait */
	"linux_utimensat",			/* 320 = linux_utimensat */
	"linux_signalfd",			/* 321 = linux_signalfd */
	"linux_timerfd_create",			/* 322 = linux_timerfd_create */
	"linux_eventfd",			/* 323 = linux_eventfd */
	"linux_fallocate",			/* 324 = linux_fallocate */
	"linux_timerfd_settime",			/* 325 = linux_timerfd_settime */
	"linux_timerfd_gettime",			/* 326 = linux_timerfd_gettime */
	"linux_signalfd4",			/* 327 = linux_signalfd4 */
	"linux_eventfd2",			/* 328 = linux_eventfd2 */
	"linux_epoll_create1",			/* 329 = linux_epoll_create1 */
	"linux_dup3",			/* 330 = linux_dup3 */
	"linux_pipe2",			/* 331 = linux_pipe2 */
	"linux_inotify_init1",			/* 332 = linux_inotify_init1 */
	"linux_preadv",			/* 333 = linux_preadv */
	"linux_pwritev",			/* 334 = linux_pwritev */
	"linux_rt_tgsigqueueinfo",			/* 335 = linux_rt_tgsigqueueinfo */
	"linux_perf_event_open",			/* 336 = linux_perf_event_open */
	"linux_recvmmsg",			/* 337 = linux_recvmmsg */
	"linux_fanotify_init",			/* 338 = linux_fanotify_init */
	"linux_fanotify_mark",			/* 339 = linux_fanotify_mark */
	"linux_prlimit64",			/* 340 = linux_prlimit64 */
	"linux_name_to_handle_at",			/* 341 = linux_name_to_handle_at */
	"linux_open_by_handle_at",			/* 342 = linux_open_by_handle_at */
	"linux_clock_adjtime",			/* 343 = linux_clock_adjtime */
	"linux_syncfs",			/* 344 = linux_syncfs */
	"linux_sendmmsg",			/* 345 = linux_sendmmsg */
	"linux_setns",			/* 346 = linux_setns */
	"linux_process_vm_readv",			/* 347 = linux_process_vm_readv */
	"linux_process_vm_writev",			/* 348 = linux_process_vm_writev */
	"linux_kcmp",			/* 349 = linux_kcmp */
	"linux_finit_module",			/* 350 = linux_finit_module */
	"linux_sched_setattr",			/* 351 = linux_sched_setattr */
	"linux_sched_getattr",			/* 352 = linux_sched_getattr */
	"linux_renameat2",			/* 353 = linux_renameat2 */
	"linux_seccomp",			/* 354 = linux_seccomp */
	"linux_getrandom",			/* 355 = linux_getrandom */
	"linux_memfd_create",			/* 356 = linux_memfd_create */
	"linux_bpf",			/* 357 = linux_bpf */
	"linux_execveat",			/* 358 = linux_execveat */
	"linux_socket",			/* 359 = linux_socket */
	"linux_socketpair",			/* 360 = linux_socketpair */
	"linux_bind",			/* 361 = linux_bind */
	"linux_connect",			/* 362 = linux_connect */
	"linux_listen",			/* 363 = linux_listen */
	"linux_accept4",			/* 364 = linux_accept4 */
	"linux_getsockopt",			/* 365 = linux_getsockopt */
	"linux_setsockopt",			/* 366 = linux_setsockopt */
	"linux_getsockname",			/* 367 = linux_getsockname */
	"linux_getpeername",			/* 368 = linux_getpeername */
	"linux_sendto",			/* 369 = linux_sendto */
	"linux_sendmsg",			/* 370 = linux_sendmsg */
	"linux_recvfrom",			/* 371 = linux_recvfrom */
	"linux_recvmsg",			/* 372 = linux_recvmsg */
	"linux_shutdown",			/* 373 = linux_shutdown */
	"linux_userfaultfd",			/* 374 = linux_userfaultfd */
	"linux_membarrier",			/* 375 = linux_membarrier */
	"linux_mlock2",			/* 376 = linux_mlock2 */
	"linux_copy_file_range",			/* 377 = linux_copy_file_range */
	"linux_preadv2",			/* 378 = linux_preadv2 */
	"linux_pwritev2",			/* 379 = linux_pwritev2 */
	"linux_pkey_mprotect",			/* 380 = linux_pkey_mprotect */
	"linux_pkey_alloc",			/* 381 = linux_pkey_alloc */
	"linux_pkey_free",			/* 382 = linux_pkey_free */
	"#383",			/* 383 = nosys */
};
OpenPOWER on IntegriCloud