15f2336efSEd Maste /* 25f2336efSEd Maste * System call names. 35f2336efSEd Maste * 40e26cd44SEd Maste * DO NOT EDIT-- this file is automatically @generated. 55f2336efSEd Maste */ 65f2336efSEd Maste 75f2336efSEd Maste const char *linux_syscallnames[] = { 85f2336efSEd Maste "#0", /* 0 = linux_io_setup */ 95f2336efSEd Maste "#1", /* 1 = linux_io_destroy */ 105f2336efSEd Maste "#2", /* 2 = linux_io_submit */ 115f2336efSEd Maste "#3", /* 3 = linux_io_cancel */ 125f2336efSEd Maste "#4", /* 4 = linux_io_getevents */ 135f2336efSEd Maste "linux_setxattr", /* 5 = linux_setxattr */ 145f2336efSEd Maste "linux_lsetxattr", /* 6 = linux_lsetxattr */ 155f2336efSEd Maste "linux_fsetxattr", /* 7 = linux_fsetxattr */ 165f2336efSEd Maste "linux_getxattr", /* 8 = linux_getxattr */ 175f2336efSEd Maste "linux_lgetxattr", /* 9 = linux_lgetxattr */ 185f2336efSEd Maste "linux_fgetxattr", /* 10 = linux_fgetxattr */ 195f2336efSEd Maste "linux_listxattr", /* 11 = linux_listxattr */ 205f2336efSEd Maste "linux_llistxattr", /* 12 = linux_llistxattr */ 215f2336efSEd Maste "linux_flistxattr", /* 13 = linux_flistxattr */ 225f2336efSEd Maste "linux_removexattr", /* 14 = linux_removexattr */ 235f2336efSEd Maste "linux_lremovexattr", /* 15 = linux_lremovexattr */ 245f2336efSEd Maste "linux_fremovexattr", /* 16 = linux_fremovexattr */ 255f2336efSEd Maste "linux_getcwd", /* 17 = linux_getcwd */ 265f2336efSEd Maste "linux_lookup_dcookie", /* 18 = linux_lookup_dcookie */ 275f2336efSEd Maste "linux_eventfd2", /* 19 = linux_eventfd2 */ 285f2336efSEd Maste "linux_epoll_create1", /* 20 = linux_epoll_create1 */ 295f2336efSEd Maste "linux_epoll_ctl", /* 21 = linux_epoll_ctl */ 305f2336efSEd Maste "linux_epoll_pwait", /* 22 = linux_epoll_pwait */ 31c4db0baaSEd Maste "dup", /* 23 = dup */ 325f2336efSEd Maste "linux_dup3", /* 24 = linux_dup3 */ 335f2336efSEd Maste "linux_fcntl", /* 25 = linux_fcntl */ 345f2336efSEd Maste "linux_inotify_init1", /* 26 = linux_inotify_init1 */ 355f2336efSEd Maste "linux_inotify_add_watch", /* 27 = linux_inotify_add_watch */ 365f2336efSEd Maste "linux_inotify_rm_watch", /* 28 = linux_inotify_rm_watch */ 375f2336efSEd Maste "linux_ioctl", /* 29 = linux_ioctl */ 385f2336efSEd Maste "linux_ioprio_set", /* 30 = linux_ioprio_set */ 395f2336efSEd Maste "linux_ioprio_get", /* 31 = linux_ioprio_get */ 405f2336efSEd Maste "flock", /* 32 = flock */ 415f2336efSEd Maste "linux_mknodat", /* 33 = linux_mknodat */ 425f2336efSEd Maste "linux_mkdirat", /* 34 = linux_mkdirat */ 435f2336efSEd Maste "linux_unlinkat", /* 35 = linux_unlinkat */ 445f2336efSEd Maste "linux_symlinkat", /* 36 = linux_symlinkat */ 455f2336efSEd Maste "linux_linkat", /* 37 = linux_linkat */ 465f2336efSEd Maste "linux_renameat", /* 38 = linux_renameat */ 475f2336efSEd Maste "#39", /* 39 = linux_umount2 */ 485f2336efSEd Maste "linux_mount", /* 40 = linux_mount */ 495f2336efSEd Maste "linux_pivot_root", /* 41 = linux_pivot_root */ 505f2336efSEd Maste "#42", /* 42 = nfsservctl */ 515f2336efSEd Maste "linux_statfs", /* 43 = linux_statfs */ 525f2336efSEd Maste "linux_fstatfs", /* 44 = linux_fstatfs */ 535f2336efSEd Maste "linux_truncate", /* 45 = linux_truncate */ 545f2336efSEd Maste "linux_ftruncate", /* 46 = linux_ftruncate */ 555f2336efSEd Maste "linux_fallocate", /* 47 = linux_fallocate */ 565f2336efSEd Maste "linux_faccessat", /* 48 = linux_faccessat */ 575f2336efSEd Maste "linux_chdir", /* 49 = linux_chdir */ 585f2336efSEd Maste "fchdir", /* 50 = fchdir */ 595f2336efSEd Maste "chroot", /* 51 = chroot */ 605f2336efSEd Maste "fchmod", /* 52 = fchmod */ 615f2336efSEd Maste "linux_fchmodat", /* 53 = linux_fchmodat */ 625f2336efSEd Maste "linux_fchownat", /* 54 = linux_fchownat */ 635f2336efSEd Maste "fchown", /* 55 = fchown */ 645f2336efSEd Maste "linux_openat", /* 56 = linux_openat */ 655f2336efSEd Maste "close", /* 57 = close */ 665f2336efSEd Maste "linux_vhangup", /* 58 = linux_vhangup */ 675f2336efSEd Maste "linux_pipe2", /* 59 = linux_pipe2 */ 685f2336efSEd Maste "#60", /* 60 = linux_quotactl */ 695f2336efSEd Maste "linux_getdents64", /* 61 = linux_getdents64 */ 705f2336efSEd Maste "linux_lseek", /* 62 = linux_lseek */ 715f2336efSEd Maste "read", /* 63 = read */ 7289d270b2SDmitry Chagin "linux_write", /* 64 = linux_write */ 735f2336efSEd Maste "readv", /* 65 = readv */ 741f9d71eeSDmitry Chagin "linux_writev", /* 66 = linux_writev */ 755f2336efSEd Maste "linux_pread", /* 67 = linux_pread */ 765f2336efSEd Maste "linux_pwrite", /* 68 = linux_pwrite */ 775f2336efSEd Maste "linux_preadv", /* 69 = linux_preadv */ 785f2336efSEd Maste "linux_pwritev", /* 70 = linux_pwritev */ 795f2336efSEd Maste "linux_sendfile", /* 71 = linux_sendfile */ 805f2336efSEd Maste "linux_pselect6", /* 72 = linux_pselect6 */ 815f2336efSEd Maste "linux_ppoll", /* 73 = linux_ppoll */ 825f2336efSEd Maste "linux_signalfd4", /* 74 = linux_signalfd4 */ 835f2336efSEd Maste "linux_vmsplice", /* 75 = linux_vmsplice */ 845f2336efSEd Maste "linux_splice", /* 76 = linux_splice */ 855f2336efSEd Maste "linux_tee", /* 77 = linux_tee */ 865f2336efSEd Maste "linux_readlinkat", /* 78 = linux_readlinkat */ 875f2336efSEd Maste "linux_newfstatat", /* 79 = linux_newfstatat */ 885f2336efSEd Maste "linux_newfstat", /* 80 = linux_newfstat */ 895f2336efSEd Maste "#81", /* 81 = linux_sync */ 905f2336efSEd Maste "fsync", /* 82 = fsync */ 915f2336efSEd Maste "linux_fdatasync", /* 83 = linux_fdatasync */ 925f2336efSEd Maste "linux_sync_file_range", /* 84 = linux_sync_file_range */ 935f2336efSEd Maste "linux_timerfd_create", /* 85 = linux_timerfd_create */ 945f2336efSEd Maste "linux_timerfd_settime", /* 86 = linux_timerfd_settime */ 955f2336efSEd Maste "linux_timerfd_gettime", /* 87 = linux_timerfd_gettime */ 965f2336efSEd Maste "linux_utimensat", /* 88 = linux_utimensat */ 975f2336efSEd Maste "acct", /* 89 = acct */ 985f2336efSEd Maste "linux_capget", /* 90 = linux_capget */ 995f2336efSEd Maste "linux_capset", /* 91 = linux_capset */ 1005f2336efSEd Maste "linux_personality", /* 92 = linux_personality */ 1015f2336efSEd Maste "linux_exit", /* 93 = linux_exit */ 1025f2336efSEd Maste "linux_exit_group", /* 94 = linux_exit_group */ 1035f2336efSEd Maste "linux_waitid", /* 95 = linux_waitid */ 1045f2336efSEd Maste "linux_set_tid_address", /* 96 = linux_set_tid_address */ 1055f2336efSEd Maste "linux_unshare", /* 97 = linux_unshare */ 1065f2336efSEd Maste "linux_sys_futex", /* 98 = linux_sys_futex */ 1075f2336efSEd Maste "linux_set_robust_list", /* 99 = linux_set_robust_list */ 1085f2336efSEd Maste "linux_get_robust_list", /* 100 = linux_get_robust_list */ 1095f2336efSEd Maste "linux_nanosleep", /* 101 = linux_nanosleep */ 1105f2336efSEd Maste "linux_getitimer", /* 102 = linux_getitimer */ 1115f2336efSEd Maste "linux_setitimer", /* 103 = linux_setitimer */ 1125f2336efSEd Maste "linux_kexec_load", /* 104 = linux_kexec_load */ 1135f2336efSEd Maste "linux_init_module", /* 105 = linux_init_module */ 1145f2336efSEd Maste "linux_delete_module", /* 106 = linux_delete_module */ 1155f2336efSEd Maste "linux_timer_create", /* 107 = linux_timer_create */ 1165f2336efSEd Maste "linux_timer_gettime", /* 108 = linux_timer_gettime */ 1175f2336efSEd Maste "linux_timer_getoverrun", /* 109 = linux_timer_getoverrun */ 1185f2336efSEd Maste "linux_timer_settime", /* 110 = linux_timer_settime */ 1195f2336efSEd Maste "linux_timer_delete", /* 111 = linux_timer_delete */ 1205f2336efSEd Maste "linux_clock_settime", /* 112 = linux_clock_settime */ 1215f2336efSEd Maste "linux_clock_gettime", /* 113 = linux_clock_gettime */ 1225f2336efSEd Maste "linux_clock_getres", /* 114 = linux_clock_getres */ 1235f2336efSEd Maste "linux_clock_nanosleep", /* 115 = linux_clock_nanosleep */ 1245f2336efSEd Maste "linux_syslog", /* 116 = linux_syslog */ 1255f2336efSEd Maste "linux_ptrace", /* 117 = linux_ptrace */ 1265f2336efSEd Maste "linux_sched_setparam", /* 118 = linux_sched_setparam */ 1275f2336efSEd Maste "linux_sched_setscheduler", /* 119 = linux_sched_setscheduler */ 1285f2336efSEd Maste "linux_sched_getscheduler", /* 120 = linux_sched_getscheduler */ 1295f2336efSEd Maste "linux_sched_getparam", /* 121 = linux_sched_getparam */ 1305f2336efSEd Maste "linux_sched_setaffinity", /* 122 = linux_sched_setaffinity */ 1315f2336efSEd Maste "linux_sched_getaffinity", /* 123 = linux_sched_getaffinity */ 1325f2336efSEd Maste "sched_yield", /* 124 = sched_yield */ 1335f2336efSEd Maste "linux_sched_get_priority_max", /* 125 = linux_sched_get_priority_max */ 1345f2336efSEd Maste "linux_sched_get_priority_min", /* 126 = linux_sched_get_priority_min */ 1355f2336efSEd Maste "linux_sched_rr_get_interval", /* 127 = linux_sched_rr_get_interval */ 1365f2336efSEd Maste "#128", /* 128 = restart_syscall */ 1375f2336efSEd Maste "linux_kill", /* 129 = linux_kill */ 1385f2336efSEd Maste "linux_tkill", /* 130 = linux_tkill */ 1395f2336efSEd Maste "linux_tgkill", /* 131 = linux_tgkill */ 1405f2336efSEd Maste "linux_sigaltstack", /* 132 = linux_sigaltstack */ 1415f2336efSEd Maste "linux_rt_sigsuspend", /* 133 = linux_rt_sigsuspend */ 1425f2336efSEd Maste "linux_rt_sigaction", /* 134 = linux_rt_sigaction */ 1435f2336efSEd Maste "linux_rt_sigprocmask", /* 135 = linux_rt_sigprocmask */ 1445f2336efSEd Maste "linux_rt_sigpending", /* 136 = linux_rt_sigpending */ 1455f2336efSEd Maste "linux_rt_sigtimedwait", /* 137 = linux_rt_sigtimedwait */ 1465f2336efSEd Maste "linux_rt_sigqueueinfo", /* 138 = linux_rt_sigqueueinfo */ 1475f2336efSEd Maste "linux_rt_sigreturn", /* 139 = linux_rt_sigreturn */ 1485f2336efSEd Maste "setpriority", /* 140 = setpriority */ 1495f2336efSEd Maste "linux_getpriority", /* 141 = linux_getpriority */ 1505f2336efSEd Maste "linux_reboot", /* 142 = linux_reboot */ 1515f2336efSEd Maste "setregid", /* 143 = setregid */ 1525f2336efSEd Maste "setgid", /* 144 = setgid */ 1535f2336efSEd Maste "setreuid", /* 145 = setreuid */ 1545f2336efSEd Maste "setuid", /* 146 = setuid */ 1555f2336efSEd Maste "setresuid", /* 147 = setresuid */ 1565f2336efSEd Maste "getresuid", /* 148 = getresuid */ 1575f2336efSEd Maste "setresgid", /* 149 = setresgid */ 1585f2336efSEd Maste "getresgid", /* 150 = getresgid */ 1595f2336efSEd Maste "linux_setfsuid", /* 151 = linux_setfsuid */ 1605f2336efSEd Maste "linux_setfsgid", /* 152 = linux_setfsgid */ 1615f2336efSEd Maste "linux_times", /* 153 = linux_times */ 1625f2336efSEd Maste "setpgid", /* 154 = setpgid */ 1635f2336efSEd Maste "getpgid", /* 155 = getpgid */ 1645f2336efSEd Maste "linux_getsid", /* 156 = linux_getsid */ 1655f2336efSEd Maste "setsid", /* 157 = setsid */ 1665f2336efSEd Maste "linux_getgroups", /* 158 = linux_getgroups */ 1675f2336efSEd Maste "linux_setgroups", /* 159 = linux_setgroups */ 1685f2336efSEd Maste "linux_newuname", /* 160 = linux_newuname */ 1695f2336efSEd Maste "linux_sethostname", /* 161 = linux_sethostname */ 1705f2336efSEd Maste "linux_setdomainname", /* 162 = linux_setdomainname */ 1715f2336efSEd Maste "linux_getrlimit", /* 163 = linux_getrlimit */ 1725f2336efSEd Maste "linux_setrlimit", /* 164 = linux_setrlimit */ 1735f2336efSEd Maste "getrusage", /* 165 = getrusage */ 1745f2336efSEd Maste "umask", /* 166 = umask */ 1755f2336efSEd Maste "linux_prctl", /* 167 = linux_prctl */ 1765f2336efSEd Maste "linux_getcpu", /* 168 = linux_getcpu */ 1775f2336efSEd Maste "gettimeofday", /* 169 = gettimeofday */ 1785f2336efSEd Maste "settimeofday", /* 170 = settimeofday */ 1795f2336efSEd Maste "linux_adjtimex", /* 171 = linux_adjtimex */ 1805f2336efSEd Maste "linux_getpid", /* 172 = linux_getpid */ 1815f2336efSEd Maste "linux_getppid", /* 173 = linux_getppid */ 1825f2336efSEd Maste "linux_getuid", /* 174 = linux_getuid */ 1835f2336efSEd Maste "geteuid", /* 175 = geteuid */ 1845f2336efSEd Maste "linux_getgid", /* 176 = linux_getgid */ 1855f2336efSEd Maste "getegid", /* 177 = getegid */ 1865f2336efSEd Maste "linux_gettid", /* 178 = linux_gettid */ 1875f2336efSEd Maste "linux_sysinfo", /* 179 = linux_sysinfo */ 1885f2336efSEd Maste "linux_mq_open", /* 180 = linux_mq_open */ 1895f2336efSEd Maste "linux_mq_unlink", /* 181 = linux_mq_unlink */ 1905f2336efSEd Maste "linux_mq_timedsend", /* 182 = linux_mq_timedsend */ 1915f2336efSEd Maste "linux_mq_timedreceive", /* 183 = linux_mq_timedreceive */ 1925f2336efSEd Maste "linux_mq_notify", /* 184 = linux_mq_notify */ 1935f2336efSEd Maste "linux_mq_getsetattr", /* 185 = linux_mq_getsetattr */ 1945f2336efSEd Maste "linux_msgget", /* 186 = linux_msgget */ 1955f2336efSEd Maste "linux_msgctl", /* 187 = linux_msgctl */ 1965f2336efSEd Maste "linux_msgrcv", /* 188 = linux_msgrcv */ 1975f2336efSEd Maste "linux_msgsnd", /* 189 = linux_msgsnd */ 1985f2336efSEd Maste "linux_semget", /* 190 = linux_semget */ 1995f2336efSEd Maste "linux_semctl", /* 191 = linux_semctl */ 2005f2336efSEd Maste "linux_semtimedop", /* 192 = linux_semtimedop */ 201cd875998SDmitry Chagin "semop", /* 193 = semop */ 2025f2336efSEd Maste "linux_shmget", /* 194 = linux_shmget */ 2035f2336efSEd Maste "linux_shmctl", /* 195 = linux_shmctl */ 2045f2336efSEd Maste "linux_shmat", /* 196 = linux_shmat */ 2055f2336efSEd Maste "linux_shmdt", /* 197 = linux_shmdt */ 2065f2336efSEd Maste "linux_socket", /* 198 = linux_socket */ 2075f2336efSEd Maste "linux_socketpair", /* 199 = linux_socketpair */ 2085f2336efSEd Maste "linux_bind", /* 200 = linux_bind */ 2095f2336efSEd Maste "linux_listen", /* 201 = linux_listen */ 2105f2336efSEd Maste "linux_accept", /* 202 = linux_accept */ 2115f2336efSEd Maste "linux_connect", /* 203 = linux_connect */ 2125f2336efSEd Maste "linux_getsockname", /* 204 = linux_getsockname */ 2135f2336efSEd Maste "linux_getpeername", /* 205 = linux_getpeername */ 2145f2336efSEd Maste "linux_sendto", /* 206 = linux_sendto */ 2155f2336efSEd Maste "linux_recvfrom", /* 207 = linux_recvfrom */ 2165f2336efSEd Maste "linux_setsockopt", /* 208 = linux_setsockopt */ 2175f2336efSEd Maste "linux_getsockopt", /* 209 = linux_getsockopt */ 2185f2336efSEd Maste "linux_shutdown", /* 210 = linux_shutdown */ 2195f2336efSEd Maste "linux_sendmsg", /* 211 = linux_sendmsg */ 2205f2336efSEd Maste "linux_recvmsg", /* 212 = linux_recvmsg */ 2215f2336efSEd Maste "#213", /* 213 = linux_readahead */ 2225f2336efSEd Maste "linux_brk", /* 214 = linux_brk */ 2235f2336efSEd Maste "munmap", /* 215 = munmap */ 2245f2336efSEd Maste "linux_mremap", /* 216 = linux_mremap */ 2255f2336efSEd Maste "linux_add_key", /* 217 = linux_add_key */ 2265f2336efSEd Maste "linux_request_key", /* 218 = linux_request_key */ 2275f2336efSEd Maste "linux_keyctl", /* 219 = linux_keyctl */ 2285f2336efSEd Maste "linux_clone", /* 220 = linux_clone */ 2295f2336efSEd Maste "linux_execve", /* 221 = linux_execve */ 2305f2336efSEd Maste "linux_mmap2", /* 222 = linux_mmap2 */ 2315f2336efSEd Maste "linux_fadvise64", /* 223 = linux_fadvise64 */ 2325f2336efSEd Maste "swapon", /* 224 = swapon */ 2335f2336efSEd Maste "linux_swapoff", /* 225 = linux_swapoff */ 2345f2336efSEd Maste "linux_mprotect", /* 226 = linux_mprotect */ 2355f2336efSEd Maste "linux_msync", /* 227 = linux_msync */ 2365f2336efSEd Maste "mlock", /* 228 = mlock */ 2375f2336efSEd Maste "munlock", /* 229 = munlock */ 2385f2336efSEd Maste "mlockall", /* 230 = mlockall */ 2395f2336efSEd Maste "munlockall", /* 231 = munlockall */ 2405f2336efSEd Maste "linux_mincore", /* 232 = linux_mincore */ 241bafd96b8SEdward Tomasz Napierala "linux_madvise", /* 233 = linux_madvise */ 2425f2336efSEd Maste "linux_remap_file_pages", /* 234 = linux_remap_file_pages */ 2435f2336efSEd Maste "linux_mbind", /* 235 = linux_mbind */ 2445f2336efSEd Maste "linux_get_mempolicy", /* 236 = linux_get_mempolicy */ 2455f2336efSEd Maste "linux_set_mempolicy", /* 237 = linux_set_mempolicy */ 2465f2336efSEd Maste "linux_migrate_pages", /* 238 = linux_migrate_pages */ 2475f2336efSEd Maste "linux_move_pages", /* 239 = linux_move_pages */ 2485f2336efSEd Maste "linux_rt_tgsigqueueinfo", /* 240 = linux_rt_tgsigqueueinfo */ 2495f2336efSEd Maste "linux_perf_event_open", /* 241 = linux_perf_event_open */ 2505f2336efSEd Maste "linux_accept4", /* 242 = linux_accept4 */ 2515f2336efSEd Maste "linux_recvmmsg", /* 243 = linux_recvmmsg */ 2525f2336efSEd Maste "#244", /* 244 = unimpl_md_syscall */ 2535f2336efSEd Maste "#245", /* 245 = unimpl_md_syscall */ 2545f2336efSEd Maste "#246", /* 246 = unimpl_md_syscall */ 2555f2336efSEd Maste "#247", /* 247 = unimpl_md_syscall */ 2565f2336efSEd Maste "#248", /* 248 = unimpl_md_syscall */ 2575f2336efSEd Maste "#249", /* 249 = unimpl_md_syscall */ 2585f2336efSEd Maste "#250", /* 250 = unimpl_md_syscall */ 2595f2336efSEd Maste "#251", /* 251 = unimpl_md_syscall */ 2605f2336efSEd Maste "#252", /* 252 = unimpl_md_syscall */ 2615f2336efSEd Maste "#253", /* 253 = unimpl_md_syscall */ 2625f2336efSEd Maste "#254", /* 254 = unimpl_md_syscall */ 2635f2336efSEd Maste "#255", /* 255 = unimpl_md_syscall */ 2645f2336efSEd Maste "#256", /* 256 = unimpl_md_syscall */ 2655f2336efSEd Maste "#257", /* 257 = unimpl_md_syscall */ 2665f2336efSEd Maste "#258", /* 258 = unimpl_md_syscall */ 2675f2336efSEd Maste "#259", /* 259 = unimpl_md_syscall */ 2685f2336efSEd Maste "linux_wait4", /* 260 = linux_wait4 */ 2695f2336efSEd Maste "linux_prlimit64", /* 261 = linux_prlimit64 */ 2705f2336efSEd Maste "linux_fanotify_init", /* 262 = linux_fanotify_init */ 2715f2336efSEd Maste "linux_fanotify_mark", /* 263 = linux_fanotify_mark */ 2725f2336efSEd Maste "linux_name_to_handle_at", /* 264 = linux_name_to_handle_at */ 2735f2336efSEd Maste "linux_open_by_handle_at", /* 265 = linux_open_by_handle_at */ 2745f2336efSEd Maste "linux_clock_adjtime", /* 266 = linux_clock_adjtime */ 2755f2336efSEd Maste "linux_syncfs", /* 267 = linux_syncfs */ 2765f2336efSEd Maste "linux_setns", /* 268 = linux_setns */ 2775f2336efSEd Maste "linux_sendmmsg", /* 269 = linux_sendmmsg */ 2785f2336efSEd Maste "linux_process_vm_readv", /* 270 = linux_process_vm_readv */ 2795f2336efSEd Maste "linux_process_vm_writev", /* 271 = linux_process_vm_writev */ 2805f2336efSEd Maste "linux_kcmp", /* 272 = linux_kcmp */ 2815f2336efSEd Maste "linux_finit_module", /* 273 = linux_finit_module */ 2825f2336efSEd Maste "linux_sched_setattr", /* 274 = linux_sched_setattr */ 2835f2336efSEd Maste "linux_sched_getattr", /* 275 = linux_sched_getattr */ 2845f2336efSEd Maste "linux_renameat2", /* 276 = linux_renameat2 */ 2855f2336efSEd Maste "linux_seccomp", /* 277 = linux_seccomp */ 2865f2336efSEd Maste "linux_getrandom", /* 278 = linux_getrandom */ 2875f2336efSEd Maste "linux_memfd_create", /* 279 = linux_memfd_create */ 2885f2336efSEd Maste "linux_bpf", /* 280 = linux_bpf */ 2895f2336efSEd Maste "linux_execveat", /* 281 = linux_execveat */ 2905f2336efSEd Maste "linux_userfaultfd", /* 282 = linux_userfaultfd */ 2915f2336efSEd Maste "linux_membarrier", /* 283 = linux_membarrier */ 2925f2336efSEd Maste "linux_mlock2", /* 284 = linux_mlock2 */ 2935f2336efSEd Maste "linux_copy_file_range", /* 285 = linux_copy_file_range */ 2945f2336efSEd Maste "linux_preadv2", /* 286 = linux_preadv2 */ 2955f2336efSEd Maste "linux_pwritev2", /* 287 = linux_pwritev2 */ 2965f2336efSEd Maste "linux_pkey_mprotect", /* 288 = linux_pkey_mprotect */ 2975f2336efSEd Maste "linux_pkey_alloc", /* 289 = linux_pkey_alloc */ 2985f2336efSEd Maste "linux_pkey_free", /* 290 = linux_pkey_free */ 299c0f17173SEdward Tomasz Napierala "linux_statx", /* 291 = linux_statx */ 300c0f17173SEdward Tomasz Napierala "linux_io_pgetevents", /* 292 = linux_io_pgetevents */ 301c0f17173SEdward Tomasz Napierala "linux_rseq", /* 293 = linux_rseq */ 302c0f17173SEdward Tomasz Napierala "linux_kexec_file_load", /* 294 = linux_kexec_file_load */ 303c0f17173SEdward Tomasz Napierala "#295", /* 295 = unimpl_md_syscall */ 304c0f17173SEdward Tomasz Napierala "#296", /* 296 = unimpl_md_syscall */ 305c0f17173SEdward Tomasz Napierala "#297", /* 297 = unimpl_md_syscall */ 306c0f17173SEdward Tomasz Napierala "#298", /* 298 = unimpl_md_syscall */ 307c0f17173SEdward Tomasz Napierala "#299", /* 299 = unimpl_md_syscall */ 308c0f17173SEdward Tomasz Napierala "#300", /* 300 = unimpl_md_syscall */ 309c0f17173SEdward Tomasz Napierala "#301", /* 301 = unimpl_md_syscall */ 310c0f17173SEdward Tomasz Napierala "#302", /* 302 = unimpl_md_syscall */ 311c0f17173SEdward Tomasz Napierala "#303", /* 303 = unimpl_md_syscall */ 312c0f17173SEdward Tomasz Napierala "#304", /* 304 = unimpl_md_syscall */ 313c0f17173SEdward Tomasz Napierala "#305", /* 305 = unimpl_md_syscall */ 314c0f17173SEdward Tomasz Napierala "#306", /* 306 = unimpl_md_syscall */ 315c0f17173SEdward Tomasz Napierala "#307", /* 307 = unimpl_md_syscall */ 316c0f17173SEdward Tomasz Napierala "#308", /* 308 = unimpl_md_syscall */ 317c0f17173SEdward Tomasz Napierala "#309", /* 309 = unimpl_md_syscall */ 318c0f17173SEdward Tomasz Napierala "#310", /* 310 = unimpl_md_syscall */ 319c0f17173SEdward Tomasz Napierala "#311", /* 311 = unimpl_md_syscall */ 320c0f17173SEdward Tomasz Napierala "#312", /* 312 = unimpl_md_syscall */ 321c0f17173SEdward Tomasz Napierala "#313", /* 313 = unimpl_md_syscall */ 322c0f17173SEdward Tomasz Napierala "#314", /* 314 = unimpl_md_syscall */ 323c0f17173SEdward Tomasz Napierala "#315", /* 315 = unimpl_md_syscall */ 324c0f17173SEdward Tomasz Napierala "#316", /* 316 = unimpl_md_syscall */ 325c0f17173SEdward Tomasz Napierala "#317", /* 317 = unimpl_md_syscall */ 326c0f17173SEdward Tomasz Napierala "#318", /* 318 = unimpl_md_syscall */ 327c0f17173SEdward Tomasz Napierala "#319", /* 319 = unimpl_md_syscall */ 328c0f17173SEdward Tomasz Napierala "#320", /* 320 = unimpl_md_syscall */ 329c0f17173SEdward Tomasz Napierala "#321", /* 321 = unimpl_md_syscall */ 330c0f17173SEdward Tomasz Napierala "#322", /* 322 = unimpl_md_syscall */ 331c0f17173SEdward Tomasz Napierala "#323", /* 323 = unimpl_md_syscall */ 332c0f17173SEdward Tomasz Napierala "#324", /* 324 = unimpl_md_syscall */ 333c0f17173SEdward Tomasz Napierala "#325", /* 325 = unimpl_md_syscall */ 334c0f17173SEdward Tomasz Napierala "#326", /* 326 = unimpl_md_syscall */ 335c0f17173SEdward Tomasz Napierala "#327", /* 327 = unimpl_md_syscall */ 336c0f17173SEdward Tomasz Napierala "#328", /* 328 = unimpl_md_syscall */ 337c0f17173SEdward Tomasz Napierala "#329", /* 329 = unimpl_md_syscall */ 338c0f17173SEdward Tomasz Napierala "#330", /* 330 = unimpl_md_syscall */ 339c0f17173SEdward Tomasz Napierala "#331", /* 331 = unimpl_md_syscall */ 340c0f17173SEdward Tomasz Napierala "#332", /* 332 = unimpl_md_syscall */ 341c0f17173SEdward Tomasz Napierala "#333", /* 333 = unimpl_md_syscall */ 342c0f17173SEdward Tomasz Napierala "#334", /* 334 = unimpl_md_syscall */ 343c0f17173SEdward Tomasz Napierala "#335", /* 335 = unimpl_md_syscall */ 344c0f17173SEdward Tomasz Napierala "#336", /* 336 = unimpl_md_syscall */ 345c0f17173SEdward Tomasz Napierala "#337", /* 337 = unimpl_md_syscall */ 346c0f17173SEdward Tomasz Napierala "#338", /* 338 = unimpl_md_syscall */ 347c0f17173SEdward Tomasz Napierala "#339", /* 339 = unimpl_md_syscall */ 348c0f17173SEdward Tomasz Napierala "#340", /* 340 = unimpl_md_syscall */ 349c0f17173SEdward Tomasz Napierala "#341", /* 341 = unimpl_md_syscall */ 350c0f17173SEdward Tomasz Napierala "#342", /* 342 = unimpl_md_syscall */ 351c0f17173SEdward Tomasz Napierala "#343", /* 343 = unimpl_md_syscall */ 352c0f17173SEdward Tomasz Napierala "#344", /* 344 = unimpl_md_syscall */ 353c0f17173SEdward Tomasz Napierala "#345", /* 345 = unimpl_md_syscall */ 354c0f17173SEdward Tomasz Napierala "#346", /* 346 = unimpl_md_syscall */ 355c0f17173SEdward Tomasz Napierala "#347", /* 347 = unimpl_md_syscall */ 356c0f17173SEdward Tomasz Napierala "#348", /* 348 = unimpl_md_syscall */ 357c0f17173SEdward Tomasz Napierala "#349", /* 349 = unimpl_md_syscall */ 358c0f17173SEdward Tomasz Napierala "#350", /* 350 = unimpl_md_syscall */ 359c0f17173SEdward Tomasz Napierala "#351", /* 351 = unimpl_md_syscall */ 360c0f17173SEdward Tomasz Napierala "#352", /* 352 = unimpl_md_syscall */ 361c0f17173SEdward Tomasz Napierala "#353", /* 353 = unimpl_md_syscall */ 362c0f17173SEdward Tomasz Napierala "#354", /* 354 = unimpl_md_syscall */ 363c0f17173SEdward Tomasz Napierala "#355", /* 355 = unimpl_md_syscall */ 364c0f17173SEdward Tomasz Napierala "#356", /* 356 = unimpl_md_syscall */ 365c0f17173SEdward Tomasz Napierala "#357", /* 357 = unimpl_md_syscall */ 366c0f17173SEdward Tomasz Napierala "#358", /* 358 = unimpl_md_syscall */ 367c0f17173SEdward Tomasz Napierala "#359", /* 359 = unimpl_md_syscall */ 368c0f17173SEdward Tomasz Napierala "#360", /* 360 = unimpl_md_syscall */ 369c0f17173SEdward Tomasz Napierala "#361", /* 361 = unimpl_md_syscall */ 370c0f17173SEdward Tomasz Napierala "#362", /* 362 = unimpl_md_syscall */ 371c0f17173SEdward Tomasz Napierala "#363", /* 363 = unimpl_md_syscall */ 372c0f17173SEdward Tomasz Napierala "#364", /* 364 = unimpl_md_syscall */ 373c0f17173SEdward Tomasz Napierala "#365", /* 365 = unimpl_md_syscall */ 374c0f17173SEdward Tomasz Napierala "#366", /* 366 = unimpl_md_syscall */ 375c0f17173SEdward Tomasz Napierala "#367", /* 367 = unimpl_md_syscall */ 376c0f17173SEdward Tomasz Napierala "#368", /* 368 = unimpl_md_syscall */ 377c0f17173SEdward Tomasz Napierala "#369", /* 369 = unimpl_md_syscall */ 378c0f17173SEdward Tomasz Napierala "#370", /* 370 = unimpl_md_syscall */ 379c0f17173SEdward Tomasz Napierala "#371", /* 371 = unimpl_md_syscall */ 380c0f17173SEdward Tomasz Napierala "#372", /* 372 = unimpl_md_syscall */ 381c0f17173SEdward Tomasz Napierala "#373", /* 373 = unimpl_md_syscall */ 382c0f17173SEdward Tomasz Napierala "#374", /* 374 = unimpl_md_syscall */ 383c0f17173SEdward Tomasz Napierala "#375", /* 375 = unimpl_md_syscall */ 384c0f17173SEdward Tomasz Napierala "#376", /* 376 = unimpl_md_syscall */ 385c0f17173SEdward Tomasz Napierala "#377", /* 377 = unimpl_md_syscall */ 386c0f17173SEdward Tomasz Napierala "#378", /* 378 = unimpl_md_syscall */ 387c0f17173SEdward Tomasz Napierala "#379", /* 379 = unimpl_md_syscall */ 388c0f17173SEdward Tomasz Napierala "#380", /* 380 = unimpl_md_syscall */ 389c0f17173SEdward Tomasz Napierala "#381", /* 381 = unimpl_md_syscall */ 390c0f17173SEdward Tomasz Napierala "#382", /* 382 = unimpl_md_syscall */ 391c0f17173SEdward Tomasz Napierala "#383", /* 383 = unimpl_md_syscall */ 392c0f17173SEdward Tomasz Napierala "#384", /* 384 = unimpl_md_syscall */ 393c0f17173SEdward Tomasz Napierala "#385", /* 385 = unimpl_md_syscall */ 394c0f17173SEdward Tomasz Napierala "#386", /* 386 = unimpl_md_syscall */ 395c0f17173SEdward Tomasz Napierala "#387", /* 387 = unimpl_md_syscall */ 396c0f17173SEdward Tomasz Napierala "#388", /* 388 = unimpl_md_syscall */ 397c0f17173SEdward Tomasz Napierala "#389", /* 389 = unimpl_md_syscall */ 398c0f17173SEdward Tomasz Napierala "#390", /* 390 = unimpl_md_syscall */ 399c0f17173SEdward Tomasz Napierala "#391", /* 391 = unimpl_md_syscall */ 400c0f17173SEdward Tomasz Napierala "#392", /* 392 = unimpl_md_syscall */ 401c0f17173SEdward Tomasz Napierala "#393", /* 393 = unimpl_md_syscall */ 402c0f17173SEdward Tomasz Napierala "#394", /* 394 = unimpl_md_syscall */ 403c0f17173SEdward Tomasz Napierala "#395", /* 395 = unimpl_md_syscall */ 404c0f17173SEdward Tomasz Napierala "#396", /* 396 = unimpl_md_syscall */ 405c0f17173SEdward Tomasz Napierala "#397", /* 397 = unimpl_md_syscall */ 406c0f17173SEdward Tomasz Napierala "#398", /* 398 = unimpl_md_syscall */ 407c0f17173SEdward Tomasz Napierala "#399", /* 399 = unimpl_md_syscall */ 408c0f17173SEdward Tomasz Napierala "#400", /* 400 = unimpl_md_syscall */ 409c0f17173SEdward Tomasz Napierala "#401", /* 401 = unimpl_md_syscall */ 410c0f17173SEdward Tomasz Napierala "#402", /* 402 = unimpl_md_syscall */ 411c0f17173SEdward Tomasz Napierala "#403", /* 403 = unimpl_md_syscall */ 412c0f17173SEdward Tomasz Napierala "#404", /* 404 = unimpl_md_syscall */ 413c0f17173SEdward Tomasz Napierala "#405", /* 405 = unimpl_md_syscall */ 414c0f17173SEdward Tomasz Napierala "#406", /* 406 = unimpl_md_syscall */ 415c0f17173SEdward Tomasz Napierala "#407", /* 407 = unimpl_md_syscall */ 416c0f17173SEdward Tomasz Napierala "#408", /* 408 = unimpl_md_syscall */ 417c0f17173SEdward Tomasz Napierala "#409", /* 409 = unimpl_md_syscall */ 418c0f17173SEdward Tomasz Napierala "#410", /* 410 = unimpl_md_syscall */ 419c0f17173SEdward Tomasz Napierala "#411", /* 411 = unimpl_md_syscall */ 420c0f17173SEdward Tomasz Napierala "#412", /* 412 = unimpl_md_syscall */ 421c0f17173SEdward Tomasz Napierala "#413", /* 413 = unimpl_md_syscall */ 422c0f17173SEdward Tomasz Napierala "#414", /* 414 = unimpl_md_syscall */ 423c0f17173SEdward Tomasz Napierala "#415", /* 415 = unimpl_md_syscall */ 424c0f17173SEdward Tomasz Napierala "#416", /* 416 = unimpl_md_syscall */ 425c0f17173SEdward Tomasz Napierala "#417", /* 417 = unimpl_md_syscall */ 426c0f17173SEdward Tomasz Napierala "#418", /* 418 = unimpl_md_syscall */ 427c0f17173SEdward Tomasz Napierala "#419", /* 419 = unimpl_md_syscall */ 428c0f17173SEdward Tomasz Napierala "#420", /* 420 = unimpl_md_syscall */ 429c0f17173SEdward Tomasz Napierala "#421", /* 421 = unimpl_md_syscall */ 430c0f17173SEdward Tomasz Napierala "#422", /* 422 = unimpl_md_syscall */ 431c0f17173SEdward Tomasz Napierala "#423", /* 423 = unimpl_md_syscall */ 432c0f17173SEdward Tomasz Napierala "linux_pidfd_send_signal", /* 424 = linux_pidfd_send_signal */ 433c0f17173SEdward Tomasz Napierala "linux_io_uring_setup", /* 425 = linux_io_uring_setup */ 434c0f17173SEdward Tomasz Napierala "linux_io_uring_enter", /* 426 = linux_io_uring_enter */ 435c0f17173SEdward Tomasz Napierala "linux_io_uring_register", /* 427 = linux_io_uring_register */ 436c0f17173SEdward Tomasz Napierala "linux_open_tree", /* 428 = linux_open_tree */ 437c0f17173SEdward Tomasz Napierala "linux_move_mount", /* 429 = linux_move_mount */ 438c0f17173SEdward Tomasz Napierala "linux_fsopen", /* 430 = linux_fsopen */ 439c0f17173SEdward Tomasz Napierala "linux_fsconfig", /* 431 = linux_fsconfig */ 440c0f17173SEdward Tomasz Napierala "linux_fsmount", /* 432 = linux_fsmount */ 441c0f17173SEdward Tomasz Napierala "linux_fspick", /* 433 = linux_fspick */ 442c0f17173SEdward Tomasz Napierala "linux_pidfd_open", /* 434 = linux_pidfd_open */ 443c0f17173SEdward Tomasz Napierala "linux_clone3", /* 435 = linux_clone3 */ 444c0f17173SEdward Tomasz Napierala "linux_close_range", /* 436 = linux_close_range */ 445c0f17173SEdward Tomasz Napierala "linux_openat2", /* 437 = linux_openat2 */ 446c0f17173SEdward Tomasz Napierala "linux_pidfd_getfd", /* 438 = linux_pidfd_getfd */ 447c0f17173SEdward Tomasz Napierala "linux_faccessat2", /* 439 = linux_faccessat2 */ 448c0f17173SEdward Tomasz Napierala "linux_process_madvise", /* 440 = linux_process_madvise */ 449c0f17173SEdward Tomasz Napierala "linux_epoll_pwait2", /* 441 = linux_epoll_pwait2 */ 450c0f17173SEdward Tomasz Napierala "linux_mount_setattr", /* 442 = linux_mount_setattr */ 451*28035f67SDmitry Chagin "linux_quotactl_fd", /* 443 = linux_quotactl_fd */ 452*28035f67SDmitry Chagin "linux_landlock_create_ruleset", /* 444 = linux_landlock_create_ruleset */ 453*28035f67SDmitry Chagin "linux_landlock_add_rule", /* 445 = linux_landlock_add_rule */ 454*28035f67SDmitry Chagin "linux_landlock_restrict_self", /* 446 = linux_landlock_restrict_self */ 455*28035f67SDmitry Chagin "linux_memfd_secret", /* 447 = linux_memfd_secret */ 456*28035f67SDmitry Chagin "linux_process_mrelease", /* 448 = linux_process_mrelease */ 457*28035f67SDmitry Chagin "linux_futex_waitv", /* 449 = linux_futex_waitv */ 458*28035f67SDmitry Chagin "linux_set_mempolicy_home_node", /* 450 = linux_set_mempolicy_home_node */ 459*28035f67SDmitry Chagin "linux_cachestat", /* 451 = linux_cachestat */ 460*28035f67SDmitry Chagin "linux_fchmodat2", /* 452 = linux_fchmodat2 */ 4615f2336efSEd Maste }; 462