~ [ 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 ] ~

Diff markup

Differences between /arch/powerpc/kernel/syscalls/syscall.tbl (Architecture mips) and /arch/m68k/kernel/syscalls/syscall.tbl (Architecture m68k)


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