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 microblaze 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 microblaze 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 147137 common afs_syscall sys_ni_syscall 148138 common setfsuid sys_setfsuid 149139 common setfsgid sys_setfsgid 150140 common _llseek sys_llseek 151141 common getdents sys_getdents 152142 common _newselect sys_select --- 294 unchanged lines hidden (view full) --- 447439 common faccessat2 sys_faccessat2 448440 common process_madvise sys_process_madvise 449441 common epoll_pwait2 sys_epoll_pwait2 450442 common mount_setattr sys_mount_setattr 451443 common quotactl_fd sys_quotactl_fd 452444 common landlock_create_ruleset sys_landlock_create_ruleset 453445 common landlock_add_rule sys_landlock_add_rule 454446 common landlock_restrict_self sys_landlock_restrict_self | 145135 common sysfs sys_sysfs 146136 common personality sys_personality 147137 common afs_syscall sys_ni_syscall 148138 common setfsuid sys_setfsuid 149139 common setfsgid sys_setfsgid 150140 common _llseek sys_llseek 151141 common getdents sys_getdents 152142 common _newselect sys_select --- 294 unchanged lines hidden (view full) --- 447439 common faccessat2 sys_faccessat2 448440 common process_madvise sys_process_madvise 449441 common epoll_pwait2 sys_epoll_pwait2 450442 common mount_setattr sys_mount_setattr 451443 common quotactl_fd sys_quotactl_fd 452444 common landlock_create_ruleset sys_landlock_create_ruleset 453445 common landlock_add_rule sys_landlock_add_rule 454446 common landlock_restrict_self sys_landlock_restrict_self |
455# 447 reserved for memfd_secret 456448 common process_mrelease sys_process_mrelease |
|