Arnd Bergmann | 4fe53bf | 2024-07-03 09:43:01 +0200 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note |
| 2 | # |
| 3 | # This file contains the system call numbers for all of the |
| 4 | # more recently added architectures. |
| 5 | # |
| 6 | # As a basic principle, no duplication of functionality |
| 7 | # should be added, e.g. we don't use lseek when llseek |
| 8 | # is present. New architectures should use this file |
| 9 | # and implement the less feature-full calls in user space. |
| 10 | # |
| 11 | 0 common io_setup sys_io_setup compat_sys_io_setup |
| 12 | 1 common io_destroy sys_io_destroy |
| 13 | 2 common io_submit sys_io_submit compat_sys_io_submit |
| 14 | 3 common io_cancel sys_io_cancel |
| 15 | 4 time32 io_getevents sys_io_getevents_time32 |
| 16 | 4 64 io_getevents sys_io_getevents |
| 17 | 5 common setxattr sys_setxattr |
| 18 | 6 common lsetxattr sys_lsetxattr |
| 19 | 7 common fsetxattr sys_fsetxattr |
| 20 | 8 common getxattr sys_getxattr |
| 21 | 9 common lgetxattr sys_lgetxattr |
| 22 | 10 common fgetxattr sys_fgetxattr |
| 23 | 11 common listxattr sys_listxattr |
| 24 | 12 common llistxattr sys_llistxattr |
| 25 | 13 common flistxattr sys_flistxattr |
| 26 | 14 common removexattr sys_removexattr |
| 27 | 15 common lremovexattr sys_lremovexattr |
| 28 | 16 common fremovexattr sys_fremovexattr |
| 29 | 17 common getcwd sys_getcwd |
| 30 | 18 common lookup_dcookie sys_ni_syscall |
| 31 | 19 common eventfd2 sys_eventfd2 |
| 32 | 20 common epoll_create1 sys_epoll_create1 |
| 33 | 21 common epoll_ctl sys_epoll_ctl |
| 34 | 22 common epoll_pwait sys_epoll_pwait compat_sys_epoll_pwait |
| 35 | 23 common dup sys_dup |
| 36 | 24 common dup3 sys_dup3 |
| 37 | 25 32 fcntl64 sys_fcntl64 compat_sys_fcntl64 |
| 38 | 25 64 fcntl sys_fcntl |
| 39 | 26 common inotify_init1 sys_inotify_init1 |
| 40 | 27 common inotify_add_watch sys_inotify_add_watch |
| 41 | 28 common inotify_rm_watch sys_inotify_rm_watch |
| 42 | 29 common ioctl sys_ioctl compat_sys_ioctl |
| 43 | 30 common ioprio_set sys_ioprio_set |
| 44 | 31 common ioprio_get sys_ioprio_get |
| 45 | 32 common flock sys_flock |
| 46 | 33 common mknodat sys_mknodat |
| 47 | 34 common mkdirat sys_mkdirat |
| 48 | 35 common unlinkat sys_unlinkat |
| 49 | 36 common symlinkat sys_symlinkat |
| 50 | 37 common linkat sys_linkat |
| 51 | # renameat is superseded with flags by renameat2 |
| 52 | 38 renameat renameat sys_renameat |
| 53 | 39 common umount2 sys_umount |
| 54 | 40 common mount sys_mount |
| 55 | 41 common pivot_root sys_pivot_root |
Arnd Bergmann | b82c1d2 | 2024-08-05 22:38:29 +0200 | [diff] [blame] | 56 | 42 common nfsservctl sys_ni_syscall |
Arnd Bergmann | 4fe53bf | 2024-07-03 09:43:01 +0200 | [diff] [blame] | 57 | 43 32 statfs64 sys_statfs64 compat_sys_statfs64 |
| 58 | 43 64 statfs sys_statfs |
| 59 | 44 32 fstatfs64 sys_fstatfs64 compat_sys_fstatfs64 |
| 60 | 44 64 fstatfs sys_fstatfs |
| 61 | 45 32 truncate64 sys_truncate64 compat_sys_truncate64 |
| 62 | 45 64 truncate sys_truncate |
| 63 | 46 32 ftruncate64 sys_ftruncate64 compat_sys_ftruncate64 |
| 64 | 46 64 ftruncate sys_ftruncate |
| 65 | 47 common fallocate sys_fallocate compat_sys_fallocate |
| 66 | 48 common faccessat sys_faccessat |
| 67 | 49 common chdir sys_chdir |
| 68 | 50 common fchdir sys_fchdir |
| 69 | 51 common chroot sys_chroot |
| 70 | 52 common fchmod sys_fchmod |
| 71 | 53 common fchmodat sys_fchmodat |
| 72 | 54 common fchownat sys_fchownat |
| 73 | 55 common fchown sys_fchown |
| 74 | 56 common openat sys_openat |
| 75 | 57 common close sys_close |
| 76 | 58 common vhangup sys_vhangup |
| 77 | 59 common pipe2 sys_pipe2 |
| 78 | 60 common quotactl sys_quotactl |
| 79 | 61 common getdents64 sys_getdents64 |
| 80 | 62 32 llseek sys_llseek |
| 81 | 62 64 lseek sys_lseek |
| 82 | 63 common read sys_read |
| 83 | 64 common write sys_write |
| 84 | 65 common readv sys_readv sys_readv |
| 85 | 66 common writev sys_writev sys_writev |
| 86 | 67 common pread64 sys_pread64 compat_sys_pread64 |
| 87 | 68 common pwrite64 sys_pwrite64 compat_sys_pwrite64 |
| 88 | 69 common preadv sys_preadv compat_sys_preadv |
| 89 | 70 common pwritev sys_pwritev compat_sys_pwritev |
| 90 | 71 32 sendfile64 sys_sendfile64 |
| 91 | 71 64 sendfile sys_sendfile64 |
| 92 | 72 time32 pselect6 sys_pselect6_time32 compat_sys_pselect6_time32 |
| 93 | 72 64 pselect6 sys_pselect6 |
| 94 | 73 time32 ppoll sys_ppoll_time32 compat_sys_ppoll_time32 |
| 95 | 73 64 ppoll sys_ppoll |
| 96 | 74 common signalfd4 sys_signalfd4 compat_sys_signalfd4 |
| 97 | 75 common vmsplice sys_vmsplice |
| 98 | 76 common splice sys_splice |
| 99 | 77 common tee sys_tee |
| 100 | 78 common readlinkat sys_readlinkat |
| 101 | 79 stat64 fstatat64 sys_fstatat64 |
Arnd Bergmann | 343416f | 2024-08-01 14:27:23 +0200 | [diff] [blame] | 102 | 79 64 newfstatat sys_newfstatat |
Arnd Bergmann | 4fe53bf | 2024-07-03 09:43:01 +0200 | [diff] [blame] | 103 | 80 stat64 fstat64 sys_fstat64 |
Arnd Bergmann | 26fef9d | 2024-08-05 22:35:43 +0200 | [diff] [blame] | 104 | 80 64 fstat sys_newfstat |
Arnd Bergmann | 4fe53bf | 2024-07-03 09:43:01 +0200 | [diff] [blame] | 105 | 81 common sync sys_sync |
| 106 | 82 common fsync sys_fsync |
| 107 | 83 common fdatasync sys_fdatasync |
| 108 | 84 common sync_file_range sys_sync_file_range compat_sys_sync_file_range |
| 109 | 85 common timerfd_create sys_timerfd_create |
| 110 | 86 time32 timerfd_settime sys_timerfd_settime32 |
| 111 | 86 64 timerfd_settime sys_timerfd_settime |
| 112 | 87 time32 timerfd_gettime sys_timerfd_gettime32 |
| 113 | 87 64 timerfd_gettime sys_timerfd_gettime |
| 114 | 88 time32 utimensat sys_utimensat_time32 |
| 115 | 88 64 utimensat sys_utimensat |
| 116 | 89 common acct sys_acct |
| 117 | 90 common capget sys_capget |
| 118 | 91 common capset sys_capset |
| 119 | 92 common personality sys_personality |
| 120 | 93 common exit sys_exit |
| 121 | 94 common exit_group sys_exit_group |
| 122 | 95 common waitid sys_waitid compat_sys_waitid |
| 123 | 96 common set_tid_address sys_set_tid_address |
| 124 | 97 common unshare sys_unshare |
| 125 | 98 time32 futex sys_futex_time32 |
| 126 | 98 64 futex sys_futex |
| 127 | 99 common set_robust_list sys_set_robust_list compat_sys_set_robust_list |
| 128 | 100 common get_robust_list sys_get_robust_list compat_sys_get_robust_list |
| 129 | 101 time32 nanosleep sys_nanosleep_time32 |
| 130 | 101 64 nanosleep sys_nanosleep |
| 131 | 102 common getitimer sys_getitimer compat_sys_getitimer |
| 132 | 103 common setitimer sys_setitimer compat_sys_setitimer |
| 133 | 104 common kexec_load sys_kexec_load compat_sys_kexec_load |
| 134 | 105 common init_module sys_init_module |
| 135 | 106 common delete_module sys_delete_module |
| 136 | 107 common timer_create sys_timer_create compat_sys_timer_create |
| 137 | 108 time32 timer_gettime sys_timer_gettime32 |
| 138 | 108 64 timer_gettime sys_timer_gettime |
| 139 | 109 common timer_getoverrun sys_timer_getoverrun |
| 140 | 110 time32 timer_settime sys_timer_settime32 |
| 141 | 110 64 timer_settime sys_timer_settime |
| 142 | 111 common timer_delete sys_timer_delete |
| 143 | 112 time32 clock_settime sys_clock_settime32 |
| 144 | 112 64 clock_settime sys_clock_settime |
| 145 | 113 time32 clock_gettime sys_clock_gettime32 |
| 146 | 113 64 clock_gettime sys_clock_gettime |
| 147 | 114 time32 clock_getres sys_clock_getres_time32 |
| 148 | 114 64 clock_getres sys_clock_getres |
| 149 | 115 time32 clock_nanosleep sys_clock_nanosleep_time32 |
| 150 | 115 64 clock_nanosleep sys_clock_nanosleep |
| 151 | 116 common syslog sys_syslog |
| 152 | 117 common ptrace sys_ptrace compat_sys_ptrace |
| 153 | 118 common sched_setparam sys_sched_setparam |
| 154 | 119 common sched_setscheduler sys_sched_setscheduler |
| 155 | 120 common sched_getscheduler sys_sched_getscheduler |
| 156 | 121 common sched_getparam sys_sched_getparam |
| 157 | 122 common sched_setaffinity sys_sched_setaffinity compat_sys_sched_setaffinity |
| 158 | 123 common sched_getaffinity sys_sched_getaffinity compat_sys_sched_getaffinity |
| 159 | 124 common sched_yield sys_sched_yield |
| 160 | 125 common sched_get_priority_max sys_sched_get_priority_max |
| 161 | 126 common sched_get_priority_min sys_sched_get_priority_min |
| 162 | 127 time32 sched_rr_get_interval sys_sched_rr_get_interval_time32 |
| 163 | 127 64 sched_rr_get_interval sys_sched_rr_get_interval |
| 164 | 128 common restart_syscall sys_restart_syscall |
| 165 | 129 common kill sys_kill |
| 166 | 130 common tkill sys_tkill |
| 167 | 131 common tgkill sys_tgkill |
| 168 | 132 common sigaltstack sys_sigaltstack compat_sys_sigaltstack |
| 169 | 133 common rt_sigsuspend sys_rt_sigsuspend compat_sys_rt_sigsuspend |
| 170 | 134 common rt_sigaction sys_rt_sigaction compat_sys_rt_sigaction |
| 171 | 135 common rt_sigprocmask sys_rt_sigprocmask compat_sys_rt_sigprocmask |
| 172 | 136 common rt_sigpending sys_rt_sigpending compat_sys_rt_sigpending |
| 173 | 137 time32 rt_sigtimedwait sys_rt_sigtimedwait_time32 compat_sys_rt_sigtimedwait_time32 |
| 174 | 137 64 rt_sigtimedwait sys_rt_sigtimedwait |
| 175 | 138 common rt_sigqueueinfo sys_rt_sigqueueinfo compat_sys_rt_sigqueueinfo |
| 176 | 139 common rt_sigreturn sys_rt_sigreturn compat_sys_rt_sigreturn |
| 177 | 140 common setpriority sys_setpriority |
| 178 | 141 common getpriority sys_getpriority |
| 179 | 142 common reboot sys_reboot |
| 180 | 143 common setregid sys_setregid |
| 181 | 144 common setgid sys_setgid |
| 182 | 145 common setreuid sys_setreuid |
| 183 | 146 common setuid sys_setuid |
| 184 | 147 common setresuid sys_setresuid |
| 185 | 148 common getresuid sys_getresuid |
| 186 | 149 common setresgid sys_setresgid |
| 187 | 150 common getresgid sys_getresgid |
| 188 | 151 common setfsuid sys_setfsuid |
| 189 | 152 common setfsgid sys_setfsgid |
| 190 | 153 common times sys_times compat_sys_times |
| 191 | 154 common setpgid sys_setpgid |
| 192 | 155 common getpgid sys_getpgid |
| 193 | 156 common getsid sys_getsid |
| 194 | 157 common setsid sys_setsid |
| 195 | 158 common getgroups sys_getgroups |
| 196 | 159 common setgroups sys_setgroups |
| 197 | 160 common uname sys_newuname |
| 198 | 161 common sethostname sys_sethostname |
| 199 | 162 common setdomainname sys_setdomainname |
| 200 | # getrlimit and setrlimit are superseded with prlimit64 |
| 201 | 163 rlimit getrlimit sys_getrlimit compat_sys_getrlimit |
| 202 | 164 rlimit setrlimit sys_setrlimit compat_sys_setrlimit |
| 203 | 165 common getrusage sys_getrusage compat_sys_getrusage |
| 204 | 166 common umask sys_umask |
| 205 | 167 common prctl sys_prctl |
| 206 | 168 common getcpu sys_getcpu |
| 207 | 169 time32 gettimeofday sys_gettimeofday compat_sys_gettimeofday |
| 208 | 169 64 gettimeofday sys_gettimeofday |
| 209 | 170 time32 settimeofday sys_settimeofday compat_sys_settimeofday |
| 210 | 170 64 settimeofday sys_settimeofday |
| 211 | 171 time32 adjtimex sys_adjtimex_time32 |
| 212 | 171 64 adjtimex sys_adjtimex |
| 213 | 172 common getpid sys_getpid |
| 214 | 173 common getppid sys_getppid |
| 215 | 174 common getuid sys_getuid |
| 216 | 175 common geteuid sys_geteuid |
| 217 | 176 common getgid sys_getgid |
| 218 | 177 common getegid sys_getegid |
| 219 | 178 common gettid sys_gettid |
| 220 | 179 common sysinfo sys_sysinfo compat_sys_sysinfo |
| 221 | 180 common mq_open sys_mq_open compat_sys_mq_open |
| 222 | 181 common mq_unlink sys_mq_unlink |
| 223 | 182 time32 mq_timedsend sys_mq_timedsend_time32 |
| 224 | 182 64 mq_timedsend sys_mq_timedsend |
| 225 | 183 time32 mq_timedreceive sys_mq_timedreceive_time32 |
| 226 | 183 64 mq_timedreceive sys_mq_timedreceive |
| 227 | 184 common mq_notify sys_mq_notify compat_sys_mq_notify |
| 228 | 185 common mq_getsetattr sys_mq_getsetattr compat_sys_mq_getsetattr |
| 229 | 186 common msgget sys_msgget |
| 230 | 187 common msgctl sys_msgctl compat_sys_msgctl |
| 231 | 188 common msgrcv sys_msgrcv compat_sys_msgrcv |
| 232 | 189 common msgsnd sys_msgsnd compat_sys_msgsnd |
| 233 | 190 common semget sys_semget |
| 234 | 191 common semctl sys_semctl compat_sys_semctl |
| 235 | 192 time32 semtimedop sys_semtimedop_time32 |
| 236 | 192 64 semtimedop sys_semtimedop |
| 237 | 193 common semop sys_semop |
| 238 | 194 common shmget sys_shmget |
| 239 | 195 common shmctl sys_shmctl compat_sys_shmctl |
| 240 | 196 common shmat sys_shmat compat_sys_shmat |
| 241 | 197 common shmdt sys_shmdt |
| 242 | 198 common socket sys_socket |
| 243 | 199 common socketpair sys_socketpair |
| 244 | 200 common bind sys_bind |
| 245 | 201 common listen sys_listen |
| 246 | 202 common accept sys_accept |
| 247 | 203 common connect sys_connect |
| 248 | 204 common getsockname sys_getsockname |
| 249 | 205 common getpeername sys_getpeername |
| 250 | 206 common sendto sys_sendto |
| 251 | 207 common recvfrom sys_recvfrom compat_sys_recvfrom |
| 252 | 208 common setsockopt sys_setsockopt sys_setsockopt |
| 253 | 209 common getsockopt sys_getsockopt sys_getsockopt |
| 254 | 210 common shutdown sys_shutdown |
| 255 | 211 common sendmsg sys_sendmsg compat_sys_sendmsg |
| 256 | 212 common recvmsg sys_recvmsg compat_sys_recvmsg |
| 257 | 213 common readahead sys_readahead compat_sys_readahead |
| 258 | 214 common brk sys_brk |
| 259 | 215 common munmap sys_munmap |
| 260 | 216 common mremap sys_mremap |
| 261 | 217 common add_key sys_add_key |
| 262 | 218 common request_key sys_request_key |
| 263 | 219 common keyctl sys_keyctl compat_sys_keyctl |
| 264 | 220 common clone sys_clone |
| 265 | 221 common execve sys_execve compat_sys_execve |
| 266 | 222 32 mmap2 sys_mmap2 |
| 267 | 222 64 mmap sys_mmap |
| 268 | 223 32 fadvise64_64 sys_fadvise64_64 compat_sys_fadvise64_64 |
| 269 | 223 64 fadvise64 sys_fadvise64_64 |
| 270 | 224 common swapon sys_swapon |
| 271 | 225 common swapoff sys_swapoff |
| 272 | 226 common mprotect sys_mprotect |
| 273 | 227 common msync sys_msync |
| 274 | 228 common mlock sys_mlock |
| 275 | 229 common munlock sys_munlock |
| 276 | 230 common mlockall sys_mlockall |
| 277 | 231 common munlockall sys_munlockall |
| 278 | 232 common mincore sys_mincore |
| 279 | 233 common madvise sys_madvise |
| 280 | 234 common remap_file_pages sys_remap_file_pages |
| 281 | 235 common mbind sys_mbind |
| 282 | 236 common get_mempolicy sys_get_mempolicy |
| 283 | 237 common set_mempolicy sys_set_mempolicy |
| 284 | 238 common migrate_pages sys_migrate_pages |
| 285 | 239 common move_pages sys_move_pages |
| 286 | 240 common rt_tgsigqueueinfo sys_rt_tgsigqueueinfo compat_sys_rt_tgsigqueueinfo |
| 287 | 241 common perf_event_open sys_perf_event_open |
| 288 | 242 common accept4 sys_accept4 |
| 289 | 243 time32 recvmmsg sys_recvmmsg_time32 compat_sys_recvmmsg_time32 |
| 290 | 243 64 recvmmsg sys_recvmmsg |
| 291 | # Architectures may provide up to 16 syscalls of their own between 244 and 259 |
Arnd Bergmann | 4414ad8 | 2024-04-23 16:12:55 +0200 | [diff] [blame] | 292 | 244 arc cacheflush sys_cacheflush |
| 293 | 245 arc arc_settls sys_arc_settls |
| 294 | 246 arc arc_gettls sys_arc_gettls |
| 295 | 247 arc sysfs sys_sysfs |
| 296 | 248 arc arc_usr_cmpxchg sys_arc_usr_cmpxchg |
Arnd Bergmann | f840cab | 2024-07-03 17:09:22 +0200 | [diff] [blame] | 297 | |
| 298 | 244 csky set_thread_area sys_set_thread_area |
| 299 | 245 csky cacheflush sys_cacheflush |
| 300 | |
Arnd Bergmann | ef608c5 | 2024-04-23 17:52:56 +0200 | [diff] [blame] | 301 | 244 nios2 cacheflush sys_cacheflush |
| 302 | |
Arnd Bergmann | 77122bf | 2024-04-23 23:14:14 +0200 | [diff] [blame] | 303 | 244 or1k or1k_atomic sys_or1k_atomic |
| 304 | |
Arnd Bergmann | 3db80c99 | 2024-04-24 09:14:39 +0200 | [diff] [blame] | 305 | 258 riscv riscv_hwprobe sys_riscv_hwprobe |
| 306 | 259 riscv riscv_flush_icache sys_riscv_flush_icache |
| 307 | |
Arnd Bergmann | 4fe53bf | 2024-07-03 09:43:01 +0200 | [diff] [blame] | 308 | 260 time32 wait4 sys_wait4 compat_sys_wait4 |
| 309 | 260 64 wait4 sys_wait4 |
| 310 | 261 common prlimit64 sys_prlimit64 |
| 311 | 262 common fanotify_init sys_fanotify_init |
| 312 | 263 common fanotify_mark sys_fanotify_mark |
| 313 | 264 common name_to_handle_at sys_name_to_handle_at |
| 314 | 265 common open_by_handle_at sys_open_by_handle_at |
| 315 | 266 time32 clock_adjtime sys_clock_adjtime32 |
| 316 | 266 64 clock_adjtime sys_clock_adjtime |
| 317 | 267 common syncfs sys_syncfs |
| 318 | 268 common setns sys_setns |
| 319 | 269 common sendmmsg sys_sendmmsg compat_sys_sendmmsg |
| 320 | 270 common process_vm_readv sys_process_vm_readv |
| 321 | 271 common process_vm_writev sys_process_vm_writev |
| 322 | 272 common kcmp sys_kcmp |
| 323 | 273 common finit_module sys_finit_module |
| 324 | 274 common sched_setattr sys_sched_setattr |
| 325 | 275 common sched_getattr sys_sched_getattr |
| 326 | 276 common renameat2 sys_renameat2 |
| 327 | 277 common seccomp sys_seccomp |
| 328 | 278 common getrandom sys_getrandom |
| 329 | 279 common memfd_create sys_memfd_create |
| 330 | 280 common bpf sys_bpf |
| 331 | 281 common execveat sys_execveat compat_sys_execveat |
| 332 | 282 common userfaultfd sys_userfaultfd |
| 333 | 283 common membarrier sys_membarrier |
| 334 | 284 common mlock2 sys_mlock2 |
| 335 | 285 common copy_file_range sys_copy_file_range |
| 336 | 286 common preadv2 sys_preadv2 compat_sys_preadv2 |
| 337 | 287 common pwritev2 sys_pwritev2 compat_sys_pwritev2 |
| 338 | 288 common pkey_mprotect sys_pkey_mprotect |
| 339 | 289 common pkey_alloc sys_pkey_alloc |
| 340 | 290 common pkey_free sys_pkey_free |
| 341 | 291 common statx sys_statx |
| 342 | 292 time32 io_pgetevents sys_io_pgetevents_time32 compat_sys_io_pgetevents |
| 343 | 292 64 io_pgetevents sys_io_pgetevents |
| 344 | 293 common rseq sys_rseq |
| 345 | 294 common kexec_file_load sys_kexec_file_load |
| 346 | # 295 through 402 are unassigned to sync up with generic numbers don't use |
| 347 | 403 32 clock_gettime64 sys_clock_gettime |
| 348 | 404 32 clock_settime64 sys_clock_settime |
| 349 | 405 32 clock_adjtime64 sys_clock_adjtime |
| 350 | 406 32 clock_getres_time64 sys_clock_getres |
| 351 | 407 32 clock_nanosleep_time64 sys_clock_nanosleep |
| 352 | 408 32 timer_gettime64 sys_timer_gettime |
| 353 | 409 32 timer_settime64 sys_timer_settime |
| 354 | 410 32 timerfd_gettime64 sys_timerfd_gettime |
| 355 | 411 32 timerfd_settime64 sys_timerfd_settime |
| 356 | 412 32 utimensat_time64 sys_utimensat |
| 357 | 413 32 pselect6_time64 sys_pselect6 compat_sys_pselect6_time64 |
| 358 | 414 32 ppoll_time64 sys_ppoll compat_sys_ppoll_time64 |
| 359 | 416 32 io_pgetevents_time64 sys_io_pgetevents compat_sys_io_pgetevents_time64 |
| 360 | 417 32 recvmmsg_time64 sys_recvmmsg compat_sys_recvmmsg_time64 |
| 361 | 418 32 mq_timedsend_time64 sys_mq_timedsend |
| 362 | 419 32 mq_timedreceive_time64 sys_mq_timedreceive |
| 363 | 420 32 semtimedop_time64 sys_semtimedop |
| 364 | 421 32 rt_sigtimedwait_time64 sys_rt_sigtimedwait compat_sys_rt_sigtimedwait_time64 |
| 365 | 422 32 futex_time64 sys_futex |
| 366 | 423 32 sched_rr_get_interval_time64 sys_sched_rr_get_interval |
| 367 | 424 common pidfd_send_signal sys_pidfd_send_signal |
| 368 | 425 common io_uring_setup sys_io_uring_setup |
| 369 | 426 common io_uring_enter sys_io_uring_enter |
| 370 | 427 common io_uring_register sys_io_uring_register |
| 371 | 428 common open_tree sys_open_tree |
| 372 | 429 common move_mount sys_move_mount |
| 373 | 430 common fsopen sys_fsopen |
| 374 | 431 common fsconfig sys_fsconfig |
| 375 | 432 common fsmount sys_fsmount |
| 376 | 433 common fspick sys_fspick |
| 377 | 434 common pidfd_open sys_pidfd_open |
| 378 | 435 common clone3 sys_clone3 |
| 379 | 436 common close_range sys_close_range |
| 380 | 437 common openat2 sys_openat2 |
| 381 | 438 common pidfd_getfd sys_pidfd_getfd |
| 382 | 439 common faccessat2 sys_faccessat2 |
| 383 | 440 common process_madvise sys_process_madvise |
| 384 | 441 common epoll_pwait2 sys_epoll_pwait2 compat_sys_epoll_pwait2 |
| 385 | 442 common mount_setattr sys_mount_setattr |
| 386 | 443 common quotactl_fd sys_quotactl_fd |
| 387 | 444 common landlock_create_ruleset sys_landlock_create_ruleset |
| 388 | 445 common landlock_add_rule sys_landlock_add_rule |
| 389 | 446 common landlock_restrict_self sys_landlock_restrict_self |
| 390 | 447 memfd_secret memfd_secret sys_memfd_secret |
| 391 | 448 common process_mrelease sys_process_mrelease |
| 392 | 449 common futex_waitv sys_futex_waitv |
| 393 | 450 common set_mempolicy_home_node sys_set_mempolicy_home_node |
| 394 | 451 common cachestat sys_cachestat |
| 395 | 452 common fchmodat2 sys_fchmodat2 |
| 396 | 453 common map_shadow_stack sys_map_shadow_stack |
| 397 | 454 common futex_wake sys_futex_wake |
| 398 | 455 common futex_wait sys_futex_wait |
| 399 | 456 common futex_requeue sys_futex_requeue |
| 400 | 457 common statmount sys_statmount |
| 401 | 458 common listmount sys_listmount |
| 402 | 459 common lsm_get_self_attr sys_lsm_get_self_attr |
| 403 | 460 common lsm_set_self_attr sys_lsm_set_self_attr |
| 404 | 461 common lsm_list_modules sys_lsm_list_modules |
| 405 | 462 common mseal sys_mseal |