• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #if defined LINUX_MIPSN32
2 /* For an N32 strace decode the N32 64-bit syscalls. */
3 [6000] = { 3,	TD,		SEN(read),			"read"			}, /* start of Linux N32 */
4 [6001] = { 3,	TD,		SEN(write),			"write"			},
5 [6002] = { 3,	TD|TF,		SEN(open),			"open"			},
6 [6003] = { 1,	TD,		SEN(close),			"close"			},
7 [6004] = { 2,	TF|TST|TSTA,	SEN(stat64),			"stat"			},
8 [6005] = { 2,	TD|TFST|TSTA,	SEN(fstat64),			"fstat"			},
9 [6006] = { 2,	TF|TLST|TSTA,	SEN(lstat64),			"lstat"			},
10 [6007] = { 3,	TD,		SEN(poll),			"poll"			},
11 [6008] = { 3,	TD,		SEN(lseek),			"lseek"			},
12 [6009] = { 6,	TD|TM|SI,	SEN(mmap),			"mmap"			},
13 [6010] = { 3,	TM|SI,		SEN(mprotect),			"mprotect"		},
14 [6011] = { 2,	TM|SI,		SEN(munmap),			"munmap"		},
15 [6012] = { 1,	TM|SI,		SEN(brk),			"brk"			},
16 [6013] = { 4,	TS,		SEN(rt_sigaction),		"rt_sigaction"		},
17 [6014] = { 4,	TS,		SEN(rt_sigprocmask),		"rt_sigprocmask"	},
18 [6015] = { 3,	TD,		SEN(ioctl),			"ioctl"			},
19 [6016] = { 4,	TD,		SEN(pread),			"pread64"		},
20 [6017] = { 4,	TD,		SEN(pwrite),			"pwrite64"		},
21 [6018] = { 3,	TD,		SEN(readv),			"readv"			},
22 [6019] = { 3,	TD,		SEN(writev),			"writev"		},
23 [6020] = { 2,	TF,		SEN(access),			"access"		},
24 [6021] = { 0,	TD,		SEN(pipe),			"pipe"			},
25 [6022] = { 5,	TD,		SEN(select),			"_newselect"		},
26 [6023] = { 0,	0,		SEN(sched_yield),		"sched_yield"		},
27 [6024] = { 5,	TM|SI,		SEN(mremap),			"mremap"		},
28 [6025] = { 3,	TM,		SEN(msync),			"msync"			},
29 [6026] = { 3,	TM,		SEN(mincore),			"mincore"		},
30 [6027] = { 3,	TM,		SEN(madvise),			"madvise"		},
31 [6028] = { 3,	TI,		SEN(shmget),			"shmget"		},
32 [6029] = { 3,	TI|TM|SI,	SEN(shmat),			"shmat"			},
33 [6030] = { 3,	TI,		SEN(shmctl),			"shmctl"		},
34 [6031] = { 1,	TD,		SEN(dup),			"dup"			},
35 [6032] = { 2,	TD,		SEN(dup2),			"dup2"			},
36 [6033] = { 0,	TS,		SEN(pause),			"pause"			},
37 [6034] = { 2,	0,		SEN(nanosleep),			"nanosleep"		},
38 [6035] = { 2,	0,		SEN(getitimer),			"getitimer"		},
39 [6036] = { 3,	0,		SEN(setitimer),			"setitimer"		},
40 [6037] = { 1,	0,		SEN(alarm),			"alarm"			},
41 [6038] = { 0,	PU|NF,		SEN(getpid),			"getpid"		},
42 [6039] = { 4,	TD|TN,		SEN(sendfile),			"sendfile"		},
43 [6040] = { 3,	TN,		SEN(socket),			"socket"		},
44 [6041] = { 3,	TN,		SEN(connect),			"connect"		},
45 [6042] = { 3,	TN,		SEN(accept),			"accept"		},
46 [6043] = { 6,	TN,		SEN(sendto),			"sendto"		},
47 [6044] = { 6,	TN,		SEN(recvfrom),			"recvfrom"		},
48 [6045] = { 3,	TN,		SEN(sendmsg),			"sendmsg"		},
49 [6046] = { 3,	TN,		SEN(recvmsg),			"recvmsg"		},
50 [6047] = { 2,	TN,		SEN(shutdown),			"shutdown"		},
51 [6048] = { 3,	TN,		SEN(bind),			"bind"			},
52 [6049] = { 2,	TN,		SEN(listen),			"listen"		},
53 [6050] = { 3,	TN,		SEN(getsockname),		"getsockname"		},
54 [6051] = { 3,	TN,		SEN(getpeername),		"getpeername"		},
55 [6052] = { 4,	TN,		SEN(socketpair),		"socketpair"		},
56 [6053] = { 5,	TN,		SEN(setsockopt),		"setsockopt"		},
57 [6054] = { 5,	TN,		SEN(getsockopt),		"getsockopt"		},
58 [6055] = { 5,	TP,		SEN(clone),			"clone"			},
59 [6056] = { 0,	TP,		SEN(fork),			"fork"			},
60 [6057] = { 3,	TF|TP|SE|SI,	SEN(execve),			"execve"		},
61 [6058] = { 1,	TP|SE,		SEN(exit),			"exit"			},
62 [6059] = { 4,	TP,		SEN(wait4),			"wait4"			},
63 [6060] = { 2,	TS,		SEN(kill),			"kill"			},
64 [6061] = { 1,	0,		SEN(uname),			"uname"			},
65 [6062] = { 3,	TI,		SEN(semget),			"semget"		},
66 [6063] = { 3,	TI,		SEN(semop),			"semop"			},
67 [6064] = { 4,	TI,		SEN(semctl),			"semctl"		},
68 [6065] = { 1,	TI|TM|SI,	SEN(shmdt),			"shmdt"			},
69 [6066] = { 2,	TI,		SEN(msgget),			"msgget"		},
70 [6067] = { 4,	TI,		SEN(msgsnd),			"msgsnd"		},
71 [6068] = { 5,	TI,		SEN(msgrcv),			"msgrcv"		},
72 [6069] = { 3,	TI,		SEN(msgctl),			"msgctl"		},
73 [6070] = { 3,	TD,		SEN(fcntl),			"fcntl"			},
74 [6071] = { 2,	TD,		SEN(flock),			"flock"			},
75 [6072] = { 1,	TD,		SEN(fsync),			"fsync"			},
76 [6073] = { 1,	TD,		SEN(fdatasync),			"fdatasync"		},
77 [6074] = { 2,	TF,		SEN(truncate64),		"truncate"		},
78 [6075] = { 2,	TD,		SEN(ftruncate64),		"ftruncate"		},
79 [6076] = { 3,	TD,		SEN(getdents),			"getdents"		},
80 [6077] = { 2,	TF,		SEN(getcwd),			"getcwd"		},
81 [6078] = { 1,	TF,		SEN(chdir),			"chdir"			},
82 [6079] = { 1,	TD,		SEN(fchdir),			"fchdir"		},
83 [6080] = { 2,	TF,		SEN(rename),			"rename"		},
84 [6081] = { 2,	TF,		SEN(mkdir),			"mkdir"			},
85 [6082] = { 1,	TF,		SEN(rmdir),			"rmdir"			},
86 [6083] = { 2,	TD|TF,		SEN(creat),			"creat"			},
87 [6084] = { 2,	TF,		SEN(link),			"link"			},
88 [6085] = { 1,	TF,		SEN(unlink),			"unlink"		},
89 [6086] = { 2,	TF,		SEN(symlink),			"symlink"		},
90 [6087] = { 3,	TF,		SEN(readlink),			"readlink"		},
91 [6088] = { 2,	TF,		SEN(chmod),			"chmod"			},
92 [6089] = { 2,	TD,		SEN(fchmod),			"fchmod"		},
93 [6090] = { 3,	TF,		SEN(chown),			"chown"			},
94 [6091] = { 3,	TD,		SEN(fchown),			"fchown"		},
95 [6092] = { 3,	TF,		SEN(chown),			"lchown"		},
96 [6093] = { 1,	NF,		SEN(umask),			"umask"			},
97 [6094] = { 2,	0,		SEN(gettimeofday),		"gettimeofday"		},
98 [6095] = { 2,	0,		SEN(getrlimit),			"getrlimit"		},
99 [6096] = { 2,	0,		SEN(getrusage),			"getrusage"		},
100 [6097] = { 1,	0,		SEN(sysinfo),			"sysinfo"		},
101 [6098] = { 1,	0,		SEN(times),			"times"			},
102 [6099] = { 4,	0,		SEN(ptrace),			"ptrace"		},
103 [6100] = { 0,	PU|NF,		SEN(getuid),			"getuid"		},
104 [6101] = { 3,	0,		SEN(syslog),			"syslog"		},
105 [6102] = { 0,	PU|NF,		SEN(getgid),			"getgid"		},
106 [6103] = { 1,	0,		SEN(setuid),			"setuid"		},
107 [6104] = { 1,	0,		SEN(setgid),			"setgid"		},
108 [6105] = { 0,	PU|NF,		SEN(geteuid),			"geteuid"		},
109 [6106] = { 0,	PU|NF,		SEN(getegid),			"getegid"		},
110 [6107] = { 2,	0,		SEN(setpgid),			"setpgid"		},
111 [6108] = { 0,	PU|NF,		SEN(getppid),			"getppid"		},
112 [6109] = { 0,	PU|NF,		SEN(getpgrp),			"getpgrp"		},
113 [6110] = { 0,	0,		SEN(setsid),			"setsid"		},
114 [6111] = { 2,	0,		SEN(setreuid),			"setreuid"		},
115 [6112] = { 2,	0,		SEN(setregid),			"setregid"		},
116 [6113] = { 2,	0,		SEN(getgroups),			"getgroups"		},
117 [6114] = { 2,	0,		SEN(setgroups),			"setgroups"		},
118 [6115] = { 3,	0,		SEN(setresuid),			"setresuid"		},
119 [6116] = { 3,	0,		SEN(getresuid),			"getresuid"		},
120 [6117] = { 3,	0,		SEN(setresgid),			"setresgid"		},
121 [6118] = { 3,	0,		SEN(getresgid),			"getresgid"		},
122 [6119] = { 1,	0,		SEN(getpgid),			"getpgid"		},
123 [6120] = { 1,	NF,		SEN(setfsuid),			"setfsuid"		},
124 [6121] = { 1,	NF,		SEN(setfsgid),			"setfsgid"		},
125 [6122] = { 1,	0,		SEN(getsid),			"getsid"		},
126 [6123] = { 2,	0,		SEN(capget),			"capget"		},
127 [6124] = { 2,	0,		SEN(capset),			"capset"		},
128 [6125] = { 2,	TS,		SEN(rt_sigpending),		"rt_sigpending"		},
129 [6126] = { 4,	TS,		SEN(rt_sigtimedwait),		"rt_sigtimedwait"	},
130 [6127] = { 3,	TS,		SEN(rt_sigqueueinfo),		"rt_sigqueueinfo"	},
131 [6128] = { 2,	TS,		SEN(rt_sigsuspend),		"rt_sigsuspend"		},
132 [6129] = { 2,	TS,		SEN(sigaltstack),		"sigaltstack"		},
133 [6130] = { 2,	TF,		SEN(utime),			"utime"			},
134 [6131] = { 3,	TF,		SEN(mknod),			"mknod"			},
135 [6132] = { 1,	NF,		SEN(personality),		"personality"		},
136 [6133] = { 2,	TSFA,		SEN(ustat),			"ustat"			},
137 [6134] = { 2,	TF|TSF|TSFA,	SEN(statfs),			"statfs"		},
138 [6135] = { 2,	TD|TFSF|TSFA,	SEN(fstatfs),			"fstatfs"		},
139 [6136] = { 3,	0,		SEN(sysfs),			"sysfs"			},
140 [6137] = { 2,	0,		SEN(getpriority),		"getpriority"		},
141 [6138] = { 3,	0,		SEN(setpriority),		"setpriority"		},
142 [6139] = { 2,	0,		SEN(sched_setparam),		"sched_setparam"	},
143 [6140] = { 2,	0,		SEN(sched_getparam),		"sched_getparam"	},
144 [6141] = { 3,	0,		SEN(sched_setscheduler),	"sched_setscheduler"	},
145 [6142] = { 1,	0,		SEN(sched_getscheduler),	"sched_getscheduler"	},
146 [6143] = { 1,	0,		SEN(sched_get_priority_max),	"sched_get_priority_max"},
147 [6144] = { 1,	0,		SEN(sched_get_priority_min),	"sched_get_priority_min"},
148 [6145] = { 2,	0,		SEN(sched_rr_get_interval),	"sched_rr_get_interval"	},
149 [6146] = { 2,	TM,		SEN(mlock),			"mlock"			},
150 [6147] = { 2,	TM,		SEN(munlock),			"munlock"		},
151 [6148] = { 1,	TM,		SEN(mlockall),			"mlockall"		},
152 [6149] = { 0,	TM,		SEN(munlockall),		"munlockall"		},
153 [6150] = { 0,	0,		SEN(vhangup),			"vhangup"		},
154 [6151] = { 2,	TF,		SEN(pivotroot),			"pivot_root"		},
155 [6152] = { 1,	0,		SEN(sysctl),			"_sysctl"		},
156 [6153] = { 5,	0,		SEN(prctl),			"prctl"			},
157 [6154] = { 1,	0,		SEN(adjtimex),			"adjtimex"		},
158 [6155] = { 2,	0,		SEN(setrlimit),			"setrlimit"		},
159 [6156] = { 1,	TF,		SEN(chroot),			"chroot"		},
160 [6157] = { 0,	0,		SEN(sync),			"sync"			},
161 [6158] = { 1,	TF,		SEN(acct),			"acct"			},
162 [6159] = { 2,	0,		SEN(settimeofday),		"settimeofday"		},
163 [6160] = { 5,	TF,		SEN(mount),			"mount"			},
164 [6161] = { 2,	TF,		SEN(umount2),			"umount2"		},
165 [6162] = { 2,	TF,		SEN(swapon),			"swapon"		},
166 [6163] = { 1,	TF,		SEN(swapoff),			"swapoff"		},
167 [6164] = { 4,	0,		SEN(reboot),			"reboot"		},
168 [6165] = { 2,	0,		SEN(sethostname),		"sethostname"		},
169 [6166] = { 2,	0,		SEN(setdomainname),		"setdomainname"		},
170 [6167] = { 2,	0,		SEN(create_module),		"create_module"		},
171 [6168] = { 3,	0,		SEN(init_module),		"init_module"		},
172 [6169] = { 2,	0,		SEN(delete_module),		"delete_module"		},
173 [6170] = { 1,	0,		SEN(get_kernel_syms),		"get_kernel_syms"	},
174 [6171] = { 5,	0,		SEN(query_module),		"query_module"		},
175 [6172] = { 4,	TF,		SEN(quotactl),			"quotactl"		},
176 [6173] = { 3,	0,		SEN(nfsservctl),		"nfsservctl"		},
177 [6174] = { 5,	TN,		SEN(getpmsg),			"getpmsg"		},
178 [6175] = { 5,	TN,		SEN(putpmsg),			"putpmsg"		},
179 [6176] = { 0,	0,		SEN(afs_syscall),		"afs_syscall"		},
180 [6177] = { 0,	0,		SEN(printargs),			"reserved177"		},
181 [6178] = { 0,	PU|NF,		SEN(gettid),			"gettid"		},
182 [6179] = { 3,	TD,		SEN(readahead),			"readahead"		},
183 [6180] = { 5,	TF,		SEN(setxattr),			"setxattr"		},
184 [6181] = { 5,	TF,		SEN(setxattr),			"lsetxattr"		},
185 [6182] = { 5,	TD,		SEN(fsetxattr),			"fsetxattr"		},
186 [6183] = { 4,	TF,		SEN(getxattr),			"getxattr"		},
187 [6184] = { 4,	TF,		SEN(getxattr),			"lgetxattr"		},
188 [6185] = { 4,	TD,		SEN(fgetxattr),			"fgetxattr"		},
189 [6186] = { 3,	TF,		SEN(listxattr),			"listxattr"		},
190 [6187] = { 3,	TF,		SEN(listxattr),			"llistxattr"		},
191 [6188] = { 3,	TD,		SEN(flistxattr),		"flistxattr"		},
192 [6189] = { 2,	TF,		SEN(removexattr),		"removexattr"		},
193 [6190] = { 2,	TF,		SEN(removexattr),		"lremovexattr"		},
194 [6191] = { 2,	TD,		SEN(fremovexattr),		"fremovexattr"		},
195 [6192] = { 2,	TS,		SEN(kill),			"tkill"			},
196 [6193] = { 1,	0,		SEN(time),			"time"			},
197 [6194] = { 6,	0,		SEN(futex),			"futex"			},
198 [6195] = { 3,	0,		SEN(sched_setaffinity),		"sched_setaffinity"	},
199 [6196] = { 3,	0,		SEN(sched_getaffinity),		"sched_getaffinity"	},
200 [6197] = { 3,	0,		SEN(printargs),			"cacheflush"		},
201 [6198] = { 3,	0,		SEN(printargs),			"cachectl"		},
202 [6199] = { 4,	0,		SEN(sysmips),			"sysmips"		},
203 [6200] = { 2,	TM,		SEN(io_setup),			"io_setup"		},
204 [6201] = { 1,	TM,		SEN(io_destroy),		"io_destroy"		},
205 [6202] = { 5,	0,		SEN(io_getevents),		"io_getevents"		},
206 [6203] = { 3,	0,		SEN(io_submit),			"io_submit"		},
207 [6204] = { 3,	0,		SEN(io_cancel),			"io_cancel"		},
208 [6205] = { 1,	TP|SE,		SEN(exit),			"exit_group"		},
209 [6206] = { 3,	0,		SEN(lookup_dcookie),		"lookup_dcookie"	},
210 [6207] = { 1,	TD,		SEN(epoll_create),		"epoll_create"		},
211 [6208] = { 4,	TD,		SEN(epoll_ctl),			"epoll_ctl"		},
212 [6209] = { 4,	TD,		SEN(epoll_wait),		"epoll_wait"		},
213 [6210] = { 5,	TM|SI,		SEN(remap_file_pages),		"remap_file_pages"	},
214 [6211] = { 0,	TS,		SEN(rt_sigreturn),		"rt_sigreturn"		},
215 [6212] = { 3,	TD,		SEN(fcntl64),			"fcntl64"		},
216 [6213] = { 1,	0,		SEN(set_tid_address),		"set_tid_address"	},
217 [6214] = { 0,	0,		SEN(restart_syscall),		"restart_syscall"	},
218 [6215] = { 4,	TI,		SEN(semtimedop),		"semtimedop"		},
219 [6216] = { 4,	TD,		SEN(fadvise64_64),		"fadvise64"		},
220 [6217] = { 3,	TF|TSF|TSFA,	SEN(statfs64),			"statfs64"		},
221 [6218] = { 3,	TD|TFSF|TSFA,	SEN(fstatfs64),			"fstatfs64"		},
222 [6219] = { 4,	TD|TN,		SEN(sendfile64),		"sendfile64"		},
223 [6220] = { 3,	0,		SEN(timer_create),		"timer_create"		},
224 [6221] = { 4,	0,		SEN(timer_settime),		"timer_settime"		},
225 [6222] = { 2,	0,		SEN(timer_gettime),		"timer_gettime"		},
226 [6223] = { 1,	0,		SEN(timer_getoverrun),		"timer_getoverrun"	},
227 [6224] = { 1,	0,		SEN(timer_delete),		"timer_delete"		},
228 [6225] = { 2,	0,		SEN(clock_settime),		"clock_settime"		},
229 [6226] = { 2,	0,		SEN(clock_gettime),		"clock_gettime"		},
230 [6227] = { 2,	0,		SEN(clock_getres),		"clock_getres"		},
231 [6228] = { 4,	0,		SEN(clock_nanosleep),		"clock_nanosleep"	},
232 [6229] = { 3,	TS,		SEN(tgkill),			"tgkill"		},
233 [6230] = { 2,	TF,		SEN(utimes),			"utimes"		},
234 [6231] = { 6,	TM,		SEN(mbind),			"mbind"			},
235 [6232] = { 5,	TM,		SEN(get_mempolicy),		"get_mempolicy"		},
236 [6233] = { 3,	TM,		SEN(set_mempolicy),		"set_mempolicy"		},
237 [6234] = { 4,	TD,		SEN(mq_open),			"mq_open"		},
238 [6235] = { 1,	0,		SEN(mq_unlink),			"mq_unlink"		},
239 [6236] = { 5,	TD,		SEN(mq_timedsend),		"mq_timedsend"		},
240 [6237] = { 5,	TD,		SEN(mq_timedreceive),		"mq_timedreceive"	},
241 [6238] = { 2,	TD,		SEN(mq_notify),			"mq_notify"		},
242 [6239] = { 3,	TD,		SEN(mq_getsetattr),		"mq_getsetattr"		},
243 [6240] = { 5,	0,		SEN(vserver),			"vserver"		},
244 [6241] = { 5,	TP,		SEN(waitid),			"waitid"		},
245 [6242] = { },
246 [6243] = { 5,	0,		SEN(add_key),			"add_key"		},
247 [6244] = { 4,	0,		SEN(request_key),		"request_key"		},
248 [6245] = { 5,	0,		SEN(keyctl),			"keyctl"		},
249 [6246] = { 1,	0,		SEN(set_thread_area),		"set_thread_area"	},
250 [6247] = { 0,	TD,		SEN(inotify_init),		"inotify_init"		},
251 [6248] = { 3,	TD|TF,		SEN(inotify_add_watch),		"inotify_add_watch"	},
252 [6249] = { 2,	TD,		SEN(inotify_rm_watch),		"inotify_rm_watch"	},
253 [6250] = { 4,	TM,		SEN(migrate_pages),		"migrate_pages"		},
254 [6251] = { 4,	TD|TF,		SEN(openat),			"openat"		},
255 [6252] = { 3,	TD|TF,		SEN(mkdirat),			"mkdirat"		},
256 [6253] = { 4,	TD|TF,		SEN(mknodat),			"mknodat"		},
257 [6254] = { 5,	TD|TF,		SEN(fchownat),			"fchownat"		},
258 [6255] = { 3,	TD|TF,		SEN(futimesat),			"futimesat"		},
259 [6256] = { 4,	TD|TF|TFST|TSTA,SEN(newfstatat),		"newfstatat"		},
260 [6257] = { 3,	TD|TF,		SEN(unlinkat),			"unlinkat"		},
261 [6258] = { 4,	TD|TF,		SEN(renameat),			"renameat"		},
262 [6259] = { 5,	TD|TF,		SEN(linkat),			"linkat"		},
263 [6260] = { 3,	TD|TF,		SEN(symlinkat),			"symlinkat"		},
264 [6261] = { 4,	TD|TF,		SEN(readlinkat),		"readlinkat"		},
265 [6262] = { 3,	TD|TF,		SEN(fchmodat),			"fchmodat"		},
266 [6263] = { 3,	TD|TF,		SEN(faccessat),			"faccessat"		},
267 [6264] = { 6,	TD,		SEN(pselect6),			"pselect6"		},
268 [6265] = { 5,	TD,		SEN(ppoll),			"ppoll"			},
269 [6266] = { 1,	TP,		SEN(unshare),			"unshare"		},
270 [6267] = { 6,	TD,		SEN(splice),			"splice"		},
271 [6268] = { 4,	TD,		SEN(sync_file_range),		"sync_file_range"	},
272 [6269] = { 4,	TD,		SEN(tee),			"tee"			},
273 [6270] = { 4,	TD,		SEN(vmsplice),			"vmsplice"		},
274 [6271] = { 6,	TM,		SEN(move_pages),		"move_pages"		},
275 [6272] = { 2,	0,		SEN(set_robust_list),		"set_robust_list"	},
276 [6273] = { 3,	0,		SEN(get_robust_list),		"get_robust_list"	},
277 [6274] = { 4,	0,		SEN(kexec_load),		"kexec_load"		},
278 [6275] = { 3,	0,		SEN(getcpu),			"getcpu"		},
279 [6276] = { 6,	TD,		SEN(epoll_pwait),		"epoll_pwait"		},
280 [6277] = { 3,	0,		SEN(ioprio_set),		"ioprio_set"		},
281 [6278] = { 2,	0,		SEN(ioprio_get),		"ioprio_get"		},
282 [6279] = { 4,	TD|TF,		SEN(utimensat),			"utimensat"		},
283 [6280] = { 3,	TD|TS,		SEN(signalfd),			"signalfd"		},
284 [6281] = { 4,	TD,		SEN(timerfd),			"timerfd"		},
285 [6282] = { 1,	TD,		SEN(eventfd),			"eventfd"		},
286 [6283] = { 4,	TD,		SEN(fallocate),			"fallocate"		},
287 [6284] = { 2,	TD,		SEN(timerfd_create),		"timerfd_create"	},
288 [6285] = { 2,	TD,		SEN(timerfd_gettime),		"timerfd_gettime"	},
289 [6286] = { 4,	TD,		SEN(timerfd_settime),		"timerfd_settime"	},
290 [6287] = { 4,	TD|TS,		SEN(signalfd4),			"signalfd4"		},
291 [6288] = { 2,	TD,		SEN(eventfd2),			"eventfd2"		},
292 [6289] = { 1,	TD,		SEN(epoll_create1),		"epoll_create1"		},
293 [6290] = { 3,	TD,		SEN(dup3),			"dup3"			},
294 [6291] = { 2,	TD,		SEN(pipe2),			"pipe2"			},
295 [6292] = { 1,	TD,		SEN(inotify_init1),		"inotify_init1"		},
296 [6293] = { 4,	TD,		SEN(preadv),			"preadv"		},
297 [6294] = { 4,	TD,		SEN(pwritev),			"pwritev"		},
298 [6295] = { 4,	TP|TS,		SEN(rt_tgsigqueueinfo),		"rt_tgsigqueueinfo"	},
299 [6296] = { 5,	TD,		SEN(perf_event_open),		"perf_event_open"	},
300 [6297] = { 4,	TN,		SEN(accept4),			"accept4"		},
301 [6298] = { 5,	TN,		SEN(recvmmsg),			"recvmmsg"		},
302 [6299] = { 3,	TD,		SEN(getdents64),		"getdents64"		},
303 [6300] = { 2,	TD,		SEN(fanotify_init),		"fanotify_init"		},
304 [6301] = { 5,	TD|TF,		SEN(fanotify_mark),		"fanotify_mark"		},
305 [6302] = { 4,	0,		SEN(prlimit64),			"prlimit64"		},
306 [6303] = { 5,	TD|TF,		SEN(name_to_handle_at),		"name_to_handle_at"	},
307 [6304] = { 3,	TD,		SEN(open_by_handle_at),		"open_by_handle_at"	},
308 [6305] = { 2,	0,		SEN(clock_adjtime),		"clock_adjtime"		},
309 [6306] = { 1,	TD,		SEN(syncfs),			"syncfs"		},
310 [6307] = { 4,	TN,		SEN(sendmmsg),			"sendmmsg"		},
311 [6308] = { 2,	TD,		SEN(setns),			"setns"			},
312 [6309] = { 6,	0,		SEN(process_vm_readv),		"process_vm_readv"	},
313 [6310] = { 6,	0,		SEN(process_vm_writev),		"process_vm_writev"	},
314 [6311] = { 5,	0,		SEN(kcmp),			"kcmp"			},
315 [6312] = { 3,	TD,		SEN(finit_module),		"finit_module"		},
316 [6313] = { 3,	0,		SEN(sched_setattr),		"sched_setattr"		},
317 [6314] = { 4,	0,		SEN(sched_getattr),		"sched_getattr"		},
318 [6315] = { 5,	TD|TF,		SEN(renameat2),			"renameat2"		},
319 [6316] = { 3,	0,		SEN(seccomp),			"seccomp"		},
320 [6317] = { 3,	0,		SEN(getrandom),			"getrandom"		},
321 [6318] = { 2,	TD,		SEN(memfd_create),		"memfd_create"		},
322 [6319] = { 3,	TD,		SEN(bpf),			"bpf"			},
323 [6320] = { 5,	TD|TF|TP|SE|SI,	SEN(execveat),			"execveat"		},
324 [6321] = { 1,	TD,		SEN(userfaultfd),		"userfaultfd"		},
325 [6322] = { 2,	0,		SEN(membarrier),		"membarrier"		},
326 [6323] = { 3,	TM,		SEN(mlock2),			"mlock2"		},
327 [6324] = { 6,	TD,		SEN(copy_file_range),		"copy_file_range"	},
328 [6325] = { 6,	TD,		SEN(preadv2),			"preadv2"		},
329 [6326] = { 6,	TD,		SEN(pwritev2),			"pwritev2"		},
330 [6327] = { 4,	TM|SI,		SEN(pkey_mprotect),		"pkey_mprotect"		},
331 [6328] = { 2,	0,		SEN(pkey_alloc),		"pkey_alloc"		},
332 [6329] = { 1,	0,		SEN(pkey_free),			"pkey_free"		},
333 [6330] = { 5,	TD|TF|TSTA,	SEN(statx),			"statx"			},
334 [6331] = { 4,	0,		SEN(rseq),			"rseq"			},
335 [6332] = { 6,	0,		SEN(io_pgetevents),		"io_pgetevents"		},
336 
337 # define SYS_socket_subcall      6400
338 # include "subcall.h"
339 
340 #else
341 
342 # include "syscallent-n32-stub.h"
343 
344 #endif
345