.. | .. |
---|
10 | 10 | * Copyright (C) 1995 Adrian M. Rodriguez (adrian@remus.rutgers.edu) |
---|
11 | 11 | */ |
---|
12 | 12 | |
---|
13 | | - |
---|
| 13 | +#define __SYSCALL(nr, entry, nargs) .word entry |
---|
14 | 14 | .text |
---|
15 | 15 | .align 4 |
---|
16 | | - |
---|
17 | 16 | #ifdef CONFIG_COMPAT |
---|
18 | | - /* First, the 32-bit Linux native syscall table. */ |
---|
19 | | - |
---|
20 | 17 | .globl sys_call_table32 |
---|
21 | 18 | sys_call_table32: |
---|
22 | | -/*0*/ .word sys_restart_syscall, sparc_exit, sys_fork, sys_read, sys_write |
---|
23 | | -/*5*/ .word compat_sys_open, sys_close, compat_sys_wait4, sys_creat, sys_link |
---|
24 | | -/*10*/ .word sys_unlink, sunos_execv, sys_chdir, sys_chown16, sys_mknod |
---|
25 | | -/*15*/ .word sys_chmod, sys_lchown16, sys_brk, sys_nis_syscall, compat_sys_lseek |
---|
26 | | -/*20*/ .word sys_getpid, sys_capget, sys_capset, sys_setuid16, sys_getuid16 |
---|
27 | | -/*25*/ .word compat_sys_vmsplice, compat_sys_ptrace, sys_alarm, compat_sys_sigaltstack, sys_pause |
---|
28 | | -/*30*/ .word compat_sys_utime, sys_lchown, sys_fchown, sys_access, sys_nice |
---|
29 | | - .word sys_chown, sys_sync, sys_kill, compat_sys_newstat, compat_sys_sendfile |
---|
30 | | -/*40*/ .word compat_sys_newlstat, sys_dup, sys_sparc_pipe, compat_sys_times, sys_getuid |
---|
31 | | - .word sys_umount, sys_setgid16, sys_getgid16, sys_signal, sys_geteuid16 |
---|
32 | | -/*50*/ .word sys_getegid16, sys_acct, sys_nis_syscall, sys_getgid, compat_sys_ioctl |
---|
33 | | - .word sys_reboot, sys32_mmap2, sys_symlink, sys_readlink, sys32_execve |
---|
34 | | -/*60*/ .word sys_umask, sys_chroot, compat_sys_newfstat, compat_sys_fstat64, sys_getpagesize |
---|
35 | | - .word sys_msync, sys_vfork, compat_sys_pread64, compat_sys_pwrite64, sys_geteuid |
---|
36 | | -/*70*/ .word sys_getegid, sys_mmap, sys_setreuid, sys_munmap, sys_mprotect |
---|
37 | | - .word sys_madvise, sys_vhangup, compat_sys_truncate64, sys_mincore, sys_getgroups16 |
---|
38 | | -/*80*/ .word sys_setgroups16, sys_getpgrp, sys_setgroups, compat_sys_setitimer, compat_sys_ftruncate64 |
---|
39 | | - .word sys_swapon, compat_sys_getitimer, sys_setuid, sys_sethostname, sys_setgid |
---|
40 | | -/*90*/ .word sys_dup2, sys_setfsuid, compat_sys_fcntl, compat_sys_select, sys_setfsgid |
---|
41 | | - .word sys_fsync, sys_setpriority, sys_socket, sys_connect, sys_accept |
---|
42 | | -/*100*/ .word sys_getpriority, sys32_rt_sigreturn, compat_sys_rt_sigaction, compat_sys_rt_sigprocmask, compat_sys_rt_sigpending |
---|
43 | | - .word compat_sys_rt_sigtimedwait, compat_sys_rt_sigqueueinfo, compat_sys_rt_sigsuspend, sys_setresuid, sys_getresuid |
---|
44 | | -/*110*/ .word sys_setresgid, sys_getresgid, sys_setregid, compat_sys_recvmsg, compat_sys_sendmsg |
---|
45 | | - .word sys_getgroups, compat_sys_gettimeofday, compat_sys_getrusage, compat_sys_getsockopt, sys_getcwd |
---|
46 | | -/*120*/ .word compat_sys_readv, compat_sys_writev, compat_sys_settimeofday, sys_fchown16, sys_fchmod |
---|
47 | | - .word sys_recvfrom, sys_setreuid16, sys_setregid16, sys_rename, compat_sys_truncate |
---|
48 | | -/*130*/ .word compat_sys_ftruncate, sys_flock, compat_sys_lstat64, sys_sendto, sys_shutdown |
---|
49 | | - .word sys_socketpair, sys_mkdir, sys_rmdir, compat_sys_utimes, compat_sys_stat64 |
---|
50 | | -/*140*/ .word sys_sendfile64, sys_getpeername, compat_sys_futex, sys_gettid, compat_sys_getrlimit |
---|
51 | | - .word compat_sys_setrlimit, sys_pivot_root, sys_prctl, sys_pciconfig_read, sys_pciconfig_write |
---|
52 | | -/*150*/ .word sys_getsockname, sys_inotify_init, sys_inotify_add_watch, sys_poll, sys_getdents64 |
---|
53 | | - .word compat_sys_fcntl64, sys_inotify_rm_watch, compat_sys_statfs, compat_sys_fstatfs, sys_oldumount |
---|
54 | | -/*160*/ .word compat_sys_sched_setaffinity, compat_sys_sched_getaffinity, sys_getdomainname, sys_setdomainname, sys_nis_syscall |
---|
55 | | - .word sys_quotactl, sys_set_tid_address, compat_sys_mount, compat_sys_ustat, sys_setxattr |
---|
56 | | -/*170*/ .word sys_lsetxattr, sys_fsetxattr, sys_getxattr, sys_lgetxattr, compat_sys_getdents |
---|
57 | | - .word sys_setsid, sys_fchdir, sys_fgetxattr, sys_listxattr, sys_llistxattr |
---|
58 | | -/*180*/ .word sys_flistxattr, sys_removexattr, sys_lremovexattr, compat_sys_sigpending, sys_ni_syscall |
---|
59 | | - .word sys_setpgid, sys_fremovexattr, sys_tkill, sparc_exit_group, sys_newuname |
---|
60 | | -/*190*/ .word sys_init_module, sys_sparc64_personality, sys_remap_file_pages, sys_epoll_create, sys_epoll_ctl |
---|
61 | | - .word sys_epoll_wait, sys_ioprio_set, sys_getppid, compat_sys_sparc_sigaction, sys_sgetmask |
---|
62 | | -/*200*/ .word sys_ssetmask, sys_sigsuspend, compat_sys_newlstat, sys_uselib, compat_sys_old_readdir |
---|
63 | | - .word compat_sys_readahead, sys32_socketcall, sys_syslog, compat_sys_lookup_dcookie, compat_sys_fadvise64 |
---|
64 | | -/*210*/ .word compat_sys_fadvise64_64, sys_tgkill, sys_waitpid, sys_swapoff, compat_sys_sysinfo |
---|
65 | | - .word compat_sys_ipc, sys32_sigreturn, sys_clone, sys_ioprio_get, compat_sys_adjtimex |
---|
66 | | -/*220*/ .word compat_sys_sigprocmask, sys_ni_syscall, sys_delete_module, sys_ni_syscall, sys_getpgid |
---|
67 | | - .word sys_bdflush, sys_sysfs, sys_nis_syscall, sys_setfsuid16, sys_setfsgid16 |
---|
68 | | -/*230*/ .word compat_sys_select, compat_sys_time, sys_splice, compat_sys_stime, compat_sys_statfs64 |
---|
69 | | - .word compat_sys_fstatfs64, sys_llseek, sys_mlock, sys_munlock, sys_mlockall |
---|
70 | | -/*240*/ .word sys_munlockall, sys_sched_setparam, sys_sched_getparam, sys_sched_setscheduler, sys_sched_getscheduler |
---|
71 | | - .word sys_sched_yield, sys_sched_get_priority_max, sys_sched_get_priority_min, compat_sys_sched_rr_get_interval, compat_sys_nanosleep |
---|
72 | | -/*250*/ .word sys_mremap, compat_sys_sysctl, sys_getsid, sys_fdatasync, sys_nis_syscall |
---|
73 | | - .word compat_sys_sync_file_range, compat_sys_clock_settime, compat_sys_clock_gettime, compat_sys_clock_getres, compat_sys_clock_nanosleep |
---|
74 | | -/*260*/ .word compat_sys_sched_getaffinity, compat_sys_sched_setaffinity, compat_sys_timer_settime, compat_sys_timer_gettime, sys_timer_getoverrun |
---|
75 | | - .word sys_timer_delete, compat_sys_timer_create, sys_ni_syscall, compat_sys_io_setup, sys_io_destroy |
---|
76 | | -/*270*/ .word compat_sys_io_submit, sys_io_cancel, compat_sys_io_getevents, compat_sys_mq_open, sys_mq_unlink |
---|
77 | | - .word compat_sys_mq_timedsend, compat_sys_mq_timedreceive, compat_sys_mq_notify, compat_sys_mq_getsetattr, compat_sys_waitid |
---|
78 | | -/*280*/ .word sys_tee, sys_add_key, sys_request_key, compat_sys_keyctl, compat_sys_openat |
---|
79 | | - .word sys_mkdirat, sys_mknodat, sys_fchownat, compat_sys_futimesat, compat_sys_fstatat64 |
---|
80 | | -/*290*/ .word sys_unlinkat, sys_renameat, sys_linkat, sys_symlinkat, sys_readlinkat |
---|
81 | | - .word sys_fchmodat, sys_faccessat, compat_sys_pselect6, compat_sys_ppoll, sys_unshare |
---|
82 | | -/*300*/ .word compat_sys_set_robust_list, compat_sys_get_robust_list, compat_sys_migrate_pages, compat_sys_mbind, compat_sys_get_mempolicy |
---|
83 | | - .word compat_sys_set_mempolicy, compat_sys_kexec_load, compat_sys_move_pages, sys_getcpu, compat_sys_epoll_pwait |
---|
84 | | -/*310*/ .word compat_sys_utimensat, compat_sys_signalfd, sys_timerfd_create, sys_eventfd, compat_sys_fallocate |
---|
85 | | - .word compat_sys_timerfd_settime, compat_sys_timerfd_gettime, compat_sys_signalfd4, sys_eventfd2, sys_epoll_create1 |
---|
86 | | -/*320*/ .word sys_dup3, sys_pipe2, sys_inotify_init1, sys_accept4, compat_sys_preadv |
---|
87 | | - .word compat_sys_pwritev, compat_sys_rt_tgsigqueueinfo, sys_perf_event_open, compat_sys_recvmmsg, sys_fanotify_init |
---|
88 | | -/*330*/ .word compat_sys_fanotify_mark, sys_prlimit64, sys_name_to_handle_at, compat_sys_open_by_handle_at, compat_sys_clock_adjtime |
---|
89 | | - .word sys_syncfs, compat_sys_sendmmsg, sys_setns, compat_sys_process_vm_readv, compat_sys_process_vm_writev |
---|
90 | | -/*340*/ .word sys_kern_features, sys_kcmp, sys_finit_module, sys_sched_setattr, sys_sched_getattr |
---|
91 | | - .word sys_renameat2, sys_seccomp, sys_getrandom, sys_memfd_create, sys_bpf |
---|
92 | | -/*350*/ .word sys32_execveat, sys_membarrier, sys_userfaultfd, sys_bind, sys_listen |
---|
93 | | - .word compat_sys_setsockopt, sys_mlock2, sys_copy_file_range, compat_sys_preadv2, compat_sys_pwritev2 |
---|
94 | | -/*360*/ .word sys_statx, compat_sys_io_pgetevents |
---|
95 | | - |
---|
| 19 | +#include <asm/syscall_table_c32.h> /* Compat syscalls */ |
---|
96 | 20 | #endif /* CONFIG_COMPAT */ |
---|
97 | | - |
---|
98 | | - /* Now the 64-bit native Linux syscall table. */ |
---|
99 | 21 | |
---|
100 | 22 | .align 4 |
---|
101 | 23 | .globl sys_call_table64, sys_call_table |
---|
102 | 24 | sys_call_table64: |
---|
103 | 25 | sys_call_table: |
---|
104 | | -/*0*/ .word sys_restart_syscall, sparc_exit, sys_fork, sys_read, sys_write |
---|
105 | | -/*5*/ .word sys_open, sys_close, sys_wait4, sys_creat, sys_link |
---|
106 | | -/*10*/ .word sys_unlink, sys_nis_syscall, sys_chdir, sys_chown, sys_mknod |
---|
107 | | -/*15*/ .word sys_chmod, sys_lchown, sys_brk, sys_nis_syscall, sys_lseek |
---|
108 | | -/*20*/ .word sys_getpid, sys_capget, sys_capset, sys_setuid, sys_getuid |
---|
109 | | -/*25*/ .word sys_vmsplice, sys_ptrace, sys_alarm, sys_sigaltstack, sys_nis_syscall |
---|
110 | | -/*30*/ .word sys_utime, sys_nis_syscall, sys_nis_syscall, sys_access, sys_nice |
---|
111 | | - .word sys_nis_syscall, sys_sync, sys_kill, sys_newstat, sys_sendfile64 |
---|
112 | | -/*40*/ .word sys_newlstat, sys_dup, sys_sparc_pipe, sys_times, sys_nis_syscall |
---|
113 | | - .word sys_umount, sys_setgid, sys_getgid, sys_signal, sys_geteuid |
---|
114 | | -/*50*/ .word sys_getegid, sys_acct, sys_memory_ordering, sys_nis_syscall, sys_ioctl |
---|
115 | | - .word sys_reboot, sys_nis_syscall, sys_symlink, sys_readlink, sys64_execve |
---|
116 | | -/*60*/ .word sys_umask, sys_chroot, sys_newfstat, sys_fstat64, sys_getpagesize |
---|
117 | | - .word sys_msync, sys_vfork, sys_pread64, sys_pwrite64, sys_nis_syscall |
---|
118 | | -/*70*/ .word sys_nis_syscall, sys_mmap, sys_nis_syscall, sys_64_munmap, sys_mprotect |
---|
119 | | - .word sys_madvise, sys_vhangup, sys_nis_syscall, sys_mincore, sys_getgroups |
---|
120 | | -/*80*/ .word sys_setgroups, sys_getpgrp, sys_nis_syscall, sys_setitimer, sys_nis_syscall |
---|
121 | | - .word sys_swapon, sys_getitimer, sys_nis_syscall, sys_sethostname, sys_nis_syscall |
---|
122 | | -/*90*/ .word sys_dup2, sys_nis_syscall, sys_fcntl, sys_select, sys_nis_syscall |
---|
123 | | - .word sys_fsync, sys_setpriority, sys_socket, sys_connect, sys_accept |
---|
124 | | -/*100*/ .word sys_getpriority, sys_rt_sigreturn, sys_rt_sigaction, sys_rt_sigprocmask, sys_rt_sigpending |
---|
125 | | - .word sys_rt_sigtimedwait, sys_rt_sigqueueinfo, sys_rt_sigsuspend, sys_setresuid, sys_getresuid |
---|
126 | | -/*110*/ .word sys_setresgid, sys_getresgid, sys_nis_syscall, sys_recvmsg, sys_sendmsg |
---|
127 | | - .word sys_nis_syscall, sys_gettimeofday, sys_getrusage, sys_getsockopt, sys_getcwd |
---|
128 | | -/*120*/ .word sys_readv, sys_writev, sys_settimeofday, sys_fchown, sys_fchmod |
---|
129 | | - .word sys_recvfrom, sys_setreuid, sys_setregid, sys_rename, sys_truncate |
---|
130 | | -/*130*/ .word sys_ftruncate, sys_flock, sys_lstat64, sys_sendto, sys_shutdown |
---|
131 | | - .word sys_socketpair, sys_mkdir, sys_rmdir, sys_utimes, sys_stat64 |
---|
132 | | -/*140*/ .word sys_sendfile64, sys_getpeername, sys_futex, sys_gettid, sys_getrlimit |
---|
133 | | - .word sys_setrlimit, sys_pivot_root, sys_prctl, sys_pciconfig_read, sys_pciconfig_write |
---|
134 | | -/*150*/ .word sys_getsockname, sys_inotify_init, sys_inotify_add_watch, sys_poll, sys_getdents64 |
---|
135 | | - .word sys_nis_syscall, sys_inotify_rm_watch, sys_statfs, sys_fstatfs, sys_oldumount |
---|
136 | | -/*160*/ .word sys_sched_setaffinity, sys_sched_getaffinity, sys_getdomainname, sys_setdomainname, sys_utrap_install |
---|
137 | | - .word sys_quotactl, sys_set_tid_address, sys_mount, sys_ustat, sys_setxattr |
---|
138 | | -/*170*/ .word sys_lsetxattr, sys_fsetxattr, sys_getxattr, sys_lgetxattr, sys_getdents |
---|
139 | | - .word sys_setsid, sys_fchdir, sys_fgetxattr, sys_listxattr, sys_llistxattr |
---|
140 | | -/*180*/ .word sys_flistxattr, sys_removexattr, sys_lremovexattr, sys_nis_syscall, sys_ni_syscall |
---|
141 | | - .word sys_setpgid, sys_fremovexattr, sys_tkill, sparc_exit_group, sys_newuname |
---|
142 | | -/*190*/ .word sys_init_module, sys_sparc64_personality, sys_remap_file_pages, sys_epoll_create, sys_epoll_ctl |
---|
143 | | - .word sys_epoll_wait, sys_ioprio_set, sys_getppid, sys_nis_syscall, sys_sgetmask |
---|
144 | | -/*200*/ .word sys_ssetmask, sys_nis_syscall, sys_newlstat, sys_uselib, sys_nis_syscall |
---|
145 | | - .word sys_readahead, sys_socketcall, sys_syslog, sys_lookup_dcookie, sys_fadvise64 |
---|
146 | | -/*210*/ .word sys_fadvise64_64, sys_tgkill, sys_waitpid, sys_swapoff, sys_sysinfo |
---|
147 | | - .word sys_sparc_ipc, sys_nis_syscall, sys_clone, sys_ioprio_get, sys_adjtimex |
---|
148 | | -/*220*/ .word sys_nis_syscall, sys_ni_syscall, sys_delete_module, sys_ni_syscall, sys_getpgid |
---|
149 | | - .word sys_bdflush, sys_sysfs, sys_nis_syscall, sys_setfsuid, sys_setfsgid |
---|
150 | | -/*230*/ .word sys_select, sys_nis_syscall, sys_splice, sys_stime, sys_statfs64 |
---|
151 | | - .word sys_fstatfs64, sys_llseek, sys_mlock, sys_munlock, sys_mlockall |
---|
152 | | -/*240*/ .word sys_munlockall, sys_sched_setparam, sys_sched_getparam, sys_sched_setscheduler, sys_sched_getscheduler |
---|
153 | | - .word sys_sched_yield, sys_sched_get_priority_max, sys_sched_get_priority_min, sys_sched_rr_get_interval, sys_nanosleep |
---|
154 | | -/*250*/ .word sys_64_mremap, sys_sysctl, sys_getsid, sys_fdatasync, sys_nis_syscall |
---|
155 | | - .word sys_sync_file_range, sys_clock_settime, sys_clock_gettime, sys_clock_getres, sys_clock_nanosleep |
---|
156 | | -/*260*/ .word sys_sched_getaffinity, sys_sched_setaffinity, sys_timer_settime, sys_timer_gettime, sys_timer_getoverrun |
---|
157 | | - .word sys_timer_delete, sys_timer_create, sys_ni_syscall, sys_io_setup, sys_io_destroy |
---|
158 | | -/*270*/ .word sys_io_submit, sys_io_cancel, sys_io_getevents, sys_mq_open, sys_mq_unlink |
---|
159 | | - .word sys_mq_timedsend, sys_mq_timedreceive, sys_mq_notify, sys_mq_getsetattr, sys_waitid |
---|
160 | | -/*280*/ .word sys_tee, sys_add_key, sys_request_key, sys_keyctl, sys_openat |
---|
161 | | - .word sys_mkdirat, sys_mknodat, sys_fchownat, sys_futimesat, sys_fstatat64 |
---|
162 | | -/*290*/ .word sys_unlinkat, sys_renameat, sys_linkat, sys_symlinkat, sys_readlinkat |
---|
163 | | - .word sys_fchmodat, sys_faccessat, sys_pselect6, sys_ppoll, sys_unshare |
---|
164 | | -/*300*/ .word sys_set_robust_list, sys_get_robust_list, sys_migrate_pages, sys_mbind, sys_get_mempolicy |
---|
165 | | - .word sys_set_mempolicy, sys_kexec_load, sys_move_pages, sys_getcpu, sys_epoll_pwait |
---|
166 | | -/*310*/ .word sys_utimensat, sys_signalfd, sys_timerfd_create, sys_eventfd, sys_fallocate |
---|
167 | | - .word sys_timerfd_settime, sys_timerfd_gettime, sys_signalfd4, sys_eventfd2, sys_epoll_create1 |
---|
168 | | -/*320*/ .word sys_dup3, sys_pipe2, sys_inotify_init1, sys_accept4, sys_preadv |
---|
169 | | - .word sys_pwritev, sys_rt_tgsigqueueinfo, sys_perf_event_open, sys_recvmmsg, sys_fanotify_init |
---|
170 | | -/*330*/ .word sys_fanotify_mark, sys_prlimit64, sys_name_to_handle_at, sys_open_by_handle_at, sys_clock_adjtime |
---|
171 | | - .word sys_syncfs, sys_sendmmsg, sys_setns, sys_process_vm_readv, sys_process_vm_writev |
---|
172 | | -/*340*/ .word sys_kern_features, sys_kcmp, sys_finit_module, sys_sched_setattr, sys_sched_getattr |
---|
173 | | - .word sys_renameat2, sys_seccomp, sys_getrandom, sys_memfd_create, sys_bpf |
---|
174 | | -/*350*/ .word sys64_execveat, sys_membarrier, sys_userfaultfd, sys_bind, sys_listen |
---|
175 | | - .word sys_setsockopt, sys_mlock2, sys_copy_file_range, sys_preadv2, sys_pwritev2 |
---|
176 | | -/*360*/ .word sys_statx, sys_io_pgetevents |
---|
| 26 | +#include <asm/syscall_table_64.h> /* 64-bit native syscalls */ |
---|
| 27 | +#undef __SYSCALL |
---|