syscall.tbl (bcfeebbff3627093014c7948aec9cc4730e50c3d) | syscall.tbl (dce49103962840dd61423d7627748d6c558d58c5) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note 2# 3# system call numbers and entry vectors for sparc 4# 5# The format is: 6# <number> <abi> <name> <entry point> <compat entry point> 7# 8# The <abi> can be common, 64, or 32 for this file. --- 256 unchanged lines hidden (view full) --- 265219 32 adjtimex sys_adjtimex_time32 266219 64 adjtimex sys_sparc_adjtimex 267220 32 sigprocmask sys_sigprocmask compat_sys_sigprocmask 268220 64 sigprocmask sys_nis_syscall 269221 common create_module sys_ni_syscall 270222 common delete_module sys_delete_module 271223 common get_kernel_syms sys_ni_syscall 272224 common getpgid sys_getpgid | 1# SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note 2# 3# system call numbers and entry vectors for sparc 4# 5# The format is: 6# <number> <abi> <name> <entry point> <compat entry point> 7# 8# The <abi> can be common, 64, or 32 for this file. --- 256 unchanged lines hidden (view full) --- 265219 32 adjtimex sys_adjtimex_time32 266219 64 adjtimex sys_sparc_adjtimex 267220 32 sigprocmask sys_sigprocmask compat_sys_sigprocmask 268220 64 sigprocmask sys_nis_syscall 269221 common create_module sys_ni_syscall 270222 common delete_module sys_delete_module 271223 common get_kernel_syms sys_ni_syscall 272224 common getpgid sys_getpgid |
273225 common bdflush sys_ni_syscall | 273225 common bdflush sys_bdflush |
274226 common sysfs sys_sysfs 275227 common afs_syscall sys_nis_syscall 276228 common setfsuid sys_setfsuid16 277229 common setfsgid sys_setfsgid16 278230 common _newselect sys_select compat_sys_select 279231 32 time sys_time32 280232 common splice sys_splice 281233 32 stime sys_stime32 --- 205 unchanged lines hidden (view full) --- 487439 common faccessat2 sys_faccessat2 488440 common process_madvise sys_process_madvise 489441 common epoll_pwait2 sys_epoll_pwait2 compat_sys_epoll_pwait2 490442 common mount_setattr sys_mount_setattr 491443 common quotactl_fd sys_quotactl_fd 492444 common landlock_create_ruleset sys_landlock_create_ruleset 493445 common landlock_add_rule sys_landlock_add_rule 494446 common landlock_restrict_self sys_landlock_restrict_self | 274226 common sysfs sys_sysfs 275227 common afs_syscall sys_nis_syscall 276228 common setfsuid sys_setfsuid16 277229 common setfsgid sys_setfsgid16 278230 common _newselect sys_select compat_sys_select 279231 32 time sys_time32 280232 common splice sys_splice 281233 32 stime sys_stime32 --- 205 unchanged lines hidden (view full) --- 487439 common faccessat2 sys_faccessat2 488440 common process_madvise sys_process_madvise 489441 common epoll_pwait2 sys_epoll_pwait2 compat_sys_epoll_pwait2 490442 common mount_setattr sys_mount_setattr 491443 common quotactl_fd sys_quotactl_fd 492444 common landlock_create_ruleset sys_landlock_create_ruleset 493445 common landlock_add_rule sys_landlock_add_rule 494446 common landlock_restrict_self sys_landlock_restrict_self |
495# 447 reserved for memfd_secret 496448 common process_mrelease sys_process_mrelease |
|