~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/powerpc/kernel/syscalls/syscall.tbl

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 # SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note
  2 #
  3 # system call numbers and entry vectors for powerpc
  4 #
  5 # The format is:
  6 # <number> <abi> <name> <entry point> <compat entry point>
  7 #
  8 # The <abi> can be common, spu, nospu, 64, or 32 for this file.
  9 #
 10 0       nospu   restart_syscall                 sys_restart_syscall
 11 1       nospu   exit                            sys_exit
 12 2       nospu   fork                            sys_fork
 13 3       common  read                            sys_read
 14 4       common  write                           sys_write
 15 5       common  open                            sys_open                        compat_sys_open
 16 6       common  close                           sys_close
 17 7       common  waitpid                         sys_waitpid
 18 8       common  creat                           sys_creat
 19 9       common  link                            sys_link
 20 10      common  unlink                          sys_unlink
 21 11      nospu   execve                          sys_execve                      compat_sys_execve
 22 12      common  chdir                           sys_chdir
 23 13      32      time                            sys_time32
 24 13      64      time                            sys_time
 25 13      spu     time                            sys_time
 26 14      common  mknod                           sys_mknod
 27 15      common  chmod                           sys_chmod
 28 16      common  lchown                          sys_lchown
 29 17      common  break                           sys_ni_syscall
 30 18      32      oldstat                         sys_stat                        sys_ni_syscall
 31 18      64      oldstat                         sys_ni_syscall
 32 18      spu     oldstat                         sys_ni_syscall
 33 19      common  lseek                           sys_lseek                       compat_sys_lseek
 34 20      common  getpid                          sys_getpid
 35 21      nospu   mount                           sys_mount
 36 22      32      umount                          sys_oldumount
 37 22      64      umount                          sys_ni_syscall
 38 22      spu     umount                          sys_ni_syscall
 39 23      common  setuid                          sys_setuid
 40 24      common  getuid                          sys_getuid
 41 25      32      stime                           sys_stime32
 42 25      64      stime                           sys_stime
 43 25      spu     stime                           sys_stime
 44 26      nospu   ptrace                          sys_ptrace                      compat_sys_ptrace
 45 27      common  alarm                           sys_alarm
 46 28      32      oldfstat                        sys_fstat                       sys_ni_syscall
 47 28      64      oldfstat                        sys_ni_syscall
 48 28      spu     oldfstat                        sys_ni_syscall
 49 29      nospu   pause                           sys_pause
 50 30      32      utime                           sys_utime32
 51 30      64      utime                           sys_utime
 52 31      common  stty                            sys_ni_syscall
 53 32      common  gtty                            sys_ni_syscall
 54 33      common  access                          sys_access
 55 34      common  nice                            sys_nice
 56 35      common  ftime                           sys_ni_syscall
 57 36      common  sync                            sys_sync
 58 37      common  kill                            sys_kill
 59 38      common  rename                          sys_rename
 60 39      common  mkdir                           sys_mkdir
 61 40      common  rmdir                           sys_rmdir
 62 41      common  dup                             sys_dup
 63 42      common  pipe                            sys_pipe
 64 43      common  times                           sys_times                       compat_sys_times
 65 44      common  prof                            sys_ni_syscall
 66 45      common  brk                             sys_brk
 67 46      common  setgid                          sys_setgid
 68 47      common  getgid                          sys_getgid
 69 48      nospu   signal                          sys_signal
 70 49      common  geteuid                         sys_geteuid
 71 50      common  getegid                         sys_getegid
 72 51      nospu   acct                            sys_acct
 73 52      nospu   umount2                         sys_umount
 74 53      common  lock                            sys_ni_syscall
 75 54      common  ioctl                           sys_ioctl                       compat_sys_ioctl
 76 55      common  fcntl                           sys_fcntl                       compat_sys_fcntl
 77 56      common  mpx                             sys_ni_syscall
 78 57      common  setpgid                         sys_setpgid
 79 58      common  ulimit                          sys_ni_syscall
 80 59      32      oldolduname                     sys_olduname
 81 59      64      oldolduname                     sys_ni_syscall
 82 59      spu     oldolduname                     sys_ni_syscall
 83 60      common  umask                           sys_umask
 84 61      common  chroot                          sys_chroot
 85 62      nospu   ustat                           sys_ustat                       compat_sys_ustat
 86 63      common  dup2                            sys_dup2
 87 64      common  getppid                         sys_getppid
 88 65      common  getpgrp                         sys_getpgrp
 89 66      common  setsid                          sys_setsid
 90 67      32      sigaction                       sys_sigaction                   compat_sys_sigaction
 91 67      64      sigaction                       sys_ni_syscall
 92 67      spu     sigaction                       sys_ni_syscall
 93 68      common  sgetmask                        sys_sgetmask
 94 69      common  ssetmask                        sys_ssetmask
 95 70      common  setreuid                        sys_setreuid
 96 71      common  setregid                        sys_setregid
 97 72      32      sigsuspend                      sys_sigsuspend
 98 72      64      sigsuspend                      sys_ni_syscall
 99 72      spu     sigsuspend                      sys_ni_syscall
100 73      32      sigpending                      sys_sigpending                  compat_sys_sigpending
101 73      64      sigpending                      sys_ni_syscall
102 73      spu     sigpending                      sys_ni_syscall
103 74      common  sethostname                     sys_sethostname
104 75      common  setrlimit                       sys_setrlimit                   compat_sys_setrlimit
105 76      32      getrlimit                       sys_old_getrlimit               compat_sys_old_getrlimit
106 76      64      getrlimit                       sys_ni_syscall
107 76      spu     getrlimit                       sys_ni_syscall
108 77      common  getrusage                       sys_getrusage                   compat_sys_getrusage
109 78      common  gettimeofday                    sys_gettimeofday                compat_sys_gettimeofday
110 79      common  settimeofday                    sys_settimeofday                compat_sys_settimeofday
111 80      common  getgroups                       sys_getgroups
112 81      common  setgroups                       sys_setgroups
113 82      32      select                          sys_old_select                  compat_sys_old_select
114 82      64      select                          sys_ni_syscall
115 82      spu     select                          sys_ni_syscall
116 83      common  symlink                         sys_symlink
117 84      32      oldlstat                        sys_lstat                       sys_ni_syscall
118 84      64      oldlstat                        sys_ni_syscall
119 84      spu     oldlstat                        sys_ni_syscall
120 85      common  readlink                        sys_readlink
121 86      nospu   uselib                          sys_uselib
122 87      nospu   swapon                          sys_swapon
123 88      nospu   reboot                          sys_reboot
124 89      32      readdir                         sys_old_readdir                 compat_sys_old_readdir
125 89      64      readdir                         sys_ni_syscall
126 89      spu     readdir                         sys_ni_syscall
127 90      common  mmap                            sys_mmap
128 91      common  munmap                          sys_munmap
129 92      common  truncate                        sys_truncate                    compat_sys_truncate
130 93      common  ftruncate                       sys_ftruncate                   compat_sys_ftruncate
131 94      common  fchmod                          sys_fchmod
132 95      common  fchown                          sys_fchown
133 96      common  getpriority                     sys_getpriority
134 97      common  setpriority                     sys_setpriority
135 98      common  profil                          sys_ni_syscall
136 99      nospu   statfs                          sys_statfs                      compat_sys_statfs
137 100     nospu   fstatfs                         sys_fstatfs                     compat_sys_fstatfs
138 101     common  ioperm                          sys_ni_syscall
139 102     common  socketcall                      sys_socketcall                  compat_sys_socketcall
140 103     common  syslog                          sys_syslog
141 104     common  setitimer                       sys_setitimer                   compat_sys_setitimer
142 105     common  getitimer                       sys_getitimer                   compat_sys_getitimer
143 106     common  stat                            sys_newstat                     compat_sys_newstat
144 107     common  lstat                           sys_newlstat                    compat_sys_newlstat
145 108     common  fstat                           sys_newfstat                    compat_sys_newfstat
146 109     32      olduname                        sys_uname
147 109     64      olduname                        sys_ni_syscall
148 109     spu     olduname                        sys_ni_syscall
149 110     common  iopl                            sys_ni_syscall
150 111     common  vhangup                         sys_vhangup
151 112     common  idle                            sys_ni_syscall
152 113     common  vm86                            sys_ni_syscall
153 114     common  wait4                           sys_wait4                       compat_sys_wait4
154 115     nospu   swapoff                         sys_swapoff
155 116     common  sysinfo                         sys_sysinfo                     compat_sys_sysinfo
156 117     nospu   ipc                             sys_ipc                         compat_sys_ipc
157 118     common  fsync                           sys_fsync
158 119     32      sigreturn                       sys_sigreturn                   compat_sys_sigreturn
159 119     64      sigreturn                       sys_ni_syscall
160 119     spu     sigreturn                       sys_ni_syscall
161 120     nospu   clone                           sys_clone
162 121     common  setdomainname                   sys_setdomainname
163 122     common  uname                           sys_newuname
164 123     common  modify_ldt                      sys_ni_syscall
165 124     32      adjtimex                        sys_adjtimex_time32
166 124     64      adjtimex                        sys_adjtimex
167 124     spu     adjtimex                        sys_adjtimex
168 125     common  mprotect                        sys_mprotect
169 126     32      sigprocmask                     sys_sigprocmask                 compat_sys_sigprocmask
170 126     64      sigprocmask                     sys_ni_syscall
171 126     spu     sigprocmask                     sys_ni_syscall
172 127     common  create_module                   sys_ni_syscall
173 128     nospu   init_module                     sys_init_module
174 129     nospu   delete_module                   sys_delete_module
175 130     common  get_kernel_syms                 sys_ni_syscall
176 131     nospu   quotactl                        sys_quotactl
177 132     common  getpgid                         sys_getpgid
178 133     common  fchdir                          sys_fchdir
179 134     common  bdflush                         sys_ni_syscall
180 135     common  sysfs                           sys_sysfs
181 136     32      personality                     sys_personality                 compat_sys_ppc64_personality
182 136     64      personality                     sys_ppc64_personality
183 136     spu     personality                     sys_ppc64_personality
184 137     common  afs_syscall                     sys_ni_syscall
185 138     common  setfsuid                        sys_setfsuid
186 139     common  setfsgid                        sys_setfsgid
187 140     common  _llseek                         sys_llseek
188 141     common  getdents                        sys_getdents                    compat_sys_getdents
189 142     common  _newselect                      sys_select                      compat_sys_select
190 143     common  flock                           sys_flock
191 144     common  msync                           sys_msync
192 145     common  readv                           sys_readv
193 146     common  writev                          sys_writev
194 147     common  getsid                          sys_getsid
195 148     common  fdatasync                       sys_fdatasync
196 149     nospu   _sysctl                         sys_ni_syscall
197 150     common  mlock                           sys_mlock
198 151     common  munlock                         sys_munlock
199 152     common  mlockall                        sys_mlockall
200 153     common  munlockall                      sys_munlockall
201 154     common  sched_setparam                  sys_sched_setparam
202 155     common  sched_getparam                  sys_sched_getparam
203 156     common  sched_setscheduler              sys_sched_setscheduler
204 157     common  sched_getscheduler              sys_sched_getscheduler
205 158     common  sched_yield                     sys_sched_yield
206 159     common  sched_get_priority_max          sys_sched_get_priority_max
207 160     common  sched_get_priority_min          sys_sched_get_priority_min
208 161     32      sched_rr_get_interval           sys_sched_rr_get_interval_time32
209 161     64      sched_rr_get_interval           sys_sched_rr_get_interval
210 161     spu     sched_rr_get_interval           sys_sched_rr_get_interval
211 162     32      nanosleep                       sys_nanosleep_time32
212 162     64      nanosleep                       sys_nanosleep
213 162     spu     nanosleep                       sys_nanosleep
214 163     common  mremap                          sys_mremap
215 164     common  setresuid                       sys_setresuid
216 165     common  getresuid                       sys_getresuid
217 166     common  query_module                    sys_ni_syscall
218 167     common  poll                            sys_poll
219 168     common  nfsservctl                      sys_ni_syscall
220 169     common  setresgid                       sys_setresgid
221 170     common  getresgid                       sys_getresgid
222 171     common  prctl                           sys_prctl
223 172     nospu   rt_sigreturn                    sys_rt_sigreturn                compat_sys_rt_sigreturn
224 173     nospu   rt_sigaction                    sys_rt_sigaction                compat_sys_rt_sigaction
225 174     nospu   rt_sigprocmask                  sys_rt_sigprocmask              compat_sys_rt_sigprocmask
226 175     nospu   rt_sigpending                   sys_rt_sigpending               compat_sys_rt_sigpending
227 176     32      rt_sigtimedwait                 sys_rt_sigtimedwait_time32      compat_sys_rt_sigtimedwait_time32
228 176     64      rt_sigtimedwait                 sys_rt_sigtimedwait
229 177     nospu   rt_sigqueueinfo                 sys_rt_sigqueueinfo             compat_sys_rt_sigqueueinfo
230 178     nospu   rt_sigsuspend                   sys_rt_sigsuspend               compat_sys_rt_sigsuspend
231 179     32      pread64                         sys_ppc_pread64                 compat_sys_ppc_pread64
232 179     64      pread64                         sys_pread64
233 179     spu     pread64                         sys_pread64
234 180     32      pwrite64                        sys_ppc_pwrite64                compat_sys_ppc_pwrite64
235 180     64      pwrite64                        sys_pwrite64
236 180     spu     pwrite64                        sys_pwrite64
237 181     common  chown                           sys_chown
238 182     common  getcwd                          sys_getcwd
239 183     common  capget                          sys_capget
240 184     common  capset                          sys_capset
241 185     nospu   sigaltstack                     sys_sigaltstack                 compat_sys_sigaltstack
242 186     32      sendfile                        sys_sendfile                    compat_sys_sendfile
243 186     64      sendfile                        sys_sendfile64
244 186     spu     sendfile                        sys_sendfile64
245 187     common  getpmsg                         sys_ni_syscall
246 188     common  putpmsg                         sys_ni_syscall
247 189     nospu   vfork                           sys_vfork
248 190     common  ugetrlimit                      sys_getrlimit                   compat_sys_getrlimit
249 191     32      readahead                       sys_ppc_readahead               compat_sys_ppc_readahead
250 191     64      readahead                       sys_readahead
251 191     spu     readahead                       sys_readahead
252 192     32      mmap2                           sys_mmap2                       compat_sys_mmap2
253 193     32      truncate64                      sys_ppc_truncate64              compat_sys_ppc_truncate64
254 194     32      ftruncate64                     sys_ppc_ftruncate64             compat_sys_ppc_ftruncate64
255 195     32      stat64                          sys_stat64
256 196     32      lstat64                         sys_lstat64
257 197     32      fstat64                         sys_fstat64
258 198     nospu   pciconfig_read                  sys_pciconfig_read
259 199     nospu   pciconfig_write                 sys_pciconfig_write
260 200     nospu   pciconfig_iobase                sys_pciconfig_iobase
261 201     common  multiplexer                     sys_ni_syscall
262 202     common  getdents64                      sys_getdents64
263 203     common  pivot_root                      sys_pivot_root
264 204     32      fcntl64                         sys_fcntl64                     compat_sys_fcntl64
265 205     common  madvise                         sys_madvise
266 206     common  mincore                         sys_mincore
267 207     common  gettid                          sys_gettid
268 208     common  tkill                           sys_tkill
269 209     common  setxattr                        sys_setxattr
270 210     common  lsetxattr                       sys_lsetxattr
271 211     common  fsetxattr                       sys_fsetxattr
272 212     common  getxattr                        sys_getxattr
273 213     common  lgetxattr                       sys_lgetxattr
274 214     common  fgetxattr                       sys_fgetxattr
275 215     common  listxattr                       sys_listxattr
276 216     common  llistxattr                      sys_llistxattr
277 217     common  flistxattr                      sys_flistxattr
278 218     common  removexattr                     sys_removexattr
279 219     common  lremovexattr                    sys_lremovexattr
280 220     common  fremovexattr                    sys_fremovexattr
281 221     32      futex                           sys_futex_time32
282 221     64      futex                           sys_futex
283 221     spu     futex                           sys_futex
284 222     common  sched_setaffinity               sys_sched_setaffinity           compat_sys_sched_setaffinity
285 223     common  sched_getaffinity               sys_sched_getaffinity           compat_sys_sched_getaffinity
286 # 224 unused
287 225     common  tuxcall                         sys_ni_syscall
288 226     32      sendfile64                      sys_sendfile64                  compat_sys_sendfile64
289 227     common  io_setup                        sys_io_setup                    compat_sys_io_setup
290 228     common  io_destroy                      sys_io_destroy
291 229     32      io_getevents                    sys_io_getevents_time32
292 229     64      io_getevents                    sys_io_getevents
293 229     spu     io_getevents                    sys_io_getevents
294 230     common  io_submit                       sys_io_submit                   compat_sys_io_submit
295 231     common  io_cancel                       sys_io_cancel
296 232     nospu   set_tid_address                 sys_set_tid_address
297 233     32      fadvise64                       sys_ppc32_fadvise64             compat_sys_ppc32_fadvise64
298 233     64      fadvise64                       sys_fadvise64
299 233     spu     fadvise64                       sys_fadvise64
300 234     nospu   exit_group                      sys_exit_group
301 235     nospu   lookup_dcookie                  sys_ni_syscall
302 236     common  epoll_create                    sys_epoll_create
303 237     common  epoll_ctl                       sys_epoll_ctl
304 238     common  epoll_wait                      sys_epoll_wait
305 239     common  remap_file_pages                sys_remap_file_pages
306 240     common  timer_create                    sys_timer_create                compat_sys_timer_create
307 241     32      timer_settime                   sys_timer_settime32
308 241     64      timer_settime                   sys_timer_settime
309 241     spu     timer_settime                   sys_timer_settime
310 242     32      timer_gettime                   sys_timer_gettime32
311 242     64      timer_gettime                   sys_timer_gettime
312 242     spu     timer_gettime                   sys_timer_gettime
313 243     common  timer_getoverrun                sys_timer_getoverrun
314 244     common  timer_delete                    sys_timer_delete
315 245     32      clock_settime                   sys_clock_settime32
316 245     64      clock_settime                   sys_clock_settime
317 245     spu     clock_settime                   sys_clock_settime
318 246     32      clock_gettime                   sys_clock_gettime32
319 246     64      clock_gettime                   sys_clock_gettime
320 246     spu     clock_gettime                   sys_clock_gettime
321 247     32      clock_getres                    sys_clock_getres_time32
322 247     64      clock_getres                    sys_clock_getres
323 247     spu     clock_getres                    sys_clock_getres
324 248     32      clock_nanosleep                 sys_clock_nanosleep_time32
325 248     64      clock_nanosleep                 sys_clock_nanosleep
326 248     spu     clock_nanosleep                 sys_clock_nanosleep
327 249     nospu   swapcontext                     sys_swapcontext                 compat_sys_swapcontext
328 250     common  tgkill                          sys_tgkill
329 251     32      utimes                          sys_utimes_time32
330 251     64      utimes                          sys_utimes
331 251     spu     utimes                          sys_utimes
332 252     common  statfs64                        sys_statfs64                    compat_sys_statfs64
333 253     common  fstatfs64                       sys_fstatfs64                   compat_sys_fstatfs64
334 254     32      fadvise64_64                    sys_ppc_fadvise64_64
335 254     spu     fadvise64_64                    sys_ni_syscall
336 255     common  rtas                            sys_rtas
337 256     32      sys_debug_setcontext            sys_debug_setcontext            sys_ni_syscall
338 256     64      sys_debug_setcontext            sys_ni_syscall
339 256     spu     sys_debug_setcontext            sys_ni_syscall
340 # 257 reserved for vserver
341 258     nospu   migrate_pages                   sys_migrate_pages
342 259     nospu   mbind                           sys_mbind
343 260     nospu   get_mempolicy                   sys_get_mempolicy
344 261     nospu   set_mempolicy                   sys_set_mempolicy
345 262     nospu   mq_open                         sys_mq_open                     compat_sys_mq_open
346 263     nospu   mq_unlink                       sys_mq_unlink
347 264     32      mq_timedsend                    sys_mq_timedsend_time32
348 264     64      mq_timedsend                    sys_mq_timedsend
349 265     32      mq_timedreceive                 sys_mq_timedreceive_time32
350 265     64      mq_timedreceive                 sys_mq_timedreceive
351 266     nospu   mq_notify                       sys_mq_notify                   compat_sys_mq_notify
352 267     nospu   mq_getsetattr                   sys_mq_getsetattr               compat_sys_mq_getsetattr
353 268     nospu   kexec_load                      sys_kexec_load                  compat_sys_kexec_load
354 269     nospu   add_key                         sys_add_key
355 270     nospu   request_key                     sys_request_key
356 271     nospu   keyctl                          sys_keyctl                      compat_sys_keyctl
357 272     nospu   waitid                          sys_waitid                      compat_sys_waitid
358 273     nospu   ioprio_set                      sys_ioprio_set
359 274     nospu   ioprio_get                      sys_ioprio_get
360 275     nospu   inotify_init                    sys_inotify_init
361 276     nospu   inotify_add_watch               sys_inotify_add_watch
362 277     nospu   inotify_rm_watch                sys_inotify_rm_watch
363 278     nospu   spu_run                         sys_spu_run
364 279     nospu   spu_create                      sys_spu_create
365 280     32      pselect6                        sys_pselect6_time32             compat_sys_pselect6_time32
366 280     64      pselect6                        sys_pselect6
367 281     32      ppoll                           sys_ppoll_time32                compat_sys_ppoll_time32
368 281     64      ppoll                           sys_ppoll
369 282     common  unshare                         sys_unshare
370 283     common  splice                          sys_splice
371 284     common  tee                             sys_tee
372 285     common  vmsplice                        sys_vmsplice
373 286     common  openat                          sys_openat                      compat_sys_openat
374 287     common  mkdirat                         sys_mkdirat
375 288     common  mknodat                         sys_mknodat
376 289     common  fchownat                        sys_fchownat
377 290     32      futimesat                       sys_futimesat_time32
378 290     64      futimesat                       sys_futimesat
379 290     spu     utimesat                        sys_futimesat
380 291     32      fstatat64                       sys_fstatat64
381 291     64      newfstatat                      sys_newfstatat
382 291     spu     newfstatat                      sys_newfstatat
383 292     common  unlinkat                        sys_unlinkat
384 293     common  renameat                        sys_renameat
385 294     common  linkat                          sys_linkat
386 295     common  symlinkat                       sys_symlinkat
387 296     common  readlinkat                      sys_readlinkat
388 297     common  fchmodat                        sys_fchmodat
389 298     common  faccessat                       sys_faccessat
390 299     common  get_robust_list                 sys_get_robust_list             compat_sys_get_robust_list
391 300     common  set_robust_list                 sys_set_robust_list             compat_sys_set_robust_list
392 301     common  move_pages                      sys_move_pages
393 302     common  getcpu                          sys_getcpu
394 303     nospu   epoll_pwait                     sys_epoll_pwait                 compat_sys_epoll_pwait
395 304     32      utimensat                       sys_utimensat_time32
396 304     64      utimensat                       sys_utimensat
397 304     spu     utimensat                       sys_utimensat
398 305     common  signalfd                        sys_signalfd                    compat_sys_signalfd
399 306     common  timerfd_create                  sys_timerfd_create
400 307     common  eventfd                         sys_eventfd
401 308     32      sync_file_range2                sys_ppc_sync_file_range2        compat_sys_ppc_sync_file_range2
402 308     64      sync_file_range2                sys_sync_file_range2
403 308     spu     sync_file_range2                sys_sync_file_range2
404 309     32      fallocate                       sys_ppc_fallocate               compat_sys_fallocate
405 309     64      fallocate                       sys_fallocate
406 310     nospu   subpage_prot                    sys_subpage_prot
407 311     32      timerfd_settime                 sys_timerfd_settime32
408 311     64      timerfd_settime                 sys_timerfd_settime
409 311     spu     timerfd_settime                 sys_timerfd_settime
410 312     32      timerfd_gettime                 sys_timerfd_gettime32
411 312     64      timerfd_gettime                 sys_timerfd_gettime
412 312     spu     timerfd_gettime                 sys_timerfd_gettime
413 313     common  signalfd4                       sys_signalfd4                   compat_sys_signalfd4
414 314     common  eventfd2                        sys_eventfd2
415 315     common  epoll_create1                   sys_epoll_create1
416 316     common  dup3                            sys_dup3
417 317     common  pipe2                           sys_pipe2
418 318     nospu   inotify_init1                   sys_inotify_init1
419 319     common  perf_event_open                 sys_perf_event_open
420 320     common  preadv                          sys_preadv                      compat_sys_preadv
421 321     common  pwritev                         sys_pwritev                     compat_sys_pwritev
422 322     nospu   rt_tgsigqueueinfo               sys_rt_tgsigqueueinfo           compat_sys_rt_tgsigqueueinfo
423 323     nospu   fanotify_init                   sys_fanotify_init
424 324     nospu   fanotify_mark                   sys_fanotify_mark               compat_sys_fanotify_mark
425 325     common  prlimit64                       sys_prlimit64
426 326     common  socket                          sys_socket
427 327     common  bind                            sys_bind
428 328     common  connect                         sys_connect
429 329     common  listen                          sys_listen
430 330     common  accept                          sys_accept
431 331     common  getsockname                     sys_getsockname
432 332     common  getpeername                     sys_getpeername
433 333     common  socketpair                      sys_socketpair
434 334     common  send                            sys_send
435 335     common  sendto                          sys_sendto
436 336     common  recv                            sys_recv                        compat_sys_recv
437 337     common  recvfrom                        sys_recvfrom                    compat_sys_recvfrom
438 338     common  shutdown                        sys_shutdown
439 339     common  setsockopt                      sys_setsockopt                  sys_setsockopt
440 340     common  getsockopt                      sys_getsockopt                  sys_getsockopt
441 341     common  sendmsg                         sys_sendmsg                     compat_sys_sendmsg
442 342     common  recvmsg                         sys_recvmsg                     compat_sys_recvmsg
443 343     32      recvmmsg                        sys_recvmmsg_time32             compat_sys_recvmmsg_time32
444 343     64      recvmmsg                        sys_recvmmsg
445 343     spu     recvmmsg                        sys_recvmmsg
446 344     common  accept4                         sys_accept4
447 345     common  name_to_handle_at               sys_name_to_handle_at
448 346     common  open_by_handle_at               sys_open_by_handle_at           compat_sys_open_by_handle_at
449 347     32      clock_adjtime                   sys_clock_adjtime32
450 347     64      clock_adjtime                   sys_clock_adjtime
451 347     spu     clock_adjtime                   sys_clock_adjtime
452 348     common  syncfs                          sys_syncfs
453 349     common  sendmmsg                        sys_sendmmsg                    compat_sys_sendmmsg
454 350     common  setns                           sys_setns
455 351     nospu   process_vm_readv                sys_process_vm_readv
456 352     nospu   process_vm_writev               sys_process_vm_writev
457 353     nospu   finit_module                    sys_finit_module
458 354     nospu   kcmp                            sys_kcmp
459 355     common  sched_setattr                   sys_sched_setattr
460 356     common  sched_getattr                   sys_sched_getattr
461 357     common  renameat2                       sys_renameat2
462 358     common  seccomp                         sys_seccomp
463 359     common  getrandom                       sys_getrandom
464 360     common  memfd_create                    sys_memfd_create
465 361     common  bpf                             sys_bpf
466 362     nospu   execveat                        sys_execveat                    compat_sys_execveat
467 363     32      switch_endian                   sys_ni_syscall
468 363     64      switch_endian                   sys_switch_endian
469 363     spu     switch_endian                   sys_ni_syscall
470 364     common  userfaultfd                     sys_userfaultfd
471 365     common  membarrier                      sys_membarrier
472 # 366-377 originally left for IPC, now unused
473 378     nospu   mlock2                          sys_mlock2
474 379     nospu   copy_file_range                 sys_copy_file_range
475 380     common  preadv2                         sys_preadv2                     compat_sys_preadv2
476 381     common  pwritev2                        sys_pwritev2                    compat_sys_pwritev2
477 382     nospu   kexec_file_load                 sys_kexec_file_load
478 383     nospu   statx                           sys_statx
479 384     nospu   pkey_alloc                      sys_pkey_alloc
480 385     nospu   pkey_free                       sys_pkey_free
481 386     nospu   pkey_mprotect                   sys_pkey_mprotect
482 387     nospu   rseq                            sys_rseq
483 388     32      io_pgetevents                   sys_io_pgetevents_time32        compat_sys_io_pgetevents
484 388     64      io_pgetevents                   sys_io_pgetevents
485 # room for arch specific syscalls
486 392     64      semtimedop                      sys_semtimedop
487 393     common  semget                          sys_semget
488 394     common  semctl                          sys_semctl                      compat_sys_semctl
489 395     common  shmget                          sys_shmget
490 396     common  shmctl                          sys_shmctl                      compat_sys_shmctl
491 397     common  shmat                           sys_shmat                       compat_sys_shmat
492 398     common  shmdt                           sys_shmdt
493 399     common  msgget                          sys_msgget
494 400     common  msgsnd                          sys_msgsnd                      compat_sys_msgsnd
495 401     common  msgrcv                          sys_msgrcv                      compat_sys_msgrcv
496 402     common  msgctl                          sys_msgctl                      compat_sys_msgctl
497 403     32      clock_gettime64                 sys_clock_gettime               sys_clock_gettime
498 404     32      clock_settime64                 sys_clock_settime               sys_clock_settime
499 405     32      clock_adjtime64                 sys_clock_adjtime               sys_clock_adjtime
500 406     32      clock_getres_time64             sys_clock_getres                sys_clock_getres
501 407     32      clock_nanosleep_time64          sys_clock_nanosleep             sys_clock_nanosleep
502 408     32      timer_gettime64                 sys_timer_gettime               sys_timer_gettime
503 409     32      timer_settime64                 sys_timer_settime               sys_timer_settime
504 410     32      timerfd_gettime64               sys_timerfd_gettime             sys_timerfd_gettime
505 411     32      timerfd_settime64               sys_timerfd_settime             sys_timerfd_settime
506 412     32      utimensat_time64                sys_utimensat                   sys_utimensat
507 413     32      pselect6_time64                 sys_pselect6                    compat_sys_pselect6_time64
508 414     32      ppoll_time64                    sys_ppoll                       compat_sys_ppoll_time64
509 416     32      io_pgetevents_time64            sys_io_pgetevents               compat_sys_io_pgetevents_time64
510 417     32      recvmmsg_time64                 sys_recvmmsg                    compat_sys_recvmmsg_time64
511 418     32      mq_timedsend_time64             sys_mq_timedsend                sys_mq_timedsend
512 419     32      mq_timedreceive_time64          sys_mq_timedreceive             sys_mq_timedreceive
513 420     32      semtimedop_time64               sys_semtimedop                  sys_semtimedop
514 421     32      rt_sigtimedwait_time64          sys_rt_sigtimedwait             compat_sys_rt_sigtimedwait_time64
515 422     32      futex_time64                    sys_futex                       sys_futex
516 423     32      sched_rr_get_interval_time64    sys_sched_rr_get_interval       sys_sched_rr_get_interval
517 424     common  pidfd_send_signal               sys_pidfd_send_signal
518 425     common  io_uring_setup                  sys_io_uring_setup
519 426     common  io_uring_enter                  sys_io_uring_enter
520 427     common  io_uring_register               sys_io_uring_register
521 428     common  open_tree                       sys_open_tree
522 429     common  move_mount                      sys_move_mount
523 430     common  fsopen                          sys_fsopen
524 431     common  fsconfig                        sys_fsconfig
525 432     common  fsmount                         sys_fsmount
526 433     common  fspick                          sys_fspick
527 434     common  pidfd_open                      sys_pidfd_open
528 435     nospu   clone3                          sys_clone3
529 436     common  close_range                     sys_close_range
530 437     common  openat2                         sys_openat2
531 438     common  pidfd_getfd                     sys_pidfd_getfd
532 439     common  faccessat2                      sys_faccessat2
533 440     common  process_madvise                 sys_process_madvise
534 441     common  epoll_pwait2                    sys_epoll_pwait2                compat_sys_epoll_pwait2
535 442     common  mount_setattr                   sys_mount_setattr
536 443     common  quotactl_fd                     sys_quotactl_fd
537 444     common  landlock_create_ruleset         sys_landlock_create_ruleset
538 445     common  landlock_add_rule               sys_landlock_add_rule
539 446     common  landlock_restrict_self          sys_landlock_restrict_self
540 # 447 reserved for memfd_secret
541 448     common  process_mrelease                sys_process_mrelease
542 449     common  futex_waitv                     sys_futex_waitv
543 450     nospu   set_mempolicy_home_node         sys_set_mempolicy_home_node
544 451     common  cachestat                       sys_cachestat
545 452     common  fchmodat2                       sys_fchmodat2
546 453     common  map_shadow_stack                sys_ni_syscall
547 454     common  futex_wake                      sys_futex_wake
548 455     common  futex_wait                      sys_futex_wait
549 456     common  futex_requeue                   sys_futex_requeue
550 457     common  statmount                       sys_statmount
551 458     common  listmount                       sys_listmount
552 459     common  lsm_get_self_attr               sys_lsm_get_self_attr
553 460     common  lsm_set_self_attr               sys_lsm_set_self_attr
554 461     common  lsm_list_modules                sys_lsm_list_modules
555 462     common  mseal                           sys_mseal

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php