1 #if defined LINUX_MIPSN64 2 /* For an N64 strace decode the N64 64-bit syscalls. */ 3 [5000] = { 3, TD, SEN(read), "read" }, /* start of Linux N64 */ 4 [5001] = { 3, TD, SEN(write), "write" }, 5 [5002] = { 3, TD|TF, SEN(open), "open" }, 6 [5003] = { 1, TD, SEN(close), "close" }, 7 [5004] = { 2, TF|TST|TSTA, SEN(stat), "stat" }, 8 [5005] = { 2, TD|TFST|TSTA, SEN(fstat), "fstat" }, 9 [5006] = { 2, TF|TLST|TSTA, SEN(lstat), "lstat" }, 10 [5007] = { 3, TD, SEN(poll), "poll" }, 11 [5008] = { 3, TD, SEN(lseek), "lseek" }, 12 [5009] = { 6, TD|TM|SI, SEN(mmap), "mmap" }, 13 [5010] = { 3, TM|SI, SEN(mprotect), "mprotect" }, 14 [5011] = { 2, TM|SI, SEN(munmap), "munmap" }, 15 [5012] = { 1, TM|SI, SEN(brk), "brk" }, 16 [5013] = { 4, TS, SEN(rt_sigaction), "rt_sigaction" }, 17 [5014] = { 4, TS, SEN(rt_sigprocmask), "rt_sigprocmask" }, 18 [5015] = { 3, TD, SEN(ioctl), "ioctl" }, 19 [5016] = { 4, TD, SEN(pread), "pread64" }, 20 [5017] = { 4, TD, SEN(pwrite), "pwrite64" }, 21 [5018] = { 3, TD, SEN(readv), "readv" }, 22 [5019] = { 3, TD, SEN(writev), "writev" }, 23 [5020] = { 2, TF, SEN(access), "access" }, 24 [5021] = { 0, TD, SEN(pipe), "pipe" }, 25 [5022] = { 5, TD, SEN(select), "_newselect" }, 26 [5023] = { 0, 0, SEN(sched_yield), "sched_yield" }, 27 [5024] = { 5, TM|SI, SEN(mremap), "mremap" }, 28 [5025] = { 3, TM, SEN(msync), "msync" }, 29 [5026] = { 3, TM, SEN(mincore), "mincore" }, 30 [5027] = { 3, TM, SEN(madvise), "madvise" }, 31 [5028] = { 3, TI, SEN(shmget), "shmget" }, 32 [5029] = { 3, TI|TM|SI, SEN(shmat), "shmat" }, 33 [5030] = { 3, TI, SEN(shmctl), "shmctl" }, 34 [5031] = { 1, TD, SEN(dup), "dup" }, 35 [5032] = { 2, TD, SEN(dup2), "dup2" }, 36 [5033] = { 0, TS, SEN(pause), "pause" }, 37 [5034] = { 2, 0, SEN(nanosleep), "nanosleep" }, 38 [5035] = { 2, 0, SEN(getitimer), "getitimer" }, 39 [5036] = { 3, 0, SEN(setitimer), "setitimer" }, 40 [5037] = { 1, 0, SEN(alarm), "alarm" }, 41 [5038] = { 0, PU|NF, SEN(getpid), "getpid" }, 42 [5039] = { 4, TD|TN, SEN(sendfile), "sendfile" }, 43 [5040] = { 3, TN, SEN(socket), "socket" }, 44 [5041] = { 3, TN, SEN(connect), "connect" }, 45 [5042] = { 3, TN, SEN(accept), "accept" }, 46 [5043] = { 6, TN, SEN(sendto), "sendto" }, 47 [5044] = { 6, TN, SEN(recvfrom), "recvfrom" }, 48 [5045] = { 3, TN, SEN(sendmsg), "sendmsg" }, 49 [5046] = { 3, TN, SEN(recvmsg), "recvmsg" }, 50 [5047] = { 2, TN, SEN(shutdown), "shutdown" }, 51 [5048] = { 3, TN, SEN(bind), "bind" }, 52 [5049] = { 2, TN, SEN(listen), "listen" }, 53 [5050] = { 3, TN, SEN(getsockname), "getsockname" }, 54 [5051] = { 3, TN, SEN(getpeername), "getpeername" }, 55 [5052] = { 4, TN, SEN(socketpair), "socketpair" }, 56 [5053] = { 5, TN, SEN(setsockopt), "setsockopt" }, 57 [5054] = { 5, TN, SEN(getsockopt), "getsockopt" }, 58 [5055] = { 5, TP, SEN(clone), "clone" }, 59 [5056] = { 0, TP, SEN(fork), "fork" }, 60 [5057] = { 3, TF|TP|SE|SI, SEN(execve), "execve" }, 61 [5058] = { 1, TP|SE, SEN(exit), "exit" }, 62 [5059] = { 4, TP, SEN(wait4), "wait4" }, 63 [5060] = { 2, TS, SEN(kill), "kill" }, 64 [5061] = { 1, 0, SEN(uname), "uname" }, 65 [5062] = { 3, TI, SEN(semget), "semget" }, 66 [5063] = { 3, TI, SEN(semop), "semop" }, 67 [5064] = { 4, TI, SEN(semctl), "semctl" }, 68 [5065] = { 1, TI|TM|SI, SEN(shmdt), "shmdt" }, 69 [5066] = { 2, TI, SEN(msgget), "msgget" }, 70 [5067] = { 4, TI, SEN(msgsnd), "msgsnd" }, 71 [5068] = { 5, TI, SEN(msgrcv), "msgrcv" }, 72 [5069] = { 3, TI, SEN(msgctl), "msgctl" }, 73 [5070] = { 3, TD, SEN(fcntl), "fcntl" }, 74 [5071] = { 2, TD, SEN(flock), "flock" }, 75 [5072] = { 1, TD, SEN(fsync), "fsync" }, 76 [5073] = { 1, TD, SEN(fdatasync), "fdatasync" }, 77 [5074] = { 2, TF, SEN(truncate), "truncate" }, 78 [5075] = { 2, TD, SEN(ftruncate), "ftruncate" }, 79 [5076] = { 3, TD, SEN(getdents), "getdents" }, 80 [5077] = { 2, TF, SEN(getcwd), "getcwd" }, 81 [5078] = { 1, TF, SEN(chdir), "chdir" }, 82 [5079] = { 1, TD, SEN(fchdir), "fchdir" }, 83 [5080] = { 2, TF, SEN(rename), "rename" }, 84 [5081] = { 2, TF, SEN(mkdir), "mkdir" }, 85 [5082] = { 1, TF, SEN(rmdir), "rmdir" }, 86 [5083] = { 2, TD|TF, SEN(creat), "creat" }, 87 [5084] = { 2, TF, SEN(link), "link" }, 88 [5085] = { 1, TF, SEN(unlink), "unlink" }, 89 [5086] = { 2, TF, SEN(symlink), "symlink" }, 90 [5087] = { 3, TF, SEN(readlink), "readlink" }, 91 [5088] = { 2, TF, SEN(chmod), "chmod" }, 92 [5089] = { 2, TD, SEN(fchmod), "fchmod" }, 93 [5090] = { 3, TF, SEN(chown), "chown" }, 94 [5091] = { 3, TD, SEN(fchown), "fchown" }, 95 [5092] = { 3, TF, SEN(chown), "lchown" }, 96 [5093] = { 1, NF, SEN(umask), "umask" }, 97 [5094] = { 2, 0, SEN(gettimeofday), "gettimeofday" }, 98 [5095] = { 2, 0, SEN(getrlimit), "getrlimit" }, 99 [5096] = { 2, 0, SEN(getrusage), "getrusage" }, 100 [5097] = { 1, 0, SEN(sysinfo), "sysinfo" }, 101 [5098] = { 1, 0, SEN(times), "times" }, 102 [5099] = { 4, 0, SEN(ptrace), "ptrace" }, 103 [5100] = { 0, PU|NF, SEN(getuid), "getuid" }, 104 [5101] = { 3, 0, SEN(syslog), "syslog" }, 105 [5102] = { 0, PU|NF, SEN(getgid), "getgid" }, 106 [5103] = { 1, 0, SEN(setuid), "setuid" }, 107 [5104] = { 1, 0, SEN(setgid), "setgid" }, 108 [5105] = { 0, PU|NF, SEN(geteuid), "geteuid" }, 109 [5106] = { 0, PU|NF, SEN(getegid), "getegid" }, 110 [5107] = { 2, 0, SEN(setpgid), "setpgid" }, 111 [5108] = { 0, PU|NF, SEN(getppid), "getppid" }, 112 [5109] = { 0, PU|NF, SEN(getpgrp), "getpgrp" }, 113 [5110] = { 0, 0, SEN(setsid), "setsid" }, 114 [5111] = { 2, 0, SEN(setreuid), "setreuid" }, 115 [5112] = { 2, 0, SEN(setregid), "setregid" }, 116 [5113] = { 2, 0, SEN(getgroups), "getgroups" }, 117 [5114] = { 2, 0, SEN(setgroups), "setgroups" }, 118 [5115] = { 3, 0, SEN(setresuid), "setresuid" }, 119 [5116] = { 3, 0, SEN(getresuid), "getresuid" }, 120 [5117] = { 3, 0, SEN(setresgid), "setresgid" }, 121 [5118] = { 3, 0, SEN(getresgid), "getresgid" }, 122 [5119] = { 1, 0, SEN(getpgid), "getpgid" }, 123 [5120] = { 1, NF, SEN(setfsuid), "setfsuid" }, 124 [5121] = { 1, NF, SEN(setfsgid), "setfsgid" }, 125 [5122] = { 1, 0, SEN(getsid), "getsid" }, 126 [5123] = { 2, 0, SEN(capget), "capget" }, 127 [5124] = { 2, 0, SEN(capset), "capset" }, 128 [5125] = { 2, TS, SEN(rt_sigpending), "rt_sigpending" }, 129 [5126] = { 4, TS, SEN(rt_sigtimedwait), "rt_sigtimedwait" }, 130 [5127] = { 3, TS, SEN(rt_sigqueueinfo), "rt_sigqueueinfo" }, 131 [5128] = { 2, TS, SEN(rt_sigsuspend), "rt_sigsuspend" }, 132 [5129] = { 2, TS, SEN(sigaltstack), "sigaltstack" }, 133 [5130] = { 2, TF, SEN(utime), "utime" }, 134 [5131] = { 3, TF, SEN(mknod), "mknod" }, 135 [5132] = { 1, NF, SEN(personality), "personality" }, 136 [5133] = { 2, TSFA, SEN(ustat), "ustat" }, 137 [5134] = { 2, TF|TSF|TSFA, SEN(statfs), "statfs" }, 138 [5135] = { 2, TD|TFSF|TSFA, SEN(fstatfs), "fstatfs" }, 139 [5136] = { 3, 0, SEN(sysfs), "sysfs" }, 140 [5137] = { 2, 0, SEN(getpriority), "getpriority" }, 141 [5138] = { 3, 0, SEN(setpriority), "setpriority" }, 142 [5139] = { 2, 0, SEN(sched_setparam), "sched_setparam" }, 143 [5140] = { 2, 0, SEN(sched_getparam), "sched_getparam" }, 144 [5141] = { 3, 0, SEN(sched_setscheduler), "sched_setscheduler" }, 145 [5142] = { 1, 0, SEN(sched_getscheduler), "sched_getscheduler" }, 146 [5143] = { 1, 0, SEN(sched_get_priority_max), "sched_get_priority_max"}, 147 [5144] = { 1, 0, SEN(sched_get_priority_min), "sched_get_priority_min"}, 148 [5145] = { 2, 0, SEN(sched_rr_get_interval), "sched_rr_get_interval" }, 149 [5146] = { 2, TM, SEN(mlock), "mlock" }, 150 [5147] = { 2, TM, SEN(munlock), "munlock" }, 151 [5148] = { 1, TM, SEN(mlockall), "mlockall" }, 152 [5149] = { 0, TM, SEN(munlockall), "munlockall" }, 153 [5150] = { 0, 0, SEN(vhangup), "vhangup" }, 154 [5151] = { 2, TF, SEN(pivotroot), "pivot_root" }, 155 [5152] = { 1, 0, SEN(sysctl), "_sysctl" }, 156 [5153] = { 5, 0, SEN(prctl), "prctl" }, 157 [5154] = { 1, 0, SEN(adjtimex), "adjtimex" }, 158 [5155] = { 2, 0, SEN(setrlimit), "setrlimit" }, 159 [5156] = { 1, TF, SEN(chroot), "chroot" }, 160 [5157] = { 0, 0, SEN(sync), "sync" }, 161 [5158] = { 1, TF, SEN(acct), "acct" }, 162 [5159] = { 2, 0, SEN(settimeofday), "settimeofday" }, 163 [5160] = { 5, TF, SEN(mount), "mount" }, 164 [5161] = { 2, TF, SEN(umount2), "umount2" }, 165 [5162] = { 2, TF, SEN(swapon), "swapon" }, 166 [5163] = { 1, TF, SEN(swapoff), "swapoff" }, 167 [5164] = { 4, 0, SEN(reboot), "reboot" }, 168 [5165] = { 2, 0, SEN(sethostname), "sethostname" }, 169 [5166] = { 2, 0, SEN(setdomainname), "setdomainname" }, 170 [5167] = { 2, 0, SEN(create_module), "create_module" }, 171 [5168] = { 3, 0, SEN(init_module), "init_module" }, 172 [5169] = { 2, 0, SEN(delete_module), "delete_module" }, 173 [5170] = { 1, 0, SEN(get_kernel_syms), "get_kernel_syms" }, 174 [5171] = { 5, 0, SEN(query_module), "query_module" }, 175 [5172] = { 4, TF, SEN(quotactl), "quotactl" }, 176 [5173] = { 3, 0, SEN(nfsservctl), "nfsservctl" }, 177 [5174] = { 5, TN, SEN(getpmsg), "getpmsg" }, 178 [5175] = { 5, TN, SEN(putpmsg), "putpmsg" }, 179 [5176] = { 0, 0, SEN(afs_syscall), "afs_syscall" }, 180 [5177] = { 0, 0, SEN(printargs), "reserved177" }, 181 [5178] = { 0, PU|NF, SEN(gettid), "gettid" }, 182 [5179] = { 3, TD, SEN(readahead), "readahead" }, 183 [5180] = { 5, TF, SEN(setxattr), "setxattr" }, 184 [5181] = { 5, TF, SEN(setxattr), "lsetxattr" }, 185 [5182] = { 5, TD, SEN(fsetxattr), "fsetxattr" }, 186 [5183] = { 4, TF, SEN(getxattr), "getxattr" }, 187 [5184] = { 4, TF, SEN(getxattr), "lgetxattr" }, 188 [5185] = { 4, TD, SEN(fgetxattr), "fgetxattr" }, 189 [5186] = { 3, TF, SEN(listxattr), "listxattr" }, 190 [5187] = { 3, TF, SEN(listxattr), "llistxattr" }, 191 [5188] = { 3, TD, SEN(flistxattr), "flistxattr" }, 192 [5189] = { 2, TF, SEN(removexattr), "removexattr" }, 193 [5190] = { 2, TF, SEN(removexattr), "lremovexattr" }, 194 [5191] = { 2, TD, SEN(fremovexattr), "fremovexattr" }, 195 [5192] = { 2, TS, SEN(kill), "tkill" }, 196 [5193] = { 1, 0, SEN(time), "time" }, 197 [5194] = { 6, 0, SEN(futex), "futex" }, 198 [5195] = { 3, 0, SEN(sched_setaffinity), "sched_setaffinity" }, 199 [5196] = { 3, 0, SEN(sched_getaffinity), "sched_getaffinity" }, 200 [5197] = { 3, 0, SEN(printargs), "cacheflush" }, 201 [5198] = { 3, 0, SEN(printargs), "cachectl" }, 202 [5199] = { 4, 0, SEN(sysmips), "sysmips" }, 203 [5200] = { 2, TM, SEN(io_setup), "io_setup" }, 204 [5201] = { 1, TM, SEN(io_destroy), "io_destroy" }, 205 [5202] = { 5, 0, SEN(io_getevents), "io_getevents" }, 206 [5203] = { 3, 0, SEN(io_submit), "io_submit" }, 207 [5204] = { 3, 0, SEN(io_cancel), "io_cancel" }, 208 [5205] = { 1, TP|SE, SEN(exit), "exit_group" }, 209 [5206] = { 3, 0, SEN(lookup_dcookie), "lookup_dcookie" }, 210 [5207] = { 1, TD, SEN(epoll_create), "epoll_create" }, 211 [5208] = { 4, TD, SEN(epoll_ctl), "epoll_ctl" }, 212 [5209] = { 4, TD, SEN(epoll_wait), "epoll_wait" }, 213 [5210] = { 5, TM|SI, SEN(remap_file_pages), "remap_file_pages" }, 214 [5211] = { 0, TS, SEN(rt_sigreturn), "rt_sigreturn" }, 215 [5212] = { 1, 0, SEN(set_tid_address), "set_tid_address" }, 216 [5213] = { 0, 0, SEN(restart_syscall), "restart_syscall" }, 217 [5214] = { 4, TI, SEN(semtimedop), "semtimedop" }, 218 [5215] = { 4, TD, SEN(fadvise64), "fadvise64" }, 219 [5216] = { 3, 0, SEN(timer_create), "timer_create" }, 220 [5217] = { 4, 0, SEN(timer_settime), "timer_settime" }, 221 [5218] = { 2, 0, SEN(timer_gettime), "timer_gettime" }, 222 [5219] = { 1, 0, SEN(timer_getoverrun), "timer_getoverrun" }, 223 [5220] = { 1, 0, SEN(timer_delete), "timer_delete" }, 224 [5221] = { 2, 0, SEN(clock_settime), "clock_settime" }, 225 [5222] = { 2, 0, SEN(clock_gettime), "clock_gettime" }, 226 [5223] = { 2, 0, SEN(clock_getres), "clock_getres" }, 227 [5224] = { 4, 0, SEN(clock_nanosleep), "clock_nanosleep" }, 228 [5225] = { 3, TS, SEN(tgkill), "tgkill" }, 229 [5226] = { 2, TF, SEN(utimes), "utimes" }, 230 [5227] = { 6, TM, SEN(mbind), "mbind" }, 231 [5228] = { 5, TM, SEN(get_mempolicy), "get_mempolicy" }, 232 [5229] = { 3, TM, SEN(set_mempolicy), "set_mempolicy" }, 233 [5230] = { 4, TD, SEN(mq_open), "mq_open" }, 234 [5231] = { 1, 0, SEN(mq_unlink), "mq_unlink" }, 235 [5232] = { 5, TD, SEN(mq_timedsend), "mq_timedsend" }, 236 [5233] = { 5, TD, SEN(mq_timedreceive), "mq_timedreceive" }, 237 [5234] = { 2, TD, SEN(mq_notify), "mq_notify" }, 238 [5235] = { 3, TD, SEN(mq_getsetattr), "mq_getsetattr" }, 239 [5236] = { 5, 0, SEN(vserver), "vserver" }, 240 [5237] = { 5, TP, SEN(waitid), "waitid" }, 241 [5238] = { }, 242 [5239] = { 5, 0, SEN(add_key), "add_key" }, 243 [5240] = { 4, 0, SEN(request_key), "request_key" }, 244 [5241] = { 5, 0, SEN(keyctl), "keyctl" }, 245 [5242] = { 1, 0, SEN(set_thread_area), "set_thread_area" }, 246 [5243] = { 0, TD, SEN(inotify_init), "inotify_init" }, 247 [5244] = { 3, TD|TF, SEN(inotify_add_watch), "inotify_add_watch" }, 248 [5245] = { 2, TD, SEN(inotify_rm_watch), "inotify_rm_watch" }, 249 [5246] = { 4, TM, SEN(migrate_pages), "migrate_pages" }, 250 [5247] = { 4, TD|TF, SEN(openat), "openat" }, 251 [5248] = { 3, TD|TF, SEN(mkdirat), "mkdirat" }, 252 [5249] = { 4, TD|TF, SEN(mknodat), "mknodat" }, 253 [5250] = { 5, TD|TF, SEN(fchownat), "fchownat" }, 254 [5251] = { 3, TD|TF, SEN(futimesat), "futimesat" }, 255 [5252] = { 4, TD|TF|TFST|TSTA,SEN(newfstatat), "newfstatat" }, 256 [5253] = { 3, TD|TF, SEN(unlinkat), "unlinkat" }, 257 [5254] = { 4, TD|TF, SEN(renameat), "renameat" }, 258 [5255] = { 5, TD|TF, SEN(linkat), "linkat" }, 259 [5256] = { 3, TD|TF, SEN(symlinkat), "symlinkat" }, 260 [5257] = { 4, TD|TF, SEN(readlinkat), "readlinkat" }, 261 [5258] = { 3, TD|TF, SEN(fchmodat), "fchmodat" }, 262 [5259] = { 3, TD|TF, SEN(faccessat), "faccessat" }, 263 [5260] = { 6, TD, SEN(pselect6), "pselect6" }, 264 [5261] = { 5, TD, SEN(ppoll), "ppoll" }, 265 [5262] = { 1, TP, SEN(unshare), "unshare" }, 266 [5263] = { 6, TD, SEN(splice), "splice" }, 267 [5264] = { 4, TD, SEN(sync_file_range), "sync_file_range" }, 268 [5265] = { 4, TD, SEN(tee), "tee" }, 269 [5266] = { 4, TD, SEN(vmsplice), "vmsplice" }, 270 [5267] = { 6, TM, SEN(move_pages), "move_pages" }, 271 [5268] = { 2, 0, SEN(set_robust_list), "set_robust_list" }, 272 [5269] = { 3, 0, SEN(get_robust_list), "get_robust_list" }, 273 [5270] = { 4, 0, SEN(kexec_load), "kexec_load" }, 274 [5271] = { 3, 0, SEN(getcpu), "getcpu" }, 275 [5272] = { 6, TD, SEN(epoll_pwait), "epoll_pwait" }, 276 [5273] = { 3, 0, SEN(ioprio_set), "ioprio_set" }, 277 [5274] = { 2, 0, SEN(ioprio_get), "ioprio_get" }, 278 [5275] = { 4, TD|TF, SEN(utimensat), "utimensat" }, 279 [5276] = { 3, TD|TS, SEN(signalfd), "signalfd" }, 280 [5277] = { 4, TD, SEN(timerfd), "timerfd" }, 281 [5278] = { 1, TD, SEN(eventfd), "eventfd" }, 282 [5279] = { 4, TD, SEN(fallocate), "fallocate" }, 283 [5280] = { 2, TD, SEN(timerfd_create), "timerfd_create" }, 284 [5281] = { 2, TD, SEN(timerfd_gettime), "timerfd_gettime" }, 285 [5282] = { 4, TD, SEN(timerfd_settime), "timerfd_settime" }, 286 [5283] = { 4, TD|TS, SEN(signalfd4), "signalfd4" }, 287 [5284] = { 2, TD, SEN(eventfd2), "eventfd2" }, 288 [5285] = { 1, TD, SEN(epoll_create1), "epoll_create1" }, 289 [5286] = { 3, TD, SEN(dup3), "dup3" }, 290 [5287] = { 2, TD, SEN(pipe2), "pipe2" }, 291 [5288] = { 1, TD, SEN(inotify_init1), "inotify_init1" }, 292 [5289] = { 4, TD, SEN(preadv), "preadv" }, 293 [5290] = { 4, TD, SEN(pwritev), "pwritev" }, 294 [5291] = { 4, TP|TS, SEN(rt_tgsigqueueinfo), "rt_tgsigqueueinfo" }, 295 [5292] = { 5, TD, SEN(perf_event_open), "perf_event_open" }, 296 [5293] = { 4, TN, SEN(accept4), "accept4" }, 297 [5294] = { 5, TN, SEN(recvmmsg), "recvmmsg" }, 298 [5295] = { 2, TD, SEN(fanotify_init), "fanotify_init" }, 299 [5296] = { 5, TD|TF, SEN(fanotify_mark), "fanotify_mark" }, 300 [5297] = { 4, 0, SEN(prlimit64), "prlimit64" }, 301 [5298] = { 5, TD|TF, SEN(name_to_handle_at), "name_to_handle_at" }, 302 [5299] = { 3, TD, SEN(open_by_handle_at), "open_by_handle_at" }, 303 [5300] = { 2, 0, SEN(clock_adjtime), "clock_adjtime" }, 304 [5301] = { 1, TD, SEN(syncfs), "syncfs" }, 305 [5302] = { 4, TN, SEN(sendmmsg), "sendmmsg" }, 306 [5303] = { 2, TD, SEN(setns), "setns" }, 307 [5304] = { 6, 0, SEN(process_vm_readv), "process_vm_readv" }, 308 [5305] = { 6, 0, SEN(process_vm_writev), "process_vm_writev" }, 309 [5306] = { 5, 0, SEN(kcmp), "kcmp" }, 310 [5307] = { 3, TD, SEN(finit_module), "finit_module" }, 311 [5308] = { 3, TD, SEN(getdents64), "getdents64" }, 312 [5309] = { 3, 0, SEN(sched_setattr), "sched_setattr" }, 313 [5310] = { 4, 0, SEN(sched_getattr), "sched_getattr" }, 314 [5311] = { 5, TD|TF, SEN(renameat2), "renameat2" }, 315 [5312] = { 3, 0, SEN(seccomp), "seccomp" }, 316 [5313] = { 3, 0, SEN(getrandom), "getrandom" }, 317 [5314] = { 2, TD, SEN(memfd_create), "memfd_create" }, 318 [5315] = { 3, TD, SEN(bpf), "bpf" }, 319 [5316] = { 5, TD|TF|TP|SE|SI, SEN(execveat), "execveat" }, 320 [5317] = { 1, TD, SEN(userfaultfd), "userfaultfd" }, 321 [5318] = { 2, 0, SEN(membarrier), "membarrier" }, 322 [5319] = { 3, TM, SEN(mlock2), "mlock2" }, 323 [5320] = { 6, TD, SEN(copy_file_range), "copy_file_range" }, 324 [5321] = { 6, TD, SEN(preadv2), "preadv2" }, 325 [5322] = { 6, TD, SEN(pwritev2), "pwritev2" }, 326 [5323] = { 4, TM|SI, SEN(pkey_mprotect), "pkey_mprotect" }, 327 [5324] = { 2, 0, SEN(pkey_alloc), "pkey_alloc" }, 328 [5325] = { 1, 0, SEN(pkey_free), "pkey_free" }, 329 [5326] = { 5, TD|TF|TSTA, SEN(statx), "statx" }, 330 [5327] = { 4, 0, SEN(rseq), "rseq" }, 331 [5328] = { 6, 0, SEN(io_pgetevents), "io_pgetevents" }, 332 333 # define SYS_socket_subcall 5400 334 # include "subcall.h" 335 336 #else 337 338 # include "syscallent-n64-stub.h" 339 340 #endif 341