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 m68k 4# 5# The format is: 6# <number> <abi> <name> <entry point> 7# 8# The <abi> is always "common" for this file --- 127 unchanged lines hidden (view full) --- 136126 common sigprocmask sys_sigprocmask 137127 common create_module sys_ni_syscall 138128 common init_module sys_init_module 139129 common delete_module sys_delete_module 140130 common get_kernel_syms sys_ni_syscall 141131 common quotactl sys_quotactl 142132 common getpgid sys_getpgid 143133 common fchdir sys_fchdir | 1# SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note 2# 3# system call numbers and entry vectors for m68k 4# 5# The format is: 6# <number> <abi> <name> <entry point> 7# 8# The <abi> is always "common" for this file --- 127 unchanged lines hidden (view full) --- 136126 common sigprocmask sys_sigprocmask 137127 common create_module sys_ni_syscall 138128 common init_module sys_init_module 139129 common delete_module sys_delete_module 140130 common get_kernel_syms sys_ni_syscall 141131 common quotactl sys_quotactl 142132 common getpgid sys_getpgid 143133 common fchdir sys_fchdir |
144134 common bdflush sys_ni_syscall | 144134 common bdflush sys_bdflush |
145135 common sysfs sys_sysfs 146136 common personality sys_personality 147# 137 was afs_syscall 148138 common setfsuid sys_setfsuid16 149139 common setfsgid sys_setfsgid16 150140 common _llseek sys_llseek 151141 common getdents sys_getdents 152142 common _newselect sys_select --- 288 unchanged lines hidden (view full) --- 441439 common faccessat2 sys_faccessat2 442440 common process_madvise sys_process_madvise 443441 common epoll_pwait2 sys_epoll_pwait2 444442 common mount_setattr sys_mount_setattr 445443 common quotactl_fd sys_quotactl_fd 446444 common landlock_create_ruleset sys_landlock_create_ruleset 447445 common landlock_add_rule sys_landlock_add_rule 448446 common landlock_restrict_self sys_landlock_restrict_self | 145135 common sysfs sys_sysfs 146136 common personality sys_personality 147# 137 was afs_syscall 148138 common setfsuid sys_setfsuid16 149139 common setfsgid sys_setfsgid16 150140 common _llseek sys_llseek 151141 common getdents sys_getdents 152142 common _newselect sys_select --- 288 unchanged lines hidden (view full) --- 441439 common faccessat2 sys_faccessat2 442440 common process_madvise sys_process_madvise 443441 common epoll_pwait2 sys_epoll_pwait2 444442 common mount_setattr sys_mount_setattr 445443 common quotactl_fd sys_quotactl_fd 446444 common landlock_create_ruleset sys_landlock_create_ruleset 447445 common landlock_add_rule sys_landlock_add_rule 448446 common landlock_restrict_self sys_landlock_restrict_self |
449# 447 reserved for memfd_secret 450448 common process_mrelease sys_process_mrelease |
|