syscall.tbl (bcfeebbff3627093014c7948aec9cc4730e50c3d) | syscall.tbl (dce49103962840dd61423d7627748d6c558d58c5) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note 2# 3# Linux system call numbers and entry vectors for ia64 4# 5# The format is: 6# <number> <abi> <name> <entry point> 7# 8# Add 1024 to <number> will get the actual system call number --- 109 unchanged lines hidden (view full) --- 118106 common uname sys_newuname 119107 common adjtimex sys_adjtimex 120# 1132 was create_module 121109 common init_module sys_init_module 122110 common delete_module sys_delete_module 123# 1135 was get_kernel_syms 124# 1136 was query_module 125113 common quotactl sys_quotactl | 1# SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note 2# 3# Linux system call numbers and entry vectors for ia64 4# 5# The format is: 6# <number> <abi> <name> <entry point> 7# 8# Add 1024 to <number> will get the actual system call number --- 109 unchanged lines hidden (view full) --- 118106 common uname sys_newuname 119107 common adjtimex sys_adjtimex 120# 1132 was create_module 121109 common init_module sys_init_module 122110 common delete_module sys_delete_module 123# 1135 was get_kernel_syms 124# 1136 was query_module 125113 common quotactl sys_quotactl |
126114 common bdflush sys_ni_syscall | 126114 common bdflush sys_bdflush |
127115 common sysfs sys_sysfs 128116 common personality sys_personality 129117 common afs_syscall sys_ni_syscall 130118 common setfsuid sys_setfsuid 131119 common setfsgid sys_setfsgid 132120 common getdents sys_getdents 133121 common flock sys_flock 134122 common readv sys_readv --- 227 unchanged lines hidden (view full) --- 362439 common faccessat2 sys_faccessat2 363440 common process_madvise sys_process_madvise 364441 common epoll_pwait2 sys_epoll_pwait2 365442 common mount_setattr sys_mount_setattr 366443 common quotactl_fd sys_quotactl_fd 367444 common landlock_create_ruleset sys_landlock_create_ruleset 368445 common landlock_add_rule sys_landlock_add_rule 369446 common landlock_restrict_self sys_landlock_restrict_self | 127115 common sysfs sys_sysfs 128116 common personality sys_personality 129117 common afs_syscall sys_ni_syscall 130118 common setfsuid sys_setfsuid 131119 common setfsgid sys_setfsgid 132120 common getdents sys_getdents 133121 common flock sys_flock 134122 common readv sys_readv --- 227 unchanged lines hidden (view full) --- 362439 common faccessat2 sys_faccessat2 363440 common process_madvise sys_process_madvise 364441 common epoll_pwait2 sys_epoll_pwait2 365442 common mount_setattr sys_mount_setattr 366443 common quotactl_fd sys_quotactl_fd 367444 common landlock_create_ruleset sys_landlock_create_ruleset 368445 common landlock_add_rule sys_landlock_add_rule 369446 common landlock_restrict_self sys_landlock_restrict_self |
370# 447 reserved for memfd_secret 371448 common process_mrelease sys_process_mrelease |
|