# Name Registers Definition
r7 r0 r1 r2 r3 r4 r5
0restart_syscall0x00------kernel/signal.c:2501
1exit0x01int error_code-----kernel/exit.c:1095
2fork0x02------arch/arm/kernel/sys_arm.c:34
3read0x03unsigned int fdchar *bufsize_t count---fs/read_write.c:460
4write0x04unsigned int fdconst char *bufsize_t count---fs/read_write.c:477
5open0x05const char *filenameint flagsumode_t mode---fs/open.c:1046
6close0x06unsigned int fd-----fs/open.c:1117
8creat0x08const char *pathnameumode_t mode----fs/open.c:1079
9link0x09const char *oldnameconst char *newname----fs/namei.c:3152
10unlink0x0aconst char *pathname-----fs/namei.c:2979
11execve0x0bconst char *filenameiconst char *const *argvconst char *const *envp---arch/arm/kernel/sys_arm.c:65
12chdir0x0cconst char *filename-----fs/open.c:375
13time0x0dtime_t *tloc-----kernel/time.c:62
14mknod0x0econst char *filenameumode_t modeunsigned dev---fs/namei.c:2693
15chmod0x0fconst char *filenameumode_t mode----fs/open.c:499
16lchown0x10const char *filenameuid_t usergid_t group---fs/open.c:586
19lseek0x13unsigned int fdoff_t offsetunsigned int origin---fs/read_write.c:230
20getpid0x14------kernel/timer.c:1413
21mount0x15char *dev_namechar *dir_namechar *typeunsigned long flagsvoid *data-fs/namespace.c:2362
22umount0x16char *nameint flags----fs/namespace.c:1190
23setuid0x17uid_t uid-----kernel/sys.c:761
24getuid0x18------kernel/timer.c:1435
25stime0x19time_t *tptr-----kernel/time.c:81
26ptrace0x1along requestlong pidunsigned long addrunsigned long data--kernel/ptrace.c:857
27alarm0x1bunsigned int seconds-----kernel/timer.c:1390
29pause0x1d------kernel/signal.c:3245
30utime0x1echar *filenamestruct utimbuf *times----fs/utimes.c:27
33access0x21const char *filenameint mode----fs/open.c:370
34nice0x22int increment-----kernel/sched/core.c:4119
36sync0x24------fs/sync.c:98
37kill0x25pid_t pidint sig----kernel/signal.c:2841
38rename0x26const char *oldnameconst char *newname----fs/namei.c:3403
39mkdir0x27const char *pathnameumode_t mode----fs/namei.c:2751
40rmdir0x28const char *pathname-----fs/namei.c:2870
41dup0x29unsigned int fildes-----fs/fcntl.c:131
42pipe0x2aint *fildes-----fs/pipe.c:1149
43times0x2bstruct tms *tbuf-----kernel/sys.c:1058
45brk0x2dunsigned long brk-----mm/mmap.c:246
46setgid0x2egid_t gid-----kernel/sys.c:614
47getgid0x2f------kernel/timer.c:1447
49geteuid0x31------kernel/timer.c:1441
50getegid0x32------kernel/timer.c:1453
51acct0x33const char *name-----kernel/acct.c:255
52umount20x34char *nameint flags----fs/namespace.c:1190
54ioctl0x36unsigned int fdunsigned int cmdunsigned long arg---fs/ioctl.c:604
55fcntl0x37unsigned int fdunsigned int cmdunsigned long arg---fs/fcntl.c:442
57setpgid0x39pid_t pidpid_t pgid----kernel/sys.c:1083
60umask0x3cint mask-----kernel/sys.c:1782
61chroot0x3dconst char *filename-----fs/open.c:422
62ustat0x3eunsigned devstruct ustat *ubuf----fs/statfs.c:222
63dup20x3funsigned int oldfdunsigned int newfd----fs/fcntl.c:116
64getppid0x40------kernel/timer.c:1424
65getpgrp0x41------kernel/sys.c:1184
66setsid0x42------kernel/sys.c:1219
67sigaction0x43int sigconst struct old_sigaction *actstruct old_sigaction *oact---arch/arm/kernel/signal.c:73
70setreuid0x46uid_t ruiduid_t euid----kernel/sys.c:690
71setregid0x47gid_t rgidgid_t egid----kernel/sys.c:557
72sigsuspend0x48int restartunsigned long oldmaskold_sigset_t mask---arch/arm/kernel/signal.c:65
73sigpending0x49old_sigset_t *set-----kernel/signal.c:3107
74sethostname0x4achar *nameint len----kernel/sys.c:1365
75setrlimit0x4bunsigned int resourcestruct rlimit *rlim----kernel/sys.c:1641
76getrlimit0x4cunsigned int resourcestruct rlimit *rlim----kernel/sys.c:1440
77getrusage0x4dint whostruct rusage *ru----kernel/sys.c:1774
78gettimeofday0x4estruct timeval *tvstruct timezone *tz----kernel/time.c:101
79settimeofday0x4fstruct timeval *tvstruct timezone *tz----kernel/time.c:179
80getgroups0x50int gidsetsizegid_t *grouplist----kernel/groups.c:202
81setgroups0x51int gidsetsizegid_t *grouplist----kernel/groups.c:231
82select0x52int nfd_set *inpfd_set *outpfd_set *expstruct timeval *tvp-fs/select.c:593
83symlink0x53const char *oldnameconst char *newname----fs/namei.c:3039
85readlink0x55const char *pathchar *bufint bufsiz---fs/stat.c:321
86uselib0x56const char *library-----fs/exec.c:116
87swapon0x57const char *specialfileint swap_flags----mm/swapfile.c:1996
88reboot0x58int magic1int magic2unsigned int cmdvoid *arg--kernel/sys.c:432
89readdir0x59unsigned int fdstruct old_linux_dirent *direntunsigned int count---fs/readdir.c:105
90mmap0x5astruct mmap_arg_struct *arg-----mm/mmap.c:1153
91munmap0x5bunsigned long addrsize_t len----mm/mmap.c:2141
92truncate0x5cconst char *pathlong length----fs/open.c:128
93ftruncate0x5dunsigned int fdunsigned long length----fs/open.c:178
94fchmod0x5eunsigned int fdumode_t mode----fs/open.c:472
95fchown0x5funsigned int fduid_t usergid_t group---fs/open.c:605
96getpriority0x60int whichint who----kernel/sys.c:241
97setpriority0x61int whichint whoint niceval---kernel/sys.c:172
99statfs0x63const char *pathnamestruct statfs *buf----fs/statfs.c:166
100fstatfs0x64unsigned int fdstruct statfs *buf----fs/statfs.c:187
102socketcall0x66int callunsigned long *args----net/socket.c:2355
103syslog0x67int typechar *bufint len---kernel/printk.c:1195
104setitimer0x68int whichstruct itimerval *valuestruct itimerval *ovalue---kernel/itimer.c:278
105getitimer0x69int whichstruct itimerval *value----kernel/itimer.c:103
106stat0x6aconst char *filenamestruct __old_kernel_stat *statbuf----fs/stat.c:155
107lstat0x6bconst char *filenamestruct __old_kernel_stat *statbuf----fs/stat.c:168
108fstat0x6cunsigned int fdstruct __old_kernel_stat *statbuf----fs/stat.c:181
111vhangup0x6f------fs/open.c:1156
113syscall0x71------arch/arm/kernel/entry-common.S:502
114wait40x72pid_t upidint *stat_addrint optionsstruct rusage *ru--kernel/exit.c:1834
115swapoff0x73const char *specialfile-----mm/swapfile.c:1539
116sysinfo0x74struct sysinfo *info-----kernel/timer.c:1641
117ipc0x75unsigned int callint firstunsigned long secondunsigned long thirdvoid *ptrlong fifthipc/syscall.c:16
118fsync0x76unsigned int fd-----fs/sync.c:201
119sigreturn0x77------arch/arm/kernel/signal.c:264
120clone0x78unsigned long clone_flagsunsigned long newspint *parent_tidptrint tls_valint *child_tidptr-arch/arm/kernel/sys_arm.c:47
121setdomainname0x79char *nameint len----kernel/sys.c:1416
122uname0x7astruct old_utsname *name-----kernel/sys.c:1311
124adjtimex0x7cstruct timex *txc_p-----kernel/time.c:200
125mprotect0x7dunsigned long startsize_t lenunsigned long prot---mm/mprotect.c:232
126sigprocmask0x7eint howold_sigset_t *nsetold_sigset_t *oset---kernel/signal.c:3125
128init_module0x80void *umodunsigned long lenconst char *uargs---kernel/module.c:3010
129delete_module0x81const char *name_userunsigned int flags----kernel/module.c:768
131quotactl0x83unsigned int cmdconst char *specialqid_t idvoid *addr--fs/quota/quota.c:346
132getpgid0x84pid_t pid-----kernel/sys.c:1154
133fchdir0x85unsigned int fd-----fs/open.c:396
134bdflush0x86int funclong data----fs/buffer.c:3130
135sysfs0x87int optionunsigned long arg1unsigned long arg2---fs/filesystems.c:183
136personality0x88unsigned int personality-----kernel/exec_domain.c:182
138setfsuid0x8auid_t uid-----kernel/sys.c:969
139setfsgid0x8bgid_t gid-----kernel/sys.c:1008
140_llseek0x8cunsigned int fdunsigned long offset_highunsigned long offset_lowloff_t *resultunsigned int origin-fs/read_write.c:254
141getdents0x8dunsigned int fdstruct linux_dirent *direntunsigned int count---fs/readdir.c:191
142_newselect0x8eint nfd_set *inpfd_set *outpfd_set *expstruct timeval *tvp-fs/select.c:593
143flock0x8funsigned int fdunsigned int cmd----fs/locks.c:1636
144msync0x90unsigned long startsize_t lenint flags---mm/msync.c:31
145readv0x91unsigned long fdconst struct iovec *vecunsigned long vlen---fs/read_write.c:787
146writev0x92unsigned long fdconst struct iovec *vecunsigned long vlen---fs/read_write.c:808
147getsid0x93pid_t pid-----kernel/sys.c:1191
148fdatasync0x94unsigned int fd-----fs/sync.c:206
149_sysctl0x95struct __sysctl_args *args-----kernel/sysctl_binary.c:1444
150mlock0x96unsigned long startsize_t len----mm/mlock.c:482
151munlock0x97unsigned long startsize_t len----mm/mlock.c:512
152mlockall0x98int flags-----mm/mlock.c:549
153munlockall0x99------mm/mlock.c:582
154sched_setparam0x9apid_t pidstruct sched_param *param----kernel/sched/core.c:4477
155sched_getparam0x9bpid_t pidstruct sched_param *param----kernel/sched/core.c:4512
156sched_setscheduler0x9cpid_t pidint policystruct sched_param *param---kernel/sched/core.c:4462
157sched_getscheduler0x9dpid_t pid-----kernel/sched/core.c:4486
158sched_yield0x9e------kernel/sched/core.c:4711
159sched_get_priority_max0x9fint policy-----kernel/sched/core.c:4935
160sched_get_priority_min0xa0int policy-----kernel/sched/core.c:4960
161sched_rr_get_interval0xa1pid_t pidstruct timespec *interval----kernel/sched/core.c:4985
162nanosleep0xa2struct timespec *rqtpstruct timespec *rmtp----kernel/hrtimer.c:1621
163mremap0xa3unsigned long addrunsigned long old_lenunsigned long new_lenunsigned long flagsunsigned long new_addr-mm/mremap.c:431
164setresuid0xa4uid_t ruiduid_t euiduid_t suid---kernel/sys.c:808
165getresuid0xa5uid_t *ruidpuid_t *euidpuid_t *suidp---kernel/sys.c:873
168poll0xa8struct pollfd *ufdsunsigned int nfdsint timeout_msecs---fs/select.c:908
169nfsservctl-------Not implemented
170setresgid0xaagid_t rgidgid_t egidgid_t sgid---kernel/sys.c:893
171getresgid0xabgid_t *rgidpgid_t *egidpgid_t *sgidp---kernel/sys.c:945
172prctl0xacint optionunsigned long arg2unsigned long arg3unsigned long arg4unsigned long arg5-kernel/sys.c:1999
173rt_sigreturn0xad------arch/arm/kernel/signal.c:294
174rt_sigaction0xaeint sigconst struct sigaction *actstruct sigaction *oactsize_t sigsetsize--kernel/signal.c:3174
175rt_sigprocmask0xafint howsigset_t *nsetsigset_t *osetsize_t sigsetsize--kernel/signal.c:2591
176rt_sigpending0xb0sigset_t *setsize_t sigsetsize----kernel/signal.c:2651
177rt_sigtimedwait0xb1const sigset_t *uthesesiginfo_t *uinfoconst struct timespec *utssize_t sigsetsize--kernel/signal.c:2805
178rt_sigqueueinfo0xb2pid_t pidint sigsiginfo_t *uinfo---kernel/signal.c:2938
179rt_sigsuspend0xb3sigset_t *unewsetsize_t sigsetsize----kernel/signal.c:3274
180pread640xb4char *buf size_t countloff_t pos----fs/read_write.c:495
181pwrite640xb5const char *buf size_t countloff_t pos----fs/read_write.c:524
182chown0xb6const char *filenameuid_t usergid_t group---fs/open.c:540
183getcwd0xb7char *bufunsigned long size----fs/dcache.c:2885
184capget0xb8cap_user_header_t headercap_user_data_t dataptr----kernel/capability.c:158
185capset0xb9cap_user_header_t headerconst cap_user_data_t data----kernel/capability.c:232
186sigaltstack-------Not implemented
187sendfile0xbbint out_fdint in_fdoff_t *offsetsize_t count--fs/read_write.c:973
190vfork0xbe------arch/arm/kernel/sys_arm.c:57
191ugetrlimit0xbfunsigned int resourcestruct rlimit *rlim----kernel/sys.c:1440
192mmap20xc0unsigned long addrunsigned long lenunsigned long protunsigned long flagsunsigned long fdunsigned long pgoffmm/mmap.c:1105
193truncate640xc1loff_t length-----fs/open.c:188
194ftruncate640xc2loff_t length-----fs/open.c:200
195stat640xc3const char *filenamestruct stat64 *statbuf----fs/stat.c:372
196lstat640xc4const char *filenamestruct stat64 *statbuf----fs/stat.c:384
197fstat640xc5unsigned long fdstruct stat64 *statbuf----fs/stat.c:396
198lchown320xc6const char *filenameuid_t usergid_t group---fs/open.c:586
199getuid320xc7------kernel/timer.c:1435
200getgid320xc8------kernel/timer.c:1447
201geteuid320xc9------kernel/timer.c:1441
202getegid320xca------kernel/timer.c:1453
203setreuid320xcbuid_t ruiduid_t euid----kernel/sys.c:690
204setregid320xccgid_t rgidgid_t egid----kernel/sys.c:557
205getgroups320xcdint gidsetsizegid_t *grouplist----kernel/groups.c:202
206setgroups320xceint gidsetsizegid_t *grouplist----kernel/groups.c:231
207fchown320xcfunsigned int fduid_t usergid_t group---fs/open.c:605
208setresuid320xd0uid_t ruiduid_t euiduid_t suid---kernel/sys.c:808
209getresuid320xd1uid_t *ruidpuid_t *euidpuid_t *suidp---kernel/sys.c:873
210setresgid320xd2gid_t rgidgid_t egidgid_t sgid---kernel/sys.c:893
211getresgid320xd3gid_t *rgidpgid_t *egidpgid_t *sgidp---kernel/sys.c:945
212chown320xd4const char *filenameuid_t usergid_t group---fs/open.c:540
213setuid320xd5uid_t uid-----kernel/sys.c:761
214setgid320xd6gid_t gid-----kernel/sys.c:614
215setfsuid320xd7uid_t uid-----kernel/sys.c:969
216setfsgid320xd8gid_t gid-----kernel/sys.c:1008
217getdents640xd9unsigned int fdstruct linux_dirent64 *direntunsigned int count---fs/readdir.c:272
218pivot_root0xdaconst char *new_rootconst char *put_old----fs/namespace.c:2453
219mincore0xdbunsigned long startsize_t lenunsigned char *vec---mm/mincore.c:266
220madvise0xdcunsigned long startsize_t len_inint behavior---mm/madvise.c:362
221fcntl640xddunsigned int fdunsigned int cmdunsigned long arg---fs/fcntl.c:468
224gettid0xe0------kernel/timer.c:1569
225readahead0xe1loff_t offset size_t count-----mm/readahead.c:579
226setxattr0xe2const char *pathnameconst char *nameconst void *valuesize_t sizeint flags-fs/xattr.c:361
227lsetxattr0xe3const char *pathnameconst char *nameconst void *valuesize_t sizeint flags-fs/xattr.c:380
228fsetxattr0xe4int fdconst char *nameconst void *valuesize_t sizeint flags-fs/xattr.c:399
229getxattr0xe5const char *pathnameconst char *namevoid *valuesize_t size--fs/xattr.c:459
230lgetxattr0xe6const char *pathnameconst char *namevoid *valuesize_t size--fs/xattr.c:473
231fgetxattr0xe7int fdconst char *namevoid *valuesize_t size--fs/xattr.c:487
232listxattr0xe8const char *pathnamechar *listsize_t size---fs/xattr.c:541
233llistxattr0xe9const char *pathnamechar *listsize_t size---fs/xattr.c:555
234flistxattr0xeaint fdchar *listsize_t size---fs/xattr.c:569
235removexattr0xebconst char *pathnameconst char *name----fs/xattr.c:602
236lremovexattr0xecconst char *pathnameconst char *name----fs/xattr.c:620
237fremovexattr0xedint fdconst char *name----fs/xattr.c:638
238tkill0xeepid_t pidint sig----kernel/signal.c:2923
239sendfile640xefint out_fdint in_fdloff_t *offsetsize_t count--fs/read_write.c:992
240futex0xf0u32 *uaddrint opu32 valstruct timespec *utimeu32 *uaddr2u32 val3kernel/futex.c:2680
241sched_setaffinity0xf1pid_t pidunsigned int lenunsigned long *user_mask_ptr---kernel/sched/core.c:4626
242sched_getaffinity0xf2pid_t pidunsigned int lenunsigned long *user_mask_ptr---kernel/sched/core.c:4677
243io_setup0xf3unsigned nr_eventsaio_context_t *ctxp----fs/aio.c:1298
244io_destroy0xf4aio_context_t ctx-----fs/aio.c:1334
245io_getevents0xf5aio_context_t ctx_idlong min_nrlong nrstruct io_event *eventsstruct timespec *timeout-fs/aio.c:1844
246io_submit0xf6aio_context_t ctx_idlong nrstruct iocb * *iocbpp---fs/aio.c:1746
247io_cancel0xf7aio_context_t ctx_idstruct iocb *iocbstruct io_event *result---fs/aio.c:1781
248exit_group0xf8int error_code-----kernel/exit.c:1136
249lookup_dcookie0xf9char *buf size_t len-----fs/dcookies.c:148
250epoll_create0xfaint size-----fs/eventpoll.c:1668
251epoll_ctl0xfbint epfdint opint fdstruct epoll_event *event--fs/eventpoll.c:1681
252epoll_wait0xfcint epfdstruct epoll_event *eventsint maxeventsint timeout--fs/eventpoll.c:1809
253remap_file_pages0xfdunsigned long startunsigned long sizeunsigned long protunsigned long pgoffunsigned long flags-mm/fremap.c:122
256set_tid_address0x100int *tidptr-----kernel/fork.c:1109
257timer_create0x101const clockid_t which_clockstruct sigevent *timer_event_spectimer_t *created_timer_id---kernel/posix-timers.c:535
258timer_settime0x102timer_t timer_idint flagsconst struct itimerspec *new_settingstruct itimerspec *old_setting--kernel/posix-timers.c:819
259timer_gettime0x103timer_t timer_idstruct itimerspec *setting----kernel/posix-timers.c:715
260timer_getoverrun0x104timer_t timer_id-----kernel/posix-timers.c:751
261timer_delete0x105timer_t timer_id-----kernel/posix-timers.c:882
262clock_settime0x106const clockid_t which_clockconst struct timespec *tp----kernel/posix-timers.c:950
263clock_gettime0x107const clockid_t which_clockstruct timespec *tp----kernel/posix-timers.c:965
264clock_getres0x108const clockid_t which_clockstruct timespec *tp----kernel/posix-timers.c:1006
265clock_nanosleep0x109const clockid_t which_clockint flagsconst struct timespec *rqtpstruct timespec *rmtp--kernel/posix-timers.c:1035
266statfs640x10aconst char *pathnamesize_t szstruct statfs64 *buf---fs/statfs.c:175
267fstatfs640x10bunsigned int fdsize_t szstruct statfs64 *buf---fs/statfs.c:196
268tgkill0x10cpid_t tgidpid_t pidint sig---kernel/signal.c:2907
269utimes0x10dchar *filenamestruct timeval *utimes----fs/utimes.c:221
270arm_fadvise64_640x10eint fdint adviceloff_t offsetloff_t len--arch/arm/kernel/sys_arm.c:129
271pciconfig_iobase-------Not implemented
272pciconfig_read0x110unsigned long busunsigned long dfnunsigned long offunsigned long lenvoid *buf-drivers/pci/syscall.c:16
273pciconfig_write0x111unsigned long busunsigned long dfnunsigned long offunsigned long lenvoid *buf-drivers/pci/syscall.c:86
274mq_open0x112const char *u_nameint oflagumode_t modestruct mq_attr *u_attr--ipc/mqueue.c:803
275mq_unlink0x113const char *u_name-----ipc/mqueue.c:876
276mq_timedsend0x114mqd_t mqdesconst char *u_msg_ptrsize_t msg_lenunsigned int msg_prioconst struct timespec *u_abs_timeout-ipc/mqueue.c:971
277mq_timedreceive0x115mqd_t mqdeschar *u_msg_ptrsize_t msg_lenunsigned int *u_msg_prioconst struct timespec *u_abs_timeout-ipc/mqueue.c:1092
278mq_notify0x116mqd_t mqdesconst struct sigevent *u_notification----ipc/mqueue.c:1201
279mq_getsetattr0x117mqd_t mqdesconst struct mq_attr *u_mqstatstruct mq_attr *u_omqstat---ipc/mqueue.c:1333
280waitid0x118int whichpid_t upidstruct siginfo *infopint optionsstruct rusage *ru-kernel/exit.c:1763
281socket0x119int familyint typeint protocol---net/socket.c:1324
282bind0x11aint fdstruct sockaddr *umyaddrint addrlen---net/socket.c:1446
283connect0x11bint fdstruct sockaddr *uservaddrint addrlen---net/socket.c:1600
284listen0x11cint fdint backlog----net/socket.c:1475
285accept0x11dint fdstruct sockaddr *upeer_sockaddrint *upeer_addrlen---net/socket.c:1582
286getsockname0x11eint fdstruct sockaddr *usockaddrint *usockaddr_len---net/socket.c:1632
287getpeername0x11fint fdstruct sockaddr *usockaddrint *usockaddr_len---net/socket.c:1663
288socketpair0x120int familyint typeint protocolint *usockvec--net/socket.c:1365
289send0x121int fdvoid *buffsize_t lenunsigned int flags--net/socket.c:1742
290sendto0x122int fdvoid *buffsize_t lenunsigned int flagsstruct sockaddr *addrint addr_lennet/socket.c:1695
291recv0x123int fdvoid *ubufsize_t sizeunsigned int flags--net/socket.c:1799
292recvfrom0x124int fdvoid *ubufsize_t sizeunsigned int flagsstruct sockaddr *addrint *addr_lennet/socket.c:1754
293shutdown0x125int fdint how----net/socket.c:1874
294setsockopt0x126int fdint levelint optnamechar *optvalint optlen-net/socket.c:1810
295getsockopt0x127int fdint levelint optnamechar *optvalint *optlen-net/socket.c:1844
296sendmsg0x128int fdstruct msghdr *msgunsigned int flags---net/socket.c:2016
297recvmsg0x129int fdstruct msghdr *msgunsigned int flags---net/socket.c:2189
298semop0x12aint semidstruct sembuf *tsopsunsigned nsops---ipc/sem.c:1548
299semget0x12bkey_t keyint nsemsint semflg---ipc/sem.c:367
300semctl0x12cint semnum int cmdunion semun arg----ipc/sem.c:1121
301msgsnd0x12dint msqidstruct msgbuf *msgpsize_t msgszint msgflg--ipc/msg.c:726
302msgrcv0x12eint msqidstruct msgbuf *msgpsize_t msgszlong msgtypint msgflg-ipc/msg.c:907
303msgget0x12fkey_t keyint msgflg----ipc/msg.c:312
304msgctl0x130int msqidint cmdstruct msqid_ds *buf---ipc/msg.c:469
305shmat0x131int shmidchar *shmaddrint shmflg---ipc/shm.c:1105
306shmdt0x132char *shmaddr-----ipc/shm.c:1121
307shmget0x133key_t keysize_t sizeint shmflg---ipc/shm.c:574
308shmctl0x134int shmidint cmdstruct shmid_ds *buf---ipc/shm.c:774
309add_key0x135const char *_typeconst char *_descriptionconst void *_payloadsize_t plenkey_serial_t ringid-security/keys/keyctl.c:54
310request_key0x136const char *_typeconst char *_descriptionconst char *_callout_infokey_serial_t destringid--security/keys/keyctl.c:147
311keyctl0x137int optionunsigned long arg2unsigned long arg3unsigned long arg4unsigned long arg5-security/keys/keyctl.c:1556
312semtimedop0x138int semidstruct sembuf *tsopsunsigned nsopsconst struct timespec *timeout--ipc/sem.c:1330
313vserver-------Not implemented
314ioprio_set0x13aint whichint whoint ioprio---fs/ioprio.c:61
315ioprio_get0x13bint whichint who----fs/ioprio.c:176
316inotify_init0x13c------fs/notify/inotify/inotify_user.c:749
317inotify_add_watch0x13dint fdconst char *pathnameu32 mask---fs/notify/inotify/inotify_user.c:754
318inotify_rm_watch0x13eint fd__s32 wd----fs/notify/inotify/inotify_user.c:795
319mbind0x13funsigned long startunsigned long lenunsigned long modeunsigned long *nmaskunsigned long maxnodeunsigned flagsmm/mempolicy.c:1263
320get_mempolicy0x140int *policyunsigned long *nmaskunsigned long maxnodeunsigned long addrunsigned long flags-mm/mempolicy.c:1400
321set_mempolicy0x141int modeunsigned long *nmaskunsigned long maxnode---mm/mempolicy.c:1285
322openat0x142int dfdconst char *filenameint flagsumode_t mode--fs/open.c:1059
323mkdirat0x143int dfdconst char *pathnameumode_t mode---fs/namei.c:2723
324mknodat0x144int dfdconst char *filenameumode_t modeunsigned dev--fs/namei.c:2646
325fchownat0x145int dfdconst char *filenameuid_t usergid_t groupint flag-fs/open.c:559
326futimesat0x146int dfdconst char *filenamestruct timeval *utimes---fs/utimes.c:193
327fstatat640x147int dfdconst char *filenamestruct stat64 *statbufint flag--fs/stat.c:407
328unlinkat0x148int dfdconst char *pathnameint flag---fs/namei.c:2968
329renameat0x149int olddfdconst char *oldnameint newdfdconst char *newname--fs/namei.c:3309
330linkat0x14aint olddfdconst char *oldnameint newdfdconst char *newnameint flags-fs/namei.c:3097
331symlinkat0x14bconst char *oldnameint newdfdconst char *newname---fs/namei.c:3004
332readlinkat0x14cint dfdconst char *pathnamechar *bufint bufsiz--fs/stat.c:293
333fchmodat0x14dint dfdconst char *filenameumode_t mode---fs/open.c:486
334faccessat0x14eint dfdconst char *filenameint mode---fs/open.c:299
335pselect60x14fint nfd_set *inpfd_set *outpfd_set *expstruct timespec *tspvoid *sigfs/select.c:671
336ppoll0x150struct pollfd *ufdsunsigned int nfdsstruct timespec *tspconst sigset_t *sigmasksize_t sigsetsize-fs/select.c:942
337unshare0x151unsigned long unshare_flags-----kernel/fork.c:1778
338set_robust_list0x152struct robust_list_head *headsize_t len----kernel/futex.c:2422
339get_robust_list0x153int pidstruct robust_list_head * *head_ptrsize_t *len_ptr---kernel/futex.c:2444
340splice0x154int fd_inloff_t *off_inint fd_outloff_t *off_outsize_t lenunsigned int flagsfs/splice.c:1689
341sync_file_range20x155unsigned int flags loff_t offsetloff_t nbytes----fs/sync.c:370
342tee0x156int fdinint fdoutsize_t lenunsigned int flags--fs/splice.c:2025
343vmsplice0x157int fdconst struct iovec *iovunsigned long nr_segsunsigned int flags--fs/splice.c:1663
344move_pages0x158pid_t pidunsigned long nr_pagesconst void * *pagesconst int *nodesint *statusint flagsmm/migrate.c:1343
345getcpu0x159unsigned *cpupunsigned *nodepstruct getcpu_cache *unused---kernel/sys.c:2179
346epoll_pwait0x15aint epfdstruct epoll_event *eventsint maxeventsint timeoutconst sigset_t *sigmasksize_t sigsetsizefs/eventpoll.c:1860
347kexec_load0x15bunsigned long entryunsigned long nr_segmentsstruct kexec_segment *segmentsunsigned long flags--kernel/kexec.c:940
348utimensat0x15cint dfdconst char *filenamestruct timespec *utimesint flags--fs/utimes.c:175
349signalfd0x15dint ufdsigset_t *user_masksize_t sizemask---fs/signalfd.c:292
350timerfd_create0x15eint clockidint flags----fs/timerfd.c:252
351eventfd0x15funsigned int count-----fs/eventfd.c:431
352fallocate0x160int mode loff_t offsetloff_t len----fs/open.c:272
353timerfd_settime0x161int ufdint flagsconst struct itimerspec *utmrstruct itimerspec *otmr--fs/timerfd.c:283
354timerfd_gettime0x162int ufdstruct itimerspec *otmr----fs/timerfd.c:344
355signalfd40x163int ufdsigset_t *user_masksize_t sizemaskint flags--fs/signalfd.c:237
356eventfd20x164unsigned int countint flags----fs/eventfd.c:406
357epoll_create10x165int flags-----fs/eventpoll.c:1625
358dup30x166unsigned int oldfdunsigned int newfdint flags---fs/fcntl.c:53
359pipe20x167int *fildesint flags----fs/pipe.c:1133
360inotify_init10x168int flags-----fs/notify/inotify/inotify_user.c:724
361preadv0x169unsigned long fdconst struct iovec *vecunsigned long vlenunsigned long pos_lunsigned long pos_h-fs/read_write.c:835
362pwritev0x16aunsigned long fdconst struct iovec *vecunsigned long vlenunsigned long pos_lunsigned long pos_h-fs/read_write.c:860
363rt_tgsigqueueinfo0x16bpid_t tgidpid_t pidint sigsiginfo_t *uinfo--kernel/signal.c:2979
364perf_event_open0x16cstruct perf_event_attr *attr_uptrpid_t pidint cpuint group_fdunsigned long flags-kernel/events/core.c:6186
365recvmmsg0x16dint fdstruct mmsghdr *mmsgunsigned int vlenunsigned int flagsstruct timespec *timeout-net/socket.c:2313
366accept40x16eint fdstruct sockaddr *upeer_sockaddrint *upeer_addrlenint flags--net/socket.c:1508
367fanotify_init0x16funsigned int flagsunsigned int event_f_flags----fs/notify/fanotify/fanotify_user.c:679
368fanotify_mark0x170unsigned int flags __u64 maskint dfd const char *pathname----fs/notify/fanotify/fanotify_user.c:767
369prlimit640x171pid_t pidunsigned int resourceconst struct rlimit64 *new_rlimstruct rlimit64 *old_rlim--kernel/sys.c:1599
370name_to_handle_at0x172int dfdconst char *namestruct file_handle *handleint *mnt_idint flag-fs/fhandle.c:92
371open_by_handle_at0x173int mountdirfdstruct file_handle *handleint flags---fs/fhandle.c:257
372clock_adjtime0x174const clockid_t which_clockstruct timex *utx----kernel/posix-timers.c:983
373syncfs0x175int fd-----fs/sync.c:134
374sendmmsg0x176int fdstruct mmsghdr *mmsgunsigned int vlenunsigned int flags--net/socket.c:2091
375setns0x177int fdint nstype----kernel/nsproxy.c:235
376process_vm_readv0x178pid_t pidconst struct iovec *lvecunsigned long liovcntconst struct iovec *rvecunsigned long riovcntunsigned long flagsmm/process_vm_access.c:398
377process_vm_writev0x179pid_t pidconst struct iovec *lvecunsigned long liovcntconst struct iovec *rvecunsigned long riovcntunsigned long flagsmm/process_vm_access.c:405