17fe33e9fSArnd Bergmann# SPDX-License-Identifier: GPL-2.0-only 27fe33e9fSArnd Bergmann# 37fe33e9fSArnd Bergmann# AArch32 (compat) system call definitions. 47fe33e9fSArnd Bergmann# 57fe33e9fSArnd Bergmann# Copyright (C) 2001-2005 Russell King 67fe33e9fSArnd Bergmann# Copyright (C) 2012 ARM Ltd. 77fe33e9fSArnd Bergmann# 87fe33e9fSArnd Bergmann# This file corresponds to arch/arm/tools/syscall.tbl 97fe33e9fSArnd Bergmann# for the native EABI syscalls and should be kept in sync 107fe33e9fSArnd Bergmann# Instead of the OABI syscalls, it contains pointers to 117fe33e9fSArnd Bergmann# the compat entry points where they differ from the native 127fe33e9fSArnd Bergmann# syscalls. 137fe33e9fSArnd Bergmann# 147fe33e9fSArnd Bergmann0 common restart_syscall sys_restart_syscall 157fe33e9fSArnd Bergmann1 common exit sys_exit 167fe33e9fSArnd Bergmann2 common fork sys_fork 177fe33e9fSArnd Bergmann3 common read sys_read 187fe33e9fSArnd Bergmann4 common write sys_write 197fe33e9fSArnd Bergmann5 common open sys_open compat_sys_open 207fe33e9fSArnd Bergmann6 common close sys_close 217fe33e9fSArnd Bergmann# 7 was sys_waitpid 227fe33e9fSArnd Bergmann8 common creat sys_creat 237fe33e9fSArnd Bergmann9 common link sys_link 247fe33e9fSArnd Bergmann10 common unlink sys_unlink 257fe33e9fSArnd Bergmann11 common execve sys_execve compat_sys_execve 267fe33e9fSArnd Bergmann12 common chdir sys_chdir 277fe33e9fSArnd Bergmann# 13 was sys_time 287fe33e9fSArnd Bergmann14 common mknod sys_mknod 297fe33e9fSArnd Bergmann15 common chmod sys_chmod 307fe33e9fSArnd Bergmann16 common lchown sys_lchown16 317fe33e9fSArnd Bergmann# 17 was sys_break 327fe33e9fSArnd Bergmann# 18 was sys_stat 337fe33e9fSArnd Bergmann19 common lseek sys_lseek compat_sys_lseek 347fe33e9fSArnd Bergmann20 common getpid sys_getpid 357fe33e9fSArnd Bergmann21 common mount sys_mount 367fe33e9fSArnd Bergmann# 22 was sys_umount 377fe33e9fSArnd Bergmann23 common setuid sys_setuid16 387fe33e9fSArnd Bergmann24 common getuid sys_getuid16 397fe33e9fSArnd Bergmann# 25 was sys_stime 407fe33e9fSArnd Bergmann26 common ptrace sys_ptrace compat_sys_ptrace 417fe33e9fSArnd Bergmann# 27 was sys_alarm 427fe33e9fSArnd Bergmann# 28 was sys_fstat 437fe33e9fSArnd Bergmann29 common pause sys_pause 447fe33e9fSArnd Bergmann# 30 was sys_utime 457fe33e9fSArnd Bergmann# 31 was sys_stty 467fe33e9fSArnd Bergmann# 32 was sys_gtty 477fe33e9fSArnd Bergmann33 common access sys_access 487fe33e9fSArnd Bergmann34 common nice sys_nice 497fe33e9fSArnd Bergmann# 35 was sys_ftime 507fe33e9fSArnd Bergmann36 common sync sys_sync 517fe33e9fSArnd Bergmann37 common kill sys_kill 527fe33e9fSArnd Bergmann38 common rename sys_rename 537fe33e9fSArnd Bergmann39 common mkdir sys_mkdir 547fe33e9fSArnd Bergmann40 common rmdir sys_rmdir 557fe33e9fSArnd Bergmann41 common dup sys_dup 567fe33e9fSArnd Bergmann42 common pipe sys_pipe 577fe33e9fSArnd Bergmann43 common times sys_times compat_sys_times 587fe33e9fSArnd Bergmann# 44 was sys_prof 597fe33e9fSArnd Bergmann45 common brk sys_brk 607fe33e9fSArnd Bergmann46 common setgid sys_setgid16 617fe33e9fSArnd Bergmann47 common getgid sys_getgid16 627fe33e9fSArnd Bergmann# 48 was sys_signal 637fe33e9fSArnd Bergmann49 common geteuid sys_geteuid16 647fe33e9fSArnd Bergmann50 common getegid sys_getegid16 657fe33e9fSArnd Bergmann51 common acct sys_acct 667fe33e9fSArnd Bergmann52 common umount2 sys_umount 677fe33e9fSArnd Bergmann# 53 was sys_lock 687fe33e9fSArnd Bergmann54 common ioctl sys_ioctl compat_sys_ioctl 697fe33e9fSArnd Bergmann55 common fcntl sys_fcntl compat_sys_fcntl 707fe33e9fSArnd Bergmann# 56 was sys_mpx 717fe33e9fSArnd Bergmann57 common setpgid sys_setpgid 727fe33e9fSArnd Bergmann# 58 was sys_ulimit 737fe33e9fSArnd Bergmann# 59 was sys_olduname 747fe33e9fSArnd Bergmann60 common umask sys_umask 757fe33e9fSArnd Bergmann61 common chroot sys_chroot 767fe33e9fSArnd Bergmann62 common ustat sys_ustat compat_sys_ustat 777fe33e9fSArnd Bergmann63 common dup2 sys_dup2 787fe33e9fSArnd Bergmann64 common getppid sys_getppid 797fe33e9fSArnd Bergmann65 common getpgrp sys_getpgrp 807fe33e9fSArnd Bergmann66 common setsid sys_setsid 817fe33e9fSArnd Bergmann67 common sigaction sys_sigaction compat_sys_sigaction 827fe33e9fSArnd Bergmann# 68 was sys_sgetmask 837fe33e9fSArnd Bergmann# 69 was sys_ssetmask 847fe33e9fSArnd Bergmann70 common setreuid sys_setreuid16 857fe33e9fSArnd Bergmann71 common setregid sys_setregid16 867fe33e9fSArnd Bergmann72 common sigsuspend sys_sigsuspend 877fe33e9fSArnd Bergmann73 common sigpending sys_sigpending compat_sys_sigpending 887fe33e9fSArnd Bergmann74 common sethostname sys_sethostname 897fe33e9fSArnd Bergmann75 common setrlimit sys_setrlimit compat_sys_setrlimit 907fe33e9fSArnd Bergmann# 76 was compat_sys_getrlimit 917fe33e9fSArnd Bergmann77 common getrusage sys_getrusage compat_sys_getrusage 927fe33e9fSArnd Bergmann78 common gettimeofday sys_gettimeofday compat_sys_gettimeofday 937fe33e9fSArnd Bergmann79 common settimeofday sys_settimeofday compat_sys_settimeofday 947fe33e9fSArnd Bergmann80 common getgroups sys_getgroups16 957fe33e9fSArnd Bergmann81 common setgroups sys_setgroups16 967fe33e9fSArnd Bergmann# 82 was compat_sys_select 977fe33e9fSArnd Bergmann83 common symlink sys_symlink 987fe33e9fSArnd Bergmann# 84 was sys_lstat 997fe33e9fSArnd Bergmann85 common readlink sys_readlink 1007fe33e9fSArnd Bergmann86 common uselib sys_uselib 1017fe33e9fSArnd Bergmann87 common swapon sys_swapon 1027fe33e9fSArnd Bergmann88 common reboot sys_reboot 1037fe33e9fSArnd Bergmann# 89 was sys_readdir 1047fe33e9fSArnd Bergmann# 90 was sys_mmap 1057fe33e9fSArnd Bergmann91 common munmap sys_munmap 1067fe33e9fSArnd Bergmann92 common truncate sys_truncate compat_sys_truncate 1077fe33e9fSArnd Bergmann93 common ftruncate sys_ftruncate compat_sys_ftruncate 1087fe33e9fSArnd Bergmann94 common fchmod sys_fchmod 1097fe33e9fSArnd Bergmann95 common fchown sys_fchown16 1107fe33e9fSArnd Bergmann96 common getpriority sys_getpriority 1117fe33e9fSArnd Bergmann97 common setpriority sys_setpriority 1127fe33e9fSArnd Bergmann# 98 was sys_profil 1137fe33e9fSArnd Bergmann99 common statfs sys_statfs compat_sys_statfs 1147fe33e9fSArnd Bergmann100 common fstatfs sys_fstatfs compat_sys_fstatfs 1157fe33e9fSArnd Bergmann# 101 was sys_ioperm 1167fe33e9fSArnd Bergmann# 102 was sys_socketcall 1177fe33e9fSArnd Bergmann103 common syslog sys_syslog 1187fe33e9fSArnd Bergmann104 common setitimer sys_setitimer compat_sys_setitimer 1197fe33e9fSArnd Bergmann105 common getitimer sys_getitimer compat_sys_getitimer 1207fe33e9fSArnd Bergmann106 common stat sys_newstat compat_sys_newstat 1217fe33e9fSArnd Bergmann107 common lstat sys_newlstat compat_sys_newlstat 1227fe33e9fSArnd Bergmann108 common fstat sys_newfstat compat_sys_newfstat 1237fe33e9fSArnd Bergmann# 109 was sys_uname 1247fe33e9fSArnd Bergmann# 110 was sys_iopl 1257fe33e9fSArnd Bergmann111 common vhangup sys_vhangup 1267fe33e9fSArnd Bergmann# 112 was sys_idle 1277fe33e9fSArnd Bergmann# 113 was sys_syscall 1287fe33e9fSArnd Bergmann114 common wait4 sys_wait4 compat_sys_wait4 1297fe33e9fSArnd Bergmann115 common swapoff sys_swapoff 1307fe33e9fSArnd Bergmann116 common sysinfo sys_sysinfo compat_sys_sysinfo 1317fe33e9fSArnd Bergmann# 117 was sys_ipc 1327fe33e9fSArnd Bergmann118 common fsync sys_fsync 1337fe33e9fSArnd Bergmann119 common sigreturn sys_sigreturn_wrapper compat_sys_sigreturn 1347fe33e9fSArnd Bergmann120 common clone sys_clone 1357fe33e9fSArnd Bergmann121 common setdomainname sys_setdomainname 1367fe33e9fSArnd Bergmann122 common uname sys_newuname 1377fe33e9fSArnd Bergmann# 123 was sys_modify_ldt 1387fe33e9fSArnd Bergmann124 common adjtimex sys_adjtimex_time32 1397fe33e9fSArnd Bergmann125 common mprotect sys_mprotect 1407fe33e9fSArnd Bergmann126 common sigprocmask sys_sigprocmask compat_sys_sigprocmask 1417fe33e9fSArnd Bergmann# 127 was sys_create_module 1427fe33e9fSArnd Bergmann128 common init_module sys_init_module 1437fe33e9fSArnd Bergmann129 common delete_module sys_delete_module 1447fe33e9fSArnd Bergmann# 130 was sys_get_kernel_syms 1457fe33e9fSArnd Bergmann131 common quotactl sys_quotactl 1467fe33e9fSArnd Bergmann132 common getpgid sys_getpgid 1477fe33e9fSArnd Bergmann133 common fchdir sys_fchdir 1487fe33e9fSArnd Bergmann134 common bdflush sys_ni_syscall 1497fe33e9fSArnd Bergmann135 common sysfs sys_sysfs 1507fe33e9fSArnd Bergmann136 common personality sys_personality 1517fe33e9fSArnd Bergmann# 137 was sys_afs_syscall 1527fe33e9fSArnd Bergmann138 common setfsuid sys_setfsuid16 1537fe33e9fSArnd Bergmann139 common setfsgid sys_setfsgid16 1547fe33e9fSArnd Bergmann140 common _llseek sys_llseek 1557fe33e9fSArnd Bergmann141 common getdents sys_getdents compat_sys_getdents 1567fe33e9fSArnd Bergmann142 common _newselect sys_select compat_sys_select 1577fe33e9fSArnd Bergmann143 common flock sys_flock 1587fe33e9fSArnd Bergmann144 common msync sys_msync 1597fe33e9fSArnd Bergmann145 common readv sys_readv 1607fe33e9fSArnd Bergmann146 common writev sys_writev 1617fe33e9fSArnd Bergmann147 common getsid sys_getsid 1627fe33e9fSArnd Bergmann148 common fdatasync sys_fdatasync 1637fe33e9fSArnd Bergmann149 common _sysctl sys_ni_syscall 1647fe33e9fSArnd Bergmann150 common mlock sys_mlock 1657fe33e9fSArnd Bergmann151 common munlock sys_munlock 1667fe33e9fSArnd Bergmann152 common mlockall sys_mlockall 1677fe33e9fSArnd Bergmann153 common munlockall sys_munlockall 1687fe33e9fSArnd Bergmann154 common sched_setparam sys_sched_setparam 1697fe33e9fSArnd Bergmann155 common sched_getparam sys_sched_getparam 1707fe33e9fSArnd Bergmann156 common sched_setscheduler sys_sched_setscheduler 1717fe33e9fSArnd Bergmann157 common sched_getscheduler sys_sched_getscheduler 1727fe33e9fSArnd Bergmann158 common sched_yield sys_sched_yield 1737fe33e9fSArnd Bergmann159 common sched_get_priority_max sys_sched_get_priority_max 1747fe33e9fSArnd Bergmann160 common sched_get_priority_min sys_sched_get_priority_min 1757fe33e9fSArnd Bergmann161 common sched_rr_get_interval sys_sched_rr_get_interval_time32 1767fe33e9fSArnd Bergmann162 common nanosleep sys_nanosleep_time32 1777fe33e9fSArnd Bergmann163 common mremap sys_mremap 1787fe33e9fSArnd Bergmann164 common setresuid sys_setresuid16 1797fe33e9fSArnd Bergmann165 common getresuid sys_getresuid16 1807fe33e9fSArnd Bergmann# 166 was sys_vm86 1817fe33e9fSArnd Bergmann# 167 was sys_query_module 1827fe33e9fSArnd Bergmann168 common poll sys_poll 1837fe33e9fSArnd Bergmann169 common nfsservctl sys_ni_syscall 1847fe33e9fSArnd Bergmann170 common setresgid sys_setresgid16 1857fe33e9fSArnd Bergmann171 common getresgid sys_getresgid16 1867fe33e9fSArnd Bergmann172 common prctl sys_prctl 1877fe33e9fSArnd Bergmann173 common rt_sigreturn sys_rt_sigreturn_wrapper compat_sys_rt_sigreturn 1887fe33e9fSArnd Bergmann174 common rt_sigaction sys_rt_sigaction compat_sys_rt_sigaction 1897fe33e9fSArnd Bergmann175 common rt_sigprocmask sys_rt_sigprocmask compat_sys_rt_sigprocmask 1907fe33e9fSArnd Bergmann176 common rt_sigpending sys_rt_sigpending compat_sys_rt_sigpending 1917fe33e9fSArnd Bergmann177 common rt_sigtimedwait sys_rt_sigtimedwait_time32 compat_sys_rt_sigtimedwait_time32 1927fe33e9fSArnd Bergmann178 common rt_sigqueueinfo sys_rt_sigqueueinfo compat_sys_rt_sigqueueinfo 1937fe33e9fSArnd Bergmann179 common rt_sigsuspend sys_rt_sigsuspend compat_sys_rt_sigsuspend 1947fe33e9fSArnd Bergmann180 common pread64 sys_pread64 compat_sys_aarch32_pread64 1957fe33e9fSArnd Bergmann181 common pwrite64 sys_pwrite64 compat_sys_aarch32_pwrite64 1967fe33e9fSArnd Bergmann182 common chown sys_chown16 1977fe33e9fSArnd Bergmann183 common getcwd sys_getcwd 1987fe33e9fSArnd Bergmann184 common capget sys_capget 1997fe33e9fSArnd Bergmann185 common capset sys_capset 2007fe33e9fSArnd Bergmann186 common sigaltstack sys_sigaltstack compat_sys_sigaltstack 2017fe33e9fSArnd Bergmann187 common sendfile sys_sendfile compat_sys_sendfile 2027fe33e9fSArnd Bergmann# 188 reserved 2037fe33e9fSArnd Bergmann# 189 reserved 2047fe33e9fSArnd Bergmann190 common vfork sys_vfork 2057fe33e9fSArnd Bergmann# SuS compliant getrlimit 2067fe33e9fSArnd Bergmann191 common ugetrlimit sys_getrlimit compat_sys_getrlimit 2077fe33e9fSArnd Bergmann192 common mmap2 sys_mmap2 compat_sys_aarch32_mmap2 2087fe33e9fSArnd Bergmann193 common truncate64 sys_truncate64 compat_sys_aarch32_truncate64 2097fe33e9fSArnd Bergmann194 common ftruncate64 sys_ftruncate64 compat_sys_aarch32_ftruncate64 2107fe33e9fSArnd Bergmann195 common stat64 sys_stat64 2117fe33e9fSArnd Bergmann196 common lstat64 sys_lstat64 2127fe33e9fSArnd Bergmann197 common fstat64 sys_fstat64 2137fe33e9fSArnd Bergmann198 common lchown32 sys_lchown 2147fe33e9fSArnd Bergmann199 common getuid32 sys_getuid 2157fe33e9fSArnd Bergmann200 common getgid32 sys_getgid 2167fe33e9fSArnd Bergmann201 common geteuid32 sys_geteuid 2177fe33e9fSArnd Bergmann202 common getegid32 sys_getegid 2187fe33e9fSArnd Bergmann203 common setreuid32 sys_setreuid 2197fe33e9fSArnd Bergmann204 common setregid32 sys_setregid 2207fe33e9fSArnd Bergmann205 common getgroups32 sys_getgroups 2217fe33e9fSArnd Bergmann206 common setgroups32 sys_setgroups 2227fe33e9fSArnd Bergmann207 common fchown32 sys_fchown 2237fe33e9fSArnd Bergmann208 common setresuid32 sys_setresuid 2247fe33e9fSArnd Bergmann209 common getresuid32 sys_getresuid 2257fe33e9fSArnd Bergmann210 common setresgid32 sys_setresgid 2267fe33e9fSArnd Bergmann211 common getresgid32 sys_getresgid 2277fe33e9fSArnd Bergmann212 common chown32 sys_chown 2287fe33e9fSArnd Bergmann213 common setuid32 sys_setuid 2297fe33e9fSArnd Bergmann214 common setgid32 sys_setgid 2307fe33e9fSArnd Bergmann215 common setfsuid32 sys_setfsuid 2317fe33e9fSArnd Bergmann216 common setfsgid32 sys_setfsgid 2327fe33e9fSArnd Bergmann217 common getdents64 sys_getdents64 2337fe33e9fSArnd Bergmann218 common pivot_root sys_pivot_root 2347fe33e9fSArnd Bergmann219 common mincore sys_mincore 2357fe33e9fSArnd Bergmann220 common madvise sys_madvise 2367fe33e9fSArnd Bergmann221 common fcntl64 sys_fcntl64 compat_sys_fcntl64 2377fe33e9fSArnd Bergmann# 222 for tux 2387fe33e9fSArnd Bergmann# 223 is unused 2397fe33e9fSArnd Bergmann224 common gettid sys_gettid 2407fe33e9fSArnd Bergmann225 common readahead sys_readahead compat_sys_aarch32_readahead 2417fe33e9fSArnd Bergmann226 common setxattr sys_setxattr 2427fe33e9fSArnd Bergmann227 common lsetxattr sys_lsetxattr 2437fe33e9fSArnd Bergmann228 common fsetxattr sys_fsetxattr 2447fe33e9fSArnd Bergmann229 common getxattr sys_getxattr 2457fe33e9fSArnd Bergmann230 common lgetxattr sys_lgetxattr 2467fe33e9fSArnd Bergmann231 common fgetxattr sys_fgetxattr 2477fe33e9fSArnd Bergmann232 common listxattr sys_listxattr 2487fe33e9fSArnd Bergmann233 common llistxattr sys_llistxattr 2497fe33e9fSArnd Bergmann234 common flistxattr sys_flistxattr 2507fe33e9fSArnd Bergmann235 common removexattr sys_removexattr 2517fe33e9fSArnd Bergmann236 common lremovexattr sys_lremovexattr 2527fe33e9fSArnd Bergmann237 common fremovexattr sys_fremovexattr 2537fe33e9fSArnd Bergmann238 common tkill sys_tkill 2547fe33e9fSArnd Bergmann239 common sendfile64 sys_sendfile64 2557fe33e9fSArnd Bergmann240 common futex sys_futex_time32 2567fe33e9fSArnd Bergmann241 common sched_setaffinity sys_sched_setaffinity compat_sys_sched_setaffinity 2577fe33e9fSArnd Bergmann242 common sched_getaffinity sys_sched_getaffinity compat_sys_sched_getaffinity 2587fe33e9fSArnd Bergmann243 common io_setup sys_io_setup compat_sys_io_setup 2597fe33e9fSArnd Bergmann244 common io_destroy sys_io_destroy 2607fe33e9fSArnd Bergmann245 common io_getevents sys_io_getevents_time32 2617fe33e9fSArnd Bergmann246 common io_submit sys_io_submit compat_sys_io_submit 2627fe33e9fSArnd Bergmann247 common io_cancel sys_io_cancel 2637fe33e9fSArnd Bergmann248 common exit_group sys_exit_group 2647fe33e9fSArnd Bergmann249 common lookup_dcookie sys_ni_syscall 2657fe33e9fSArnd Bergmann250 common epoll_create sys_epoll_create 2667fe33e9fSArnd Bergmann251 common epoll_ctl sys_epoll_ctl 2677fe33e9fSArnd Bergmann252 common epoll_wait sys_epoll_wait 2687fe33e9fSArnd Bergmann253 common remap_file_pages sys_remap_file_pages 2697fe33e9fSArnd Bergmann# 254 for set_thread_area 2707fe33e9fSArnd Bergmann# 255 for get_thread_area 2717fe33e9fSArnd Bergmann256 common set_tid_address sys_set_tid_address 2727fe33e9fSArnd Bergmann257 common timer_create sys_timer_create compat_sys_timer_create 2737fe33e9fSArnd Bergmann258 common timer_settime sys_timer_settime32 2747fe33e9fSArnd Bergmann259 common timer_gettime sys_timer_gettime32 2757fe33e9fSArnd Bergmann260 common timer_getoverrun sys_timer_getoverrun 2767fe33e9fSArnd Bergmann261 common timer_delete sys_timer_delete 2777fe33e9fSArnd Bergmann262 common clock_settime sys_clock_settime32 2787fe33e9fSArnd Bergmann263 common clock_gettime sys_clock_gettime32 2797fe33e9fSArnd Bergmann264 common clock_getres sys_clock_getres_time32 2807fe33e9fSArnd Bergmann265 common clock_nanosleep sys_clock_nanosleep_time32 2817fe33e9fSArnd Bergmann266 common statfs64 sys_statfs64_wrapper compat_sys_aarch32_statfs64 2827fe33e9fSArnd Bergmann267 common fstatfs64 sys_fstatfs64_wrapper compat_sys_aarch32_fstatfs64 2837fe33e9fSArnd Bergmann268 common tgkill sys_tgkill 2847fe33e9fSArnd Bergmann269 common utimes sys_utimes_time32 2857fe33e9fSArnd Bergmann270 common arm_fadvise64_64 sys_arm_fadvise64_64 compat_sys_aarch32_fadvise64_64 2867fe33e9fSArnd Bergmann271 common pciconfig_iobase sys_pciconfig_iobase 2877fe33e9fSArnd Bergmann272 common pciconfig_read sys_pciconfig_read 2887fe33e9fSArnd Bergmann273 common pciconfig_write sys_pciconfig_write 2897fe33e9fSArnd Bergmann274 common mq_open sys_mq_open compat_sys_mq_open 2907fe33e9fSArnd Bergmann275 common mq_unlink sys_mq_unlink 2917fe33e9fSArnd Bergmann276 common mq_timedsend sys_mq_timedsend_time32 2927fe33e9fSArnd Bergmann277 common mq_timedreceive sys_mq_timedreceive_time32 2937fe33e9fSArnd Bergmann278 common mq_notify sys_mq_notify compat_sys_mq_notify 2947fe33e9fSArnd Bergmann279 common mq_getsetattr sys_mq_getsetattr compat_sys_mq_getsetattr 2957fe33e9fSArnd Bergmann280 common waitid sys_waitid compat_sys_waitid 2967fe33e9fSArnd Bergmann281 common socket sys_socket 2977fe33e9fSArnd Bergmann282 common bind sys_bind 2987fe33e9fSArnd Bergmann283 common connect sys_connect 2997fe33e9fSArnd Bergmann284 common listen sys_listen 3007fe33e9fSArnd Bergmann285 common accept sys_accept 3017fe33e9fSArnd Bergmann286 common getsockname sys_getsockname 3027fe33e9fSArnd Bergmann287 common getpeername sys_getpeername 3037fe33e9fSArnd Bergmann288 common socketpair sys_socketpair 3047fe33e9fSArnd Bergmann289 common send sys_send 3057fe33e9fSArnd Bergmann290 common sendto sys_sendto 3067fe33e9fSArnd Bergmann291 common recv sys_recv compat_sys_recv 3077fe33e9fSArnd Bergmann292 common recvfrom sys_recvfrom compat_sys_recvfrom 3087fe33e9fSArnd Bergmann293 common shutdown sys_shutdown 3097fe33e9fSArnd Bergmann294 common setsockopt sys_setsockopt 3107fe33e9fSArnd Bergmann295 common getsockopt sys_getsockopt 3117fe33e9fSArnd Bergmann296 common sendmsg sys_sendmsg compat_sys_sendmsg 3127fe33e9fSArnd Bergmann297 common recvmsg sys_recvmsg compat_sys_recvmsg 3137fe33e9fSArnd Bergmann298 common semop sys_semop 3147fe33e9fSArnd Bergmann299 common semget sys_semget 3157fe33e9fSArnd Bergmann300 common semctl sys_old_semctl compat_sys_old_semctl 3167fe33e9fSArnd Bergmann301 common msgsnd sys_msgsnd compat_sys_msgsnd 3177fe33e9fSArnd Bergmann302 common msgrcv sys_msgrcv compat_sys_msgrcv 3187fe33e9fSArnd Bergmann303 common msgget sys_msgget 3197fe33e9fSArnd Bergmann304 common msgctl sys_old_msgctl compat_sys_old_msgctl 3207fe33e9fSArnd Bergmann305 common shmat sys_shmat compat_sys_shmat 3217fe33e9fSArnd Bergmann306 common shmdt sys_shmdt 3227fe33e9fSArnd Bergmann307 common shmget sys_shmget 3237fe33e9fSArnd Bergmann308 common shmctl sys_old_shmctl compat_sys_old_shmctl 3247fe33e9fSArnd Bergmann309 common add_key sys_add_key 3257fe33e9fSArnd Bergmann310 common request_key sys_request_key 3267fe33e9fSArnd Bergmann311 common keyctl sys_keyctl compat_sys_keyctl 3277fe33e9fSArnd Bergmann312 common semtimedop sys_semtimedop_time32 3287fe33e9fSArnd Bergmann313 common vserver sys_ni_syscall 3297fe33e9fSArnd Bergmann314 common ioprio_set sys_ioprio_set 3307fe33e9fSArnd Bergmann315 common ioprio_get sys_ioprio_get 3317fe33e9fSArnd Bergmann316 common inotify_init sys_inotify_init 3327fe33e9fSArnd Bergmann317 common inotify_add_watch sys_inotify_add_watch 3337fe33e9fSArnd Bergmann318 common inotify_rm_watch sys_inotify_rm_watch 3347fe33e9fSArnd Bergmann319 common mbind sys_mbind 3357fe33e9fSArnd Bergmann320 common get_mempolicy sys_get_mempolicy 3367fe33e9fSArnd Bergmann321 common set_mempolicy sys_set_mempolicy 3377fe33e9fSArnd Bergmann322 common openat sys_openat compat_sys_openat 3387fe33e9fSArnd Bergmann323 common mkdirat sys_mkdirat 3397fe33e9fSArnd Bergmann324 common mknodat sys_mknodat 3407fe33e9fSArnd Bergmann325 common fchownat sys_fchownat 3417fe33e9fSArnd Bergmann326 common futimesat sys_futimesat_time32 3427fe33e9fSArnd Bergmann327 common fstatat64 sys_fstatat64 3437fe33e9fSArnd Bergmann328 common unlinkat sys_unlinkat 3447fe33e9fSArnd Bergmann329 common renameat sys_renameat 3457fe33e9fSArnd Bergmann330 common linkat sys_linkat 3467fe33e9fSArnd Bergmann331 common symlinkat sys_symlinkat 3477fe33e9fSArnd Bergmann332 common readlinkat sys_readlinkat 3487fe33e9fSArnd Bergmann333 common fchmodat sys_fchmodat 3497fe33e9fSArnd Bergmann334 common faccessat sys_faccessat 3507fe33e9fSArnd Bergmann335 common pselect6 sys_pselect6_time32 compat_sys_pselect6_time32 3517fe33e9fSArnd Bergmann336 common ppoll sys_ppoll_time32 compat_sys_ppoll_time32 3527fe33e9fSArnd Bergmann337 common unshare sys_unshare 3537fe33e9fSArnd Bergmann338 common set_robust_list sys_set_robust_list compat_sys_set_robust_list 3547fe33e9fSArnd Bergmann339 common get_robust_list sys_get_robust_list compat_sys_get_robust_list 3557fe33e9fSArnd Bergmann340 common splice sys_splice 3567fe33e9fSArnd Bergmann341 common arm_sync_file_range sys_sync_file_range2 compat_sys_aarch32_sync_file_range2 3577fe33e9fSArnd Bergmann342 common tee sys_tee 3587fe33e9fSArnd Bergmann343 common vmsplice sys_vmsplice 3597fe33e9fSArnd Bergmann344 common move_pages sys_move_pages 3607fe33e9fSArnd Bergmann345 common getcpu sys_getcpu 3617fe33e9fSArnd Bergmann346 common epoll_pwait sys_epoll_pwait compat_sys_epoll_pwait 3627fe33e9fSArnd Bergmann347 common kexec_load sys_kexec_load compat_sys_kexec_load 3637fe33e9fSArnd Bergmann348 common utimensat sys_utimensat_time32 3647fe33e9fSArnd Bergmann349 common signalfd sys_signalfd compat_sys_signalfd 3657fe33e9fSArnd Bergmann350 common timerfd_create sys_timerfd_create 3667fe33e9fSArnd Bergmann351 common eventfd sys_eventfd 3677fe33e9fSArnd Bergmann352 common fallocate sys_fallocate compat_sys_aarch32_fallocate 3687fe33e9fSArnd Bergmann353 common timerfd_settime sys_timerfd_settime32 3697fe33e9fSArnd Bergmann354 common timerfd_gettime sys_timerfd_gettime32 3707fe33e9fSArnd Bergmann355 common signalfd4 sys_signalfd4 compat_sys_signalfd4 3717fe33e9fSArnd Bergmann356 common eventfd2 sys_eventfd2 3727fe33e9fSArnd Bergmann357 common epoll_create1 sys_epoll_create1 3737fe33e9fSArnd Bergmann358 common dup3 sys_dup3 3747fe33e9fSArnd Bergmann359 common pipe2 sys_pipe2 3757fe33e9fSArnd Bergmann360 common inotify_init1 sys_inotify_init1 3767fe33e9fSArnd Bergmann361 common preadv sys_preadv compat_sys_preadv 3777fe33e9fSArnd Bergmann362 common pwritev sys_pwritev compat_sys_pwritev 3787fe33e9fSArnd Bergmann363 common rt_tgsigqueueinfo sys_rt_tgsigqueueinfo compat_sys_rt_tgsigqueueinfo 3797fe33e9fSArnd Bergmann364 common perf_event_open sys_perf_event_open 3807fe33e9fSArnd Bergmann365 common recvmmsg sys_recvmmsg_time32 compat_sys_recvmmsg_time32 3817fe33e9fSArnd Bergmann366 common accept4 sys_accept4 3827fe33e9fSArnd Bergmann367 common fanotify_init sys_fanotify_init 3837fe33e9fSArnd Bergmann368 common fanotify_mark sys_fanotify_mark compat_sys_fanotify_mark 3847fe33e9fSArnd Bergmann369 common prlimit64 sys_prlimit64 3857fe33e9fSArnd Bergmann370 common name_to_handle_at sys_name_to_handle_at 3867fe33e9fSArnd Bergmann371 common open_by_handle_at sys_open_by_handle_at compat_sys_open_by_handle_at 3877fe33e9fSArnd Bergmann372 common clock_adjtime sys_clock_adjtime32 3887fe33e9fSArnd Bergmann373 common syncfs sys_syncfs 3897fe33e9fSArnd Bergmann374 common sendmmsg sys_sendmmsg compat_sys_sendmmsg 3907fe33e9fSArnd Bergmann375 common setns sys_setns 3917fe33e9fSArnd Bergmann376 common process_vm_readv sys_process_vm_readv 3927fe33e9fSArnd Bergmann377 common process_vm_writev sys_process_vm_writev 3937fe33e9fSArnd Bergmann378 common kcmp sys_kcmp 3947fe33e9fSArnd Bergmann379 common finit_module sys_finit_module 3957fe33e9fSArnd Bergmann380 common sched_setattr sys_sched_setattr 3967fe33e9fSArnd Bergmann381 common sched_getattr sys_sched_getattr 3977fe33e9fSArnd Bergmann382 common renameat2 sys_renameat2 3987fe33e9fSArnd Bergmann383 common seccomp sys_seccomp 3997fe33e9fSArnd Bergmann384 common getrandom sys_getrandom 4007fe33e9fSArnd Bergmann385 common memfd_create sys_memfd_create 4017fe33e9fSArnd Bergmann386 common bpf sys_bpf 4027fe33e9fSArnd Bergmann387 common execveat sys_execveat compat_sys_execveat 4037fe33e9fSArnd Bergmann388 common userfaultfd sys_userfaultfd 4047fe33e9fSArnd Bergmann389 common membarrier sys_membarrier 4057fe33e9fSArnd Bergmann390 common mlock2 sys_mlock2 4067fe33e9fSArnd Bergmann391 common copy_file_range sys_copy_file_range 4077fe33e9fSArnd Bergmann392 common preadv2 sys_preadv2 compat_sys_preadv2 4087fe33e9fSArnd Bergmann393 common pwritev2 sys_pwritev2 compat_sys_pwritev2 4097fe33e9fSArnd Bergmann394 common pkey_mprotect sys_pkey_mprotect 4107fe33e9fSArnd Bergmann395 common pkey_alloc sys_pkey_alloc 4117fe33e9fSArnd Bergmann396 common pkey_free sys_pkey_free 4127fe33e9fSArnd Bergmann397 common statx sys_statx 4137fe33e9fSArnd Bergmann398 common rseq sys_rseq 4147fe33e9fSArnd Bergmann399 common io_pgetevents sys_io_pgetevents_time32 compat_sys_io_pgetevents 4157fe33e9fSArnd Bergmann400 common migrate_pages sys_migrate_pages 4167fe33e9fSArnd Bergmann401 common kexec_file_load sys_kexec_file_load 4177fe33e9fSArnd Bergmann# 402 is unused 4187fe33e9fSArnd Bergmann403 common clock_gettime64 sys_clock_gettime 4197fe33e9fSArnd Bergmann404 common clock_settime64 sys_clock_settime 4207fe33e9fSArnd Bergmann405 common clock_adjtime64 sys_clock_adjtime 4217fe33e9fSArnd Bergmann406 common clock_getres_time64 sys_clock_getres 4227fe33e9fSArnd Bergmann407 common clock_nanosleep_time64 sys_clock_nanosleep 4237fe33e9fSArnd Bergmann408 common timer_gettime64 sys_timer_gettime 4247fe33e9fSArnd Bergmann409 common timer_settime64 sys_timer_settime 4257fe33e9fSArnd Bergmann410 common timerfd_gettime64 sys_timerfd_gettime 4267fe33e9fSArnd Bergmann411 common timerfd_settime64 sys_timerfd_settime 4277fe33e9fSArnd Bergmann412 common utimensat_time64 sys_utimensat 4287fe33e9fSArnd Bergmann413 common pselect6_time64 sys_pselect6 compat_sys_pselect6_time64 4297fe33e9fSArnd Bergmann414 common ppoll_time64 sys_ppoll compat_sys_ppoll_time64 4307fe33e9fSArnd Bergmann416 common io_pgetevents_time64 sys_io_pgetevents compat_sys_io_pgetevents_time64 4317fe33e9fSArnd Bergmann417 common recvmmsg_time64 sys_recvmmsg compat_sys_recvmmsg_time64 4327fe33e9fSArnd Bergmann418 common mq_timedsend_time64 sys_mq_timedsend 4337fe33e9fSArnd Bergmann419 common mq_timedreceive_time64 sys_mq_timedreceive 4347fe33e9fSArnd Bergmann420 common semtimedop_time64 sys_semtimedop 4357fe33e9fSArnd Bergmann421 common rt_sigtimedwait_time64 sys_rt_sigtimedwait compat_sys_rt_sigtimedwait_time64 4367fe33e9fSArnd Bergmann422 common futex_time64 sys_futex 4377fe33e9fSArnd Bergmann423 common sched_rr_get_interval_time64 sys_sched_rr_get_interval 4387fe33e9fSArnd Bergmann424 common pidfd_send_signal sys_pidfd_send_signal 4397fe33e9fSArnd Bergmann425 common io_uring_setup sys_io_uring_setup 4407fe33e9fSArnd Bergmann426 common io_uring_enter sys_io_uring_enter 4417fe33e9fSArnd Bergmann427 common io_uring_register sys_io_uring_register 4427fe33e9fSArnd Bergmann428 common open_tree sys_open_tree 4437fe33e9fSArnd Bergmann429 common move_mount sys_move_mount 4447fe33e9fSArnd Bergmann430 common fsopen sys_fsopen 4457fe33e9fSArnd Bergmann431 common fsconfig sys_fsconfig 4467fe33e9fSArnd Bergmann432 common fsmount sys_fsmount 4477fe33e9fSArnd Bergmann433 common fspick sys_fspick 4487fe33e9fSArnd Bergmann434 common pidfd_open sys_pidfd_open 4497fe33e9fSArnd Bergmann435 common clone3 sys_clone3 4507fe33e9fSArnd Bergmann436 common close_range sys_close_range 4517fe33e9fSArnd Bergmann437 common openat2 sys_openat2 4527fe33e9fSArnd Bergmann438 common pidfd_getfd sys_pidfd_getfd 4537fe33e9fSArnd Bergmann439 common faccessat2 sys_faccessat2 4547fe33e9fSArnd Bergmann440 common process_madvise sys_process_madvise 4557fe33e9fSArnd Bergmann441 common epoll_pwait2 sys_epoll_pwait2 compat_sys_epoll_pwait2 4567fe33e9fSArnd Bergmann442 common mount_setattr sys_mount_setattr 4577fe33e9fSArnd Bergmann443 common quotactl_fd sys_quotactl_fd 4587fe33e9fSArnd Bergmann444 common landlock_create_ruleset sys_landlock_create_ruleset 4597fe33e9fSArnd Bergmann445 common landlock_add_rule sys_landlock_add_rule 4607fe33e9fSArnd Bergmann446 common landlock_restrict_self sys_landlock_restrict_self 4617fe33e9fSArnd Bergmann# 447 reserved for memfd_secret 4627fe33e9fSArnd Bergmann448 common process_mrelease sys_process_mrelease 4637fe33e9fSArnd Bergmann449 common futex_waitv sys_futex_waitv 4647fe33e9fSArnd Bergmann450 common set_mempolicy_home_node sys_set_mempolicy_home_node 4657fe33e9fSArnd Bergmann451 common cachestat sys_cachestat 4667fe33e9fSArnd Bergmann452 common fchmodat2 sys_fchmodat2 4677fe33e9fSArnd Bergmann453 common map_shadow_stack sys_map_shadow_stack 4687fe33e9fSArnd Bergmann454 common futex_wake sys_futex_wake 4697fe33e9fSArnd Bergmann455 common futex_wait sys_futex_wait 4707fe33e9fSArnd Bergmann456 common futex_requeue sys_futex_requeue 4717fe33e9fSArnd Bergmann457 common statmount sys_statmount 4727fe33e9fSArnd Bergmann458 common listmount sys_listmount 4737fe33e9fSArnd Bergmann459 common lsm_get_self_attr sys_lsm_get_self_attr 4747fe33e9fSArnd Bergmann460 common lsm_set_self_attr sys_lsm_set_self_attr 4757fe33e9fSArnd Bergmann461 common lsm_list_modules sys_lsm_list_modules 4767fe33e9fSArnd Bergmann462 common mseal sys_mseal 4776140be90SChristian Göttsche463 common setxattrat sys_setxattrat 4786140be90SChristian Göttsche464 common getxattrat sys_getxattrat 4796140be90SChristian Göttsche465 common listxattrat sys_listxattrat 4806140be90SChristian Göttsche466 common removexattrat sys_removexattrat 481c4a16820SChristian Brauner467 common open_tree_attr sys_open_tree_attr 482*be7efb2dSAndrey Albershteyn468 common file_getattr sys_file_getattr 483*be7efb2dSAndrey Albershteyn469 common file_setattr sys_file_setattr 484