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 powerpc 4# 5# The format is: 6# <number> <abi> <name> <entry point> <compat entry point> 7# 8# The <abi> can be common, spu, nospu, 64, or 32 for this file. --- 162 unchanged lines hidden (view full) --- 171126 spu sigprocmask sys_ni_syscall 172127 common create_module sys_ni_syscall 173128 nospu init_module sys_init_module 174129 nospu delete_module sys_delete_module 175130 common get_kernel_syms sys_ni_syscall 176131 nospu quotactl sys_quotactl 177132 common getpgid sys_getpgid 178133 common fchdir sys_fchdir | 1# SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note 2# 3# system call numbers and entry vectors for powerpc 4# 5# The format is: 6# <number> <abi> <name> <entry point> <compat entry point> 7# 8# The <abi> can be common, spu, nospu, 64, or 32 for this file. --- 162 unchanged lines hidden (view full) --- 171126 spu sigprocmask sys_ni_syscall 172127 common create_module sys_ni_syscall 173128 nospu init_module sys_init_module 174129 nospu delete_module sys_delete_module 175130 common get_kernel_syms sys_ni_syscall 176131 nospu quotactl sys_quotactl 177132 common getpgid sys_getpgid 178133 common fchdir sys_fchdir |
179134 common bdflush sys_ni_syscall | 179134 common bdflush sys_bdflush |
180135 common sysfs sys_sysfs 181136 32 personality sys_personality ppc64_personality 182136 64 personality ppc64_personality 183136 spu personality ppc64_personality 184137 common afs_syscall sys_ni_syscall 185138 common setfsuid sys_setfsuid 186139 common setfsgid sys_setfsgid 187140 common _llseek sys_llseek --- 333 unchanged lines hidden (view full) --- 521439 common faccessat2 sys_faccessat2 522440 common process_madvise sys_process_madvise 523441 common epoll_pwait2 sys_epoll_pwait2 compat_sys_epoll_pwait2 524442 common mount_setattr sys_mount_setattr 525443 common quotactl_fd sys_quotactl_fd 526444 common landlock_create_ruleset sys_landlock_create_ruleset 527445 common landlock_add_rule sys_landlock_add_rule 528446 common landlock_restrict_self sys_landlock_restrict_self | 180135 common sysfs sys_sysfs 181136 32 personality sys_personality ppc64_personality 182136 64 personality ppc64_personality 183136 spu personality ppc64_personality 184137 common afs_syscall sys_ni_syscall 185138 common setfsuid sys_setfsuid 186139 common setfsgid sys_setfsgid 187140 common _llseek sys_llseek --- 333 unchanged lines hidden (view full) --- 521439 common faccessat2 sys_faccessat2 522440 common process_madvise sys_process_madvise 523441 common epoll_pwait2 sys_epoll_pwait2 compat_sys_epoll_pwait2 524442 common mount_setattr sys_mount_setattr 525443 common quotactl_fd sys_quotactl_fd 526444 common landlock_create_ruleset sys_landlock_create_ruleset 527445 common landlock_add_rule sys_landlock_add_rule 528446 common landlock_restrict_self sys_landlock_restrict_self |
529# 447 reserved for memfd_secret 530448 common process_mrelease sys_process_mrelease |
|