1570af302Sopenharmony_ci#define __NR_restart_syscall	0
2570af302Sopenharmony_ci#define __NR_exit	1
3570af302Sopenharmony_ci#define __NR_fork	2
4570af302Sopenharmony_ci#define __NR_read	3
5570af302Sopenharmony_ci#define __NR_write	4
6570af302Sopenharmony_ci#define __NR_open	5
7570af302Sopenharmony_ci#define __NR_close	6
8570af302Sopenharmony_ci#define __NR_creat	8
9570af302Sopenharmony_ci#define __NR_link	9
10570af302Sopenharmony_ci#define __NR_unlink	10
11570af302Sopenharmony_ci#define __NR_execve	11
12570af302Sopenharmony_ci#define __NR_chdir	12
13570af302Sopenharmony_ci#define __NR_mknod	14
14570af302Sopenharmony_ci#define __NR_chmod	15
15570af302Sopenharmony_ci#define __NR_lchown	16
16570af302Sopenharmony_ci#define __NR_lseek	19
17570af302Sopenharmony_ci#define __NR_getpid	20
18570af302Sopenharmony_ci#define __NR_mount	21
19570af302Sopenharmony_ci#define __NR_umount	22
20570af302Sopenharmony_ci#define __NR_setuid	23
21570af302Sopenharmony_ci#define __NR_getuid	24
22570af302Sopenharmony_ci#define __NR_ptrace	26
23570af302Sopenharmony_ci#define __NR_pause	29
24570af302Sopenharmony_ci#define __NR_access	33
25570af302Sopenharmony_ci#define __NR_nice	34
26570af302Sopenharmony_ci#define __NR_sync	36
27570af302Sopenharmony_ci#define __NR_kill	37
28570af302Sopenharmony_ci#define __NR_rename	38
29570af302Sopenharmony_ci#define __NR_mkdir	39
30570af302Sopenharmony_ci#define __NR_rmdir	40
31570af302Sopenharmony_ci#define __NR_dup	41
32570af302Sopenharmony_ci#define __NR_pipe	42
33570af302Sopenharmony_ci#define __NR_times	43
34570af302Sopenharmony_ci#define __NR_brk	45
35570af302Sopenharmony_ci#define __NR_setgid	46
36570af302Sopenharmony_ci#define __NR_getgid	47
37570af302Sopenharmony_ci#define __NR_geteuid	49
38570af302Sopenharmony_ci#define __NR_getegid	50
39570af302Sopenharmony_ci#define __NR_acct	51
40570af302Sopenharmony_ci#define __NR_umount2	52
41570af302Sopenharmony_ci#define __NR_ioctl	54
42570af302Sopenharmony_ci#define __NR_fcntl	55
43570af302Sopenharmony_ci#define __NR_setpgid	57
44570af302Sopenharmony_ci#define __NR_umask	60
45570af302Sopenharmony_ci#define __NR_chroot	61
46570af302Sopenharmony_ci#define __NR_ustat	62
47570af302Sopenharmony_ci#define __NR_dup2	63
48570af302Sopenharmony_ci#define __NR_getppid	64
49570af302Sopenharmony_ci#define __NR_getpgrp	65
50570af302Sopenharmony_ci#define __NR_setsid	66
51570af302Sopenharmony_ci#define __NR_sigaction	67
52570af302Sopenharmony_ci#define __NR_setreuid	70
53570af302Sopenharmony_ci#define __NR_setregid	71
54570af302Sopenharmony_ci#define __NR_sigsuspend	72
55570af302Sopenharmony_ci#define __NR_sigpending	73
56570af302Sopenharmony_ci#define __NR_sethostname	74
57570af302Sopenharmony_ci#define __NR_setrlimit	75
58570af302Sopenharmony_ci#define __NR_getrusage	77
59570af302Sopenharmony_ci#define __NR_gettimeofday_time32	78
60570af302Sopenharmony_ci#define __NR_settimeofday_time32	79
61570af302Sopenharmony_ci#define __NR_getgroups	80
62570af302Sopenharmony_ci#define __NR_setgroups	81
63570af302Sopenharmony_ci#define __NR_symlink	83
64570af302Sopenharmony_ci#define __NR_readlink	85
65570af302Sopenharmony_ci#define __NR_uselib	86
66570af302Sopenharmony_ci#define __NR_swapon	87
67570af302Sopenharmony_ci#define __NR_reboot	88
68570af302Sopenharmony_ci#define __NR_munmap	91
69570af302Sopenharmony_ci#define __NR_truncate	92
70570af302Sopenharmony_ci#define __NR_ftruncate	93
71570af302Sopenharmony_ci#define __NR_fchmod	94
72570af302Sopenharmony_ci#define __NR_fchown	95
73570af302Sopenharmony_ci#define __NR_getpriority	96
74570af302Sopenharmony_ci#define __NR_setpriority	97
75570af302Sopenharmony_ci#define __NR_statfs	99
76570af302Sopenharmony_ci#define __NR_fstatfs	100
77570af302Sopenharmony_ci#define __NR_syslog	103
78570af302Sopenharmony_ci#define __NR_setitimer	104
79570af302Sopenharmony_ci#define __NR_getitimer	105
80570af302Sopenharmony_ci#define __NR_stat	106
81570af302Sopenharmony_ci#define __NR_lstat	107
82570af302Sopenharmony_ci#define __NR_fstat	108
83570af302Sopenharmony_ci#define __NR_vhangup	111
84570af302Sopenharmony_ci#define __NR_wait4	114
85570af302Sopenharmony_ci#define __NR_swapoff	115
86570af302Sopenharmony_ci#define __NR_sysinfo	116
87570af302Sopenharmony_ci#define __NR_fsync	118
88570af302Sopenharmony_ci#define __NR_sigreturn	119
89570af302Sopenharmony_ci#define __NR_clone	120
90570af302Sopenharmony_ci#define __NR_setdomainname	121
91570af302Sopenharmony_ci#define __NR_uname	122
92570af302Sopenharmony_ci#define __NR_adjtimex	124
93570af302Sopenharmony_ci#define __NR_mprotect	125
94570af302Sopenharmony_ci#define __NR_sigprocmask	126
95570af302Sopenharmony_ci#define __NR_init_module	128
96570af302Sopenharmony_ci#define __NR_delete_module	129
97570af302Sopenharmony_ci#define __NR_quotactl	131
98570af302Sopenharmony_ci#define __NR_getpgid	132
99570af302Sopenharmony_ci#define __NR_fchdir	133
100570af302Sopenharmony_ci#define __NR_bdflush	134
101570af302Sopenharmony_ci#define __NR_sysfs	135
102570af302Sopenharmony_ci#define __NR_personality	136
103570af302Sopenharmony_ci#define __NR_setfsuid	138
104570af302Sopenharmony_ci#define __NR_setfsgid	139
105570af302Sopenharmony_ci#define __NR__llseek	140
106570af302Sopenharmony_ci#define __NR_getdents	141
107570af302Sopenharmony_ci#define __NR__newselect	142
108570af302Sopenharmony_ci#define __NR_flock	143
109570af302Sopenharmony_ci#define __NR_msync	144
110570af302Sopenharmony_ci#define __NR_readv	145
111570af302Sopenharmony_ci#define __NR_writev	146
112570af302Sopenharmony_ci#define __NR_getsid	147
113570af302Sopenharmony_ci#define __NR_fdatasync	148
114570af302Sopenharmony_ci#define __NR__sysctl	149
115570af302Sopenharmony_ci#define __NR_mlock	150
116570af302Sopenharmony_ci#define __NR_munlock	151
117570af302Sopenharmony_ci#define __NR_mlockall	152
118570af302Sopenharmony_ci#define __NR_munlockall	153
119570af302Sopenharmony_ci#define __NR_sched_setparam	154
120570af302Sopenharmony_ci#define __NR_sched_getparam	155
121570af302Sopenharmony_ci#define __NR_sched_setscheduler	156
122570af302Sopenharmony_ci#define __NR_sched_getscheduler	157
123570af302Sopenharmony_ci#define __NR_sched_yield	158
124570af302Sopenharmony_ci#define __NR_sched_get_priority_max	159
125570af302Sopenharmony_ci#define __NR_sched_get_priority_min	160
126570af302Sopenharmony_ci#define __NR_sched_rr_get_interval	161
127570af302Sopenharmony_ci#define __NR_nanosleep	162
128570af302Sopenharmony_ci#define __NR_mremap	163
129570af302Sopenharmony_ci#define __NR_setresuid	164
130570af302Sopenharmony_ci#define __NR_getresuid	165
131570af302Sopenharmony_ci#define __NR_poll	168
132570af302Sopenharmony_ci#define __NR_nfsservctl	169
133570af302Sopenharmony_ci#define __NR_setresgid	170
134570af302Sopenharmony_ci#define __NR_getresgid	171
135570af302Sopenharmony_ci#define __NR_prctl	172
136570af302Sopenharmony_ci#define __NR_rt_sigreturn	173
137570af302Sopenharmony_ci#define __NR_rt_sigaction	174
138570af302Sopenharmony_ci#define __NR_rt_sigprocmask	175
139570af302Sopenharmony_ci#define __NR_rt_sigpending	176
140570af302Sopenharmony_ci#define __NR_rt_sigtimedwait	177
141570af302Sopenharmony_ci#define __NR_rt_sigqueueinfo	178
142570af302Sopenharmony_ci#define __NR_rt_sigsuspend	179
143570af302Sopenharmony_ci#define __NR_pread64	180
144570af302Sopenharmony_ci#define __NR_pwrite64	181
145570af302Sopenharmony_ci#define __NR_chown	182
146570af302Sopenharmony_ci#define __NR_getcwd	183
147570af302Sopenharmony_ci#define __NR_capget	184
148570af302Sopenharmony_ci#define __NR_capset	185
149570af302Sopenharmony_ci#define __NR_sigaltstack	186
150570af302Sopenharmony_ci#define __NR_sendfile	187
151570af302Sopenharmony_ci#define __NR_vfork	190
152570af302Sopenharmony_ci#define __NR_ugetrlimit	191
153570af302Sopenharmony_ci#define __NR_mmap2	192
154570af302Sopenharmony_ci#define __NR_truncate64	193
155570af302Sopenharmony_ci#define __NR_ftruncate64	194
156570af302Sopenharmony_ci#define __NR_stat64	195
157570af302Sopenharmony_ci#define __NR_lstat64	196
158570af302Sopenharmony_ci#define __NR_fstat64	197
159570af302Sopenharmony_ci#define __NR_lchown32	198
160570af302Sopenharmony_ci#define __NR_getuid32	199
161570af302Sopenharmony_ci#define __NR_getgid32	200
162570af302Sopenharmony_ci#define __NR_geteuid32	201
163570af302Sopenharmony_ci#define __NR_getegid32	202
164570af302Sopenharmony_ci#define __NR_setreuid32	203
165570af302Sopenharmony_ci#define __NR_setregid32	204
166570af302Sopenharmony_ci#define __NR_getgroups32	205
167570af302Sopenharmony_ci#define __NR_setgroups32	206
168570af302Sopenharmony_ci#define __NR_fchown32	207
169570af302Sopenharmony_ci#define __NR_setresuid32	208
170570af302Sopenharmony_ci#define __NR_getresuid32	209
171570af302Sopenharmony_ci#define __NR_setresgid32	210
172570af302Sopenharmony_ci#define __NR_getresgid32	211
173570af302Sopenharmony_ci#define __NR_chown32	212
174570af302Sopenharmony_ci#define __NR_setuid32	213
175570af302Sopenharmony_ci#define __NR_setgid32	214
176570af302Sopenharmony_ci#define __NR_setfsuid32	215
177570af302Sopenharmony_ci#define __NR_setfsgid32	216
178570af302Sopenharmony_ci#define __NR_getdents64	217
179570af302Sopenharmony_ci#define __NR_pivot_root	218
180570af302Sopenharmony_ci#define __NR_mincore	219
181570af302Sopenharmony_ci#define __NR_madvise	220
182570af302Sopenharmony_ci#define __NR_fcntl64	221
183570af302Sopenharmony_ci#define __NR_gettid	224
184570af302Sopenharmony_ci#define __NR_readahead	225
185570af302Sopenharmony_ci#define __NR_setxattr	226
186570af302Sopenharmony_ci#define __NR_lsetxattr	227
187570af302Sopenharmony_ci#define __NR_fsetxattr	228
188570af302Sopenharmony_ci#define __NR_getxattr	229
189570af302Sopenharmony_ci#define __NR_lgetxattr	230
190570af302Sopenharmony_ci#define __NR_fgetxattr	231
191570af302Sopenharmony_ci#define __NR_listxattr	232
192570af302Sopenharmony_ci#define __NR_llistxattr	233
193570af302Sopenharmony_ci#define __NR_flistxattr	234
194570af302Sopenharmony_ci#define __NR_removexattr	235
195570af302Sopenharmony_ci#define __NR_lremovexattr	236
196570af302Sopenharmony_ci#define __NR_fremovexattr	237
197570af302Sopenharmony_ci#define __NR_tkill	238
198570af302Sopenharmony_ci#define __NR_sendfile64	239
199570af302Sopenharmony_ci#define __NR_futex	240
200570af302Sopenharmony_ci#define __NR_sched_setaffinity	241
201570af302Sopenharmony_ci#define __NR_sched_getaffinity	242
202570af302Sopenharmony_ci#define __NR_io_setup	243
203570af302Sopenharmony_ci#define __NR_io_destroy	244
204570af302Sopenharmony_ci#define __NR_io_getevents	245
205570af302Sopenharmony_ci#define __NR_io_submit	246
206570af302Sopenharmony_ci#define __NR_io_cancel	247
207570af302Sopenharmony_ci#define __NR_exit_group	248
208570af302Sopenharmony_ci#define __NR_lookup_dcookie	249
209570af302Sopenharmony_ci#define __NR_epoll_create	250
210570af302Sopenharmony_ci#define __NR_epoll_ctl	251
211570af302Sopenharmony_ci#define __NR_epoll_wait	252
212570af302Sopenharmony_ci#define __NR_remap_file_pages	253
213570af302Sopenharmony_ci#define __NR_set_thread_area	254
214570af302Sopenharmony_ci#define __NR_get_thread_area	255
215570af302Sopenharmony_ci#define __NR_set_tid_address	256
216570af302Sopenharmony_ci#define __NR_timer_create	257
217570af302Sopenharmony_ci#define __NR_timer_settime32	258
218570af302Sopenharmony_ci#define __NR_timer_gettime32	259
219570af302Sopenharmony_ci#define __NR_timer_getoverrun	260
220570af302Sopenharmony_ci#define __NR_timer_delete	261
221570af302Sopenharmony_ci#define __NR_clock_settime32	262
222570af302Sopenharmony_ci#define __NR_clock_gettime32	263
223570af302Sopenharmony_ci#define __NR_clock_getres_time32	264
224570af302Sopenharmony_ci#define __NR_clock_nanosleep_time32	265
225570af302Sopenharmony_ci#define __NR_statfs64	266
226570af302Sopenharmony_ci#define __NR_fstatfs64	267
227570af302Sopenharmony_ci#define __NR_tgkill	268
228570af302Sopenharmony_ci#define __NR_utimes	269
229570af302Sopenharmony_ci#define __NR_fadvise64_64	270
230570af302Sopenharmony_ci#define __NR_arm_fadvise64_64	270
231570af302Sopenharmony_ci#define __NR_pciconfig_iobase	271
232570af302Sopenharmony_ci#define __NR_pciconfig_read	272
233570af302Sopenharmony_ci#define __NR_pciconfig_write	273
234570af302Sopenharmony_ci#define __NR_mq_open	274
235570af302Sopenharmony_ci#define __NR_mq_unlink	275
236570af302Sopenharmony_ci#define __NR_mq_timedsend	276
237570af302Sopenharmony_ci#define __NR_mq_timedreceive	277
238570af302Sopenharmony_ci#define __NR_mq_notify	278
239570af302Sopenharmony_ci#define __NR_mq_getsetattr	279
240570af302Sopenharmony_ci#define __NR_waitid	280
241570af302Sopenharmony_ci#define __NR_socket	281
242570af302Sopenharmony_ci#define __NR_bind	282
243570af302Sopenharmony_ci#define __NR_connect	283
244570af302Sopenharmony_ci#define __NR_listen	284
245570af302Sopenharmony_ci#define __NR_accept	285
246570af302Sopenharmony_ci#define __NR_getsockname	286
247570af302Sopenharmony_ci#define __NR_getpeername	287
248570af302Sopenharmony_ci#define __NR_socketpair	288
249570af302Sopenharmony_ci#define __NR_send	289
250570af302Sopenharmony_ci#define __NR_sendto	290
251570af302Sopenharmony_ci#define __NR_recv	291
252570af302Sopenharmony_ci#define __NR_recvfrom	292
253570af302Sopenharmony_ci#define __NR_shutdown	293
254570af302Sopenharmony_ci#define __NR_setsockopt	294
255570af302Sopenharmony_ci#define __NR_getsockopt	295
256570af302Sopenharmony_ci#define __NR_sendmsg	296
257570af302Sopenharmony_ci#define __NR_recvmsg	297
258570af302Sopenharmony_ci#define __NR_semop	298
259570af302Sopenharmony_ci#define __NR_semget	299
260570af302Sopenharmony_ci#define __NR_semctl	300
261570af302Sopenharmony_ci#define __NR_msgsnd	301
262570af302Sopenharmony_ci#define __NR_msgrcv	302
263570af302Sopenharmony_ci#define __NR_msgget	303
264570af302Sopenharmony_ci#define __NR_msgctl	304
265570af302Sopenharmony_ci#define __NR_shmat	305
266570af302Sopenharmony_ci#define __NR_shmdt	306
267570af302Sopenharmony_ci#define __NR_shmget	307
268570af302Sopenharmony_ci#define __NR_shmctl	308
269570af302Sopenharmony_ci#define __NR_add_key	309
270570af302Sopenharmony_ci#define __NR_request_key	310
271570af302Sopenharmony_ci#define __NR_keyctl	311
272570af302Sopenharmony_ci#define __NR_semtimedop	312
273570af302Sopenharmony_ci#define __NR_vserver	313
274570af302Sopenharmony_ci#define __NR_ioprio_set	314
275570af302Sopenharmony_ci#define __NR_ioprio_get	315
276570af302Sopenharmony_ci#define __NR_inotify_init	316
277570af302Sopenharmony_ci#define __NR_inotify_add_watch	317
278570af302Sopenharmony_ci#define __NR_inotify_rm_watch	318
279570af302Sopenharmony_ci#define __NR_mbind	319
280570af302Sopenharmony_ci#define __NR_get_mempolicy	320
281570af302Sopenharmony_ci#define __NR_set_mempolicy	321
282570af302Sopenharmony_ci#define __NR_openat	322
283570af302Sopenharmony_ci#define __NR_mkdirat	323
284570af302Sopenharmony_ci#define __NR_mknodat	324
285570af302Sopenharmony_ci#define __NR_fchownat	325
286570af302Sopenharmony_ci#define __NR_futimesat	326
287570af302Sopenharmony_ci#define __NR_fstatat64	327
288570af302Sopenharmony_ci#define __NR_unlinkat	328
289570af302Sopenharmony_ci#define __NR_renameat	329
290570af302Sopenharmony_ci#define __NR_linkat	330
291570af302Sopenharmony_ci#define __NR_symlinkat	331
292570af302Sopenharmony_ci#define __NR_readlinkat	332
293570af302Sopenharmony_ci#define __NR_fchmodat	333
294570af302Sopenharmony_ci#define __NR_faccessat	334
295570af302Sopenharmony_ci#define __NR_pselect6	335
296570af302Sopenharmony_ci#define __NR_ppoll	336
297570af302Sopenharmony_ci#define __NR_unshare	337
298570af302Sopenharmony_ci#define __NR_set_robust_list	338
299570af302Sopenharmony_ci#define __NR_get_robust_list	339
300570af302Sopenharmony_ci#define __NR_splice	340
301570af302Sopenharmony_ci#define __NR_sync_file_range2	341
302570af302Sopenharmony_ci#define __NR_arm_sync_file_range	341
303570af302Sopenharmony_ci#define __NR_tee	342
304570af302Sopenharmony_ci#define __NR_vmsplice	343
305570af302Sopenharmony_ci#define __NR_move_pages	344
306570af302Sopenharmony_ci#define __NR_getcpu	345
307570af302Sopenharmony_ci#define __NR_epoll_pwait	346
308570af302Sopenharmony_ci#define __NR_kexec_load	347
309570af302Sopenharmony_ci#define __NR_utimensat	348
310570af302Sopenharmony_ci#define __NR_signalfd	349
311570af302Sopenharmony_ci#define __NR_timerfd_create	350
312570af302Sopenharmony_ci#define __NR_eventfd	351
313570af302Sopenharmony_ci#define __NR_fallocate	352
314570af302Sopenharmony_ci#define __NR_timerfd_settime32	353
315570af302Sopenharmony_ci#define __NR_timerfd_gettime32	354
316570af302Sopenharmony_ci#define __NR_signalfd4	355
317570af302Sopenharmony_ci#define __NR_eventfd2	356
318570af302Sopenharmony_ci#define __NR_epoll_create1	357
319570af302Sopenharmony_ci#define __NR_dup3	358
320570af302Sopenharmony_ci#define __NR_pipe2	359
321570af302Sopenharmony_ci#define __NR_inotify_init1	360
322570af302Sopenharmony_ci#define __NR_preadv	361
323570af302Sopenharmony_ci#define __NR_pwritev	362
324570af302Sopenharmony_ci#define __NR_rt_tgsigqueueinfo	363
325570af302Sopenharmony_ci#define __NR_perf_event_open	364
326570af302Sopenharmony_ci#define __NR_recvmmsg	365
327570af302Sopenharmony_ci#define __NR_accept4	366
328570af302Sopenharmony_ci#define __NR_fanotify_init	367
329570af302Sopenharmony_ci#define __NR_fanotify_mark	368
330570af302Sopenharmony_ci#define __NR_prlimit64	369
331570af302Sopenharmony_ci#define __NR_name_to_handle_at	370
332570af302Sopenharmony_ci#define __NR_open_by_handle_at	371
333570af302Sopenharmony_ci#define __NR_clock_adjtime	372
334570af302Sopenharmony_ci#define __NR_syncfs	373
335570af302Sopenharmony_ci#define __NR_sendmmsg	374
336570af302Sopenharmony_ci#define __NR_setns	375
337570af302Sopenharmony_ci#define __NR_process_vm_readv	376
338570af302Sopenharmony_ci#define __NR_process_vm_writev	377
339570af302Sopenharmony_ci#define __NR_kcmp		378
340570af302Sopenharmony_ci#define __NR_finit_module	379
341570af302Sopenharmony_ci#define __NR_sched_setattr	380
342570af302Sopenharmony_ci#define __NR_sched_getattr	381
343570af302Sopenharmony_ci#define __NR_renameat2	382
344570af302Sopenharmony_ci#define __NR_seccomp	383
345570af302Sopenharmony_ci#define __NR_getrandom	384
346570af302Sopenharmony_ci#define __NR_memfd_create	385
347570af302Sopenharmony_ci#define __NR_bpf	386
348570af302Sopenharmony_ci#define __NR_execveat	387
349570af302Sopenharmony_ci#define __NR_userfaultfd	388
350570af302Sopenharmony_ci#define __NR_membarrier		389
351570af302Sopenharmony_ci#define __NR_mlock2		390
352570af302Sopenharmony_ci#define __NR_copy_file_range	391
353570af302Sopenharmony_ci#define __NR_preadv2	392
354570af302Sopenharmony_ci#define __NR_pwritev2	393
355570af302Sopenharmony_ci#define __NR_pkey_mprotect	394
356570af302Sopenharmony_ci#define __NR_pkey_alloc	395
357570af302Sopenharmony_ci#define __NR_pkey_free	396
358570af302Sopenharmony_ci#define __NR_statx	397
359570af302Sopenharmony_ci#define __NR_rseq	398
360570af302Sopenharmony_ci#define __NR_io_pgetevents	399
361570af302Sopenharmony_ci#define __NR_migrate_pages	400
362570af302Sopenharmony_ci#define __NR_kexec_file_load	401
363570af302Sopenharmony_ci#define __NR_pidfd_send_signal	424
364570af302Sopenharmony_ci#define __NR_io_uring_setup	425
365570af302Sopenharmony_ci#define __NR_io_uring_enter	426
366570af302Sopenharmony_ci#define __NR_io_uring_register	427
367570af302Sopenharmony_ci#define __NR_open_tree		428
368570af302Sopenharmony_ci#define __NR_move_mount		429
369570af302Sopenharmony_ci#define __NR_fsopen		430
370570af302Sopenharmony_ci#define __NR_fsconfig		431
371570af302Sopenharmony_ci#define __NR_fsmount		432
372570af302Sopenharmony_ci#define __NR_fspick		433
373570af302Sopenharmony_ci#define __NR_pidfd_open		434
374570af302Sopenharmony_ci#define __NR_clone3		435
375570af302Sopenharmony_ci#define __NR_close_range	436
376570af302Sopenharmony_ci#define __NR_openat2		437
377570af302Sopenharmony_ci#define __NR_pidfd_getfd	438
378570af302Sopenharmony_ci#define __NR_faccessat2		439
379570af302Sopenharmony_ci#define __NR_process_madvise	440
380570af302Sopenharmony_ci#define __NR_epoll_pwait2	441
381570af302Sopenharmony_ci#define __NR_mount_setattr	442
382570af302Sopenharmony_ci#define __NR_landlock_create_ruleset	444
383570af302Sopenharmony_ci#define __NR_landlock_add_rule	445
384570af302Sopenharmony_ci#define __NR_landlock_restrict_self	446
385570af302Sopenharmony_ci
386570af302Sopenharmony_ci/* OHOS customized syscalls, not compatible with ARM EABI */
387570af302Sopenharmony_ci#define __NR_OHOS_BEGIN         500
388570af302Sopenharmony_ci#define __NR_pthread_set_detach (__NR_OHOS_BEGIN + 0)
389570af302Sopenharmony_ci#define __NR_pthread_join       (__NR_OHOS_BEGIN + 1)
390570af302Sopenharmony_ci#define __NR_pthread_deatch     (__NR_OHOS_BEGIN + 2)
391570af302Sopenharmony_ci#define __NR_create_user_thread (__NR_OHOS_BEGIN + 3)
392570af302Sopenharmony_ci#define __NR_processcreate      (__NR_OHOS_BEGIN + 4)
393570af302Sopenharmony_ci#define __NR_processtart        (__NR_OHOS_BEGIN + 5)
394570af302Sopenharmony_ci#define __NR_printf             (__NR_OHOS_BEGIN + 6)
395570af302Sopenharmony_ci#define __NR_dumpmemory         (__NR_OHOS_BEGIN + 13)
396570af302Sopenharmony_ci#define __NR_mkfifo             (__NR_OHOS_BEGIN + 14)
397570af302Sopenharmony_ci#define __NR_mqclose            (__NR_OHOS_BEGIN + 15)
398570af302Sopenharmony_ci#define __NR_realpath           (__NR_OHOS_BEGIN + 16)
399570af302Sopenharmony_ci#define __NR_format             (__NR_OHOS_BEGIN + 17)
400570af302Sopenharmony_ci#define __NR_shellexec          (__NR_OHOS_BEGIN + 18)
401570af302Sopenharmony_ci#define __NR_ohoscapget         (__NR_OHOS_BEGIN + 19)
402570af302Sopenharmony_ci#define __NR_ohoscapset         (__NR_OHOS_BEGIN + 20)
403570af302Sopenharmony_ci#define __NR_sysconf            (__NR_OHOS_BEGIN + 21)
404570af302Sopenharmony_ci#define __NR_syscallend         (__NR_OHOS_BEGIN + 22)
405570af302Sopenharmony_ci
406570af302Sopenharmony_ci#define __ARM_NR_breakpoint	0x0f0001
407570af302Sopenharmony_ci#define __ARM_NR_cacheflush	0x0f0002
408570af302Sopenharmony_ci#define __ARM_NR_usr26		0x0f0003
409570af302Sopenharmony_ci#define __ARM_NR_usr32		0x0f0004
410570af302Sopenharmony_ci#define __ARM_NR_set_tls	0x0f0005
411570af302Sopenharmony_ci#define __ARM_NR_get_tls	0x0f0006
412