# Name Registers Definition
eax ebx ecx edx esi edi ebp
0restart_syscall0x00------kernel/signal.c:2501
1exit0x01int error_code-----kernel/exit.c:1095
2fork0x02------arch/x86/kernel/process.c:271
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
7waitpid0x07pid_t pidint *stat_addrint options---kernel/exit.c:1879
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 *nameconst char *const *argvconst char *const *envp---arch/x86/kernel/process.c:342
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
17break-------Not implemented
18oldstat0x12const char *filenamestruct __old_kernel_stat *statbuf----fs/stat.c:155
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
28oldfstat0x1cunsigned int fdstruct __old_kernel_stat *statbuf----fs/stat.c:181
29pause0x1d------kernel/signal.c:3245
30utime0x1echar *filenamestruct utimbuf *times----fs/utimes.c:27
31stty-------Not implemented
32gtty-------Not implemented
33access0x21const char *filenameint mode----fs/open.c:370
34nice0x22int increment-----kernel/sched/core.c:4119
35ftime-------Not implemented
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
44prof-------Not implemented
45brk0x2dunsigned long brk-----mm/mmap.c:246
46setgid0x2egid_t gid-----kernel/sys.c:614
47getgid0x2f------kernel/timer.c:1447
48signal0x30int sig__sighandler_t handler----kernel/signal.c:3228
49geteuid0x31------kernel/timer.c:1441
50getegid0x32------kernel/timer.c:1453
51acct0x33const char *name-----kernel/acct.c:255
52umount20x34char *nameint flags----fs/namespace.c:1190
53lock-------Not implemented
54ioctl0x36unsigned int fdunsigned int cmdunsigned long arg---fs/ioctl.c:604
55fcntl0x37unsigned int fdunsigned int cmdunsigned long arg---fs/fcntl.c:442
56mpx-------Not implemented
57setpgid0x39pid_t pidpid_t pgid----kernel/sys.c:1083
58ulimit-------Not implemented
59oldolduname0x3bstruct oldold_utsname *name-----kernel/sys.c:1330
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/x86/kernel/signal.c:487
68sgetmask0x44------kernel/signal.c:3207
69ssetmask0x45int newmask-----kernel/signal.c:3213
70setreuid0x46uid_t ruiduid_t euid----kernel/sys.c:690
71setregid0x47gid_t rgidgid_t egid----kernel/sys.c:557
72sigsuspend0x48int history0int history1old_sigset_t mask---arch/x86/kernel/signal.c:479
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
84oldlstat0x54const char *filenamestruct __old_kernel_stat *statbuf----fs/stat.c:168
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
90mmap0x5aunsigned long addrunsigned long lenunsigned long protunsigned long flagsunsigned long fdunsigned long offarch/x86/kernel/sys_x86_64.c:84
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
98profil-------Not implemented
99statfs0x63const char *pathnamestruct statfs *buf----fs/statfs.c:166
100fstatfs0x64unsigned int fdstruct statfs *buf----fs/statfs.c:187
101ioperm0x65unsigned long fromunsigned long numint turn_on---arch/x86/kernel/ioport.c:23
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
109olduname0x6dstruct oldold_utsname *name-----kernel/sys.c:1330
110iopl0x6eunsigned int level-----arch/x86/kernel/ioport.c:96
111vhangup0x6f------fs/open.c:1156
112idle-------Not implemented
113vm86old0x71struct vm86_struct *v86-----arch/x86/kernel/vm86_32.c:203
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/x86/kernel/signal.c:543
120clone0x78unsigned long clone_flagsunsigned long newspvoid *parent_tidvoid *child_tid--arch/x86/kernel/process.c:293
121setdomainname0x79char *nameint len----kernel/sys.c:1416
122uname0x7astruct old_utsname *name-----kernel/sys.c:1311
123modify_ldt0x7bint funcvoid *ptrunsigned long bytecount---arch/x86/kernel/ldt.c:247
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
127create_module-------Not implemented
128init_module0x80void *umodunsigned long lenconst char *uargs---kernel/module.c:3010
129delete_module0x81const char *name_userunsigned int flags----kernel/module.c:768
130get_kernel_syms-------Not implemented
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
137afs_syscall-------Not implemented
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
166vm860xa6unsigned long cmdunsigned long arg----arch/x86/kernel/vm86_32.c:232
167query_module-------Not implemented
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/x86/kernel/signal.c:571
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
186sigaltstack0xbaconst stack_t *ussstack_t *uoss----arch/x86/kernel/signal.c:533
187sendfile0xbbint out_fdint in_fdoff_t *offsetsize_t count--fs/read_write.c:973
188getpmsg-------Not implemented
189putpmsg-------Not implemented
190vfork0xbe------arch/x86/kernel/process.c:286
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
217pivot_root0xd9const char *new_rootconst char *put_old----fs/namespace.c:2453
218mincore0xdaunsigned long startsize_t lenunsigned char *vec---mm/mincore.c:266
219madvise0xdbunsigned long startsize_t len_inint behavior---mm/madvise.c:362
220getdents640xdcunsigned int fdstruct linux_dirent64 *direntunsigned int count---fs/readdir.c:272
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
243set_thread_area0xf3struct user_desc *u_info-----arch/x86/kernel/tls.c:92
244get_thread_area0xf4struct user_desc *u_info-----arch/x86/kernel/tls.c:142
245io_setup0xf5unsigned nr_eventsaio_context_t *ctxp----fs/aio.c:1298
246io_destroy0xf6aio_context_t ctx-----fs/aio.c:1334
247io_getevents0xf7aio_context_t ctx_idlong min_nrlong nrstruct io_event *eventsstruct timespec *timeout-fs/aio.c:1844
248io_submit0xf8aio_context_t ctx_idlong nrstruct iocb * *iocbpp---fs/aio.c:1746
249io_cancel0xf9aio_context_t ctx_idstruct iocb *iocbstruct io_event *result---fs/aio.c:1781
250fadvise640xfaloff_t offset size_t lenint advice----mm/fadvise.c:148
252exit_group0xfcint error_code-----kernel/exit.c:1136
253lookup_dcookie0xfdchar *buf size_t len-----fs/dcookies.c:148
254epoll_create0xfeint size-----fs/eventpoll.c:1668
255epoll_ctl0xffint epfdint opint fdstruct epoll_event *event--fs/eventpoll.c:1681
256epoll_wait0x100int epfdstruct epoll_event *eventsint maxeventsint timeout--fs/eventpoll.c:1809
257remap_file_pages0x101unsigned long startunsigned long sizeunsigned long protunsigned long pgoffunsigned long flags-mm/fremap.c:122
258set_tid_address0x102int *tidptr-----kernel/fork.c:1109
259timer_create0x103const clockid_t which_clockstruct sigevent *timer_event_spectimer_t *created_timer_id---kernel/posix-timers.c:535
260timer_settime0x104timer_t timer_idint flagsconst struct itimerspec *new_settingstruct itimerspec *old_setting--kernel/posix-timers.c:819
261timer_gettime0x105timer_t timer_idstruct itimerspec *setting----kernel/posix-timers.c:715
262timer_getoverrun0x106timer_t timer_id-----kernel/posix-timers.c:751
263timer_delete0x107timer_t timer_id-----kernel/posix-timers.c:882
264clock_settime0x108const clockid_t which_clockconst struct timespec *tp----kernel/posix-timers.c:950
265clock_gettime0x109const clockid_t which_clockstruct timespec *tp----kernel/posix-timers.c:965
266clock_getres0x10aconst clockid_t which_clockstruct timespec *tp----kernel/posix-timers.c:1006
267clock_nanosleep0x10bconst clockid_t which_clockint flagsconst struct timespec *rqtpstruct timespec *rmtp--kernel/posix-timers.c:1035
268statfs640x10cconst char *pathnamesize_t szstruct statfs64 *buf---fs/statfs.c:175
269fstatfs640x10dunsigned int fdsize_t szstruct statfs64 *buf---fs/statfs.c:196
270tgkill0x10epid_t tgidpid_t pidint sig---kernel/signal.c:2907
271utimes0x10fchar *filenamestruct timeval *utimes----fs/utimes.c:221
272fadvise64_640x110loff_t offset loff_t lenint advice----mm/fadvise.c:27
273vserver-------Not implemented
274mbind0x112unsigned long startunsigned long lenunsigned long modeunsigned long *nmaskunsigned long maxnodeunsigned flagsmm/mempolicy.c:1263
275get_mempolicy0x113int *policyunsigned long *nmaskunsigned long maxnodeunsigned long addrunsigned long flags-mm/mempolicy.c:1400
276set_mempolicy0x114int modeunsigned long *nmaskunsigned long maxnode---mm/mempolicy.c:1285
277mq_open0x115const char *u_nameint oflagumode_t modestruct mq_attr *u_attr--ipc/mqueue.c:803
278mq_unlink0x116const char *u_name-----ipc/mqueue.c:876
279mq_timedsend0x117mqd_t mqdesconst char *u_msg_ptrsize_t msg_lenunsigned int msg_prioconst struct timespec *u_abs_timeout-ipc/mqueue.c:971
280mq_timedreceive0x118mqd_t mqdeschar *u_msg_ptrsize_t msg_lenunsigned int *u_msg_prioconst struct timespec *u_abs_timeout-ipc/mqueue.c:1092
281mq_notify0x119mqd_t mqdesconst struct sigevent *u_notification----ipc/mqueue.c:1201
282mq_getsetattr0x11amqd_t mqdesconst struct mq_attr *u_mqstatstruct mq_attr *u_omqstat---ipc/mqueue.c:1333
283kexec_load0x11bunsigned long entryunsigned long nr_segmentsstruct kexec_segment *segmentsunsigned long flags--kernel/kexec.c:940
284waitid0x11cint whichpid_t upidstruct siginfo *infopint optionsstruct rusage *ru-kernel/exit.c:1763
286add_key0x11econst char *_typeconst char *_descriptionconst void *_payloadsize_t plenkey_serial_t ringid-security/keys/keyctl.c:54
287request_key0x11fconst char *_typeconst char *_descriptionconst char *_callout_infokey_serial_t destringid--security/keys/keyctl.c:147
288keyctl0x120int optionunsigned long arg2unsigned long arg3unsigned long arg4unsigned long arg5-security/keys/keyctl.c:1556
289ioprio_set0x121int whichint whoint ioprio---fs/ioprio.c:61
290ioprio_get0x122int whichint who----fs/ioprio.c:176
291inotify_init0x123------fs/notify/inotify/inotify_user.c:749
292inotify_add_watch0x124int fdconst char *pathnameu32 mask---fs/notify/inotify/inotify_user.c:754
293inotify_rm_watch0x125int fd__s32 wd----fs/notify/inotify/inotify_user.c:795
294migrate_pages0x126pid_t pidunsigned long maxnodeconst unsigned long *old_nodesconst unsigned long *new_nodes--mm/mempolicy.c:1304
295openat0x127int dfdconst char *filenameint flagsumode_t mode--fs/open.c:1059
296mkdirat0x128int dfdconst char *pathnameumode_t mode---fs/namei.c:2723
297mknodat0x129int dfdconst char *filenameumode_t modeunsigned dev--fs/namei.c:2646
298fchownat0x12aint dfdconst char *filenameuid_t usergid_t groupint flag-fs/open.c:559
299futimesat0x12bint dfdconst char *filenamestruct timeval *utimes---fs/utimes.c:193
300fstatat640x12cint dfdconst char *filenamestruct stat64 *statbufint flag--fs/stat.c:407
301unlinkat0x12dint dfdconst char *pathnameint flag---fs/namei.c:2968
302renameat0x12eint olddfdconst char *oldnameint newdfdconst char *newname--fs/namei.c:3309
303linkat0x12fint olddfdconst char *oldnameint newdfdconst char *newnameint flags-fs/namei.c:3097
304symlinkat0x130const char *oldnameint newdfdconst char *newname---fs/namei.c:3004
305readlinkat0x131int dfdconst char *pathnamechar *bufint bufsiz--fs/stat.c:293
306fchmodat0x132int dfdconst char *filenameumode_t mode---fs/open.c:486
307faccessat0x133int dfdconst char *filenameint mode---fs/open.c:299
308pselect60x134int nfd_set *inpfd_set *outpfd_set *expstruct timespec *tspvoid *sigfs/select.c:671
309ppoll0x135struct pollfd *ufdsunsigned int nfdsstruct timespec *tspconst sigset_t *sigmasksize_t sigsetsize-fs/select.c:942
310unshare0x136unsigned long unshare_flags-----kernel/fork.c:1778
311set_robust_list0x137struct robust_list_head *headsize_t len----kernel/futex.c:2422
312get_robust_list0x138int pidstruct robust_list_head * *head_ptrsize_t *len_ptr---kernel/futex.c:2444
313splice0x139int fd_inloff_t *off_inint fd_outloff_t *off_outsize_t lenunsigned int flagsfs/splice.c:1689
314sync_file_range0x13aloff_t offset loff_t nbytesunsigned int flags----fs/sync.c:275
315tee0x13bint fdinint fdoutsize_t lenunsigned int flags--fs/splice.c:2025
316vmsplice0x13cint fdconst struct iovec *iovunsigned long nr_segsunsigned int flags--fs/splice.c:1663
317move_pages0x13dpid_t pidunsigned long nr_pagesconst void * *pagesconst int *nodesint *statusint flagsmm/migrate.c:1343
318getcpu0x13eunsigned *cpupunsigned *nodepstruct getcpu_cache *unused---kernel/sys.c:2179
319epoll_pwait0x13fint epfdstruct epoll_event *eventsint maxeventsint timeoutconst sigset_t *sigmasksize_t sigsetsizefs/eventpoll.c:1860
320utimensat0x140int dfdconst char *filenamestruct timespec *utimesint flags--fs/utimes.c:175
321signalfd0x141int ufdsigset_t *user_masksize_t sizemask---fs/signalfd.c:292
322timerfd_create0x142int clockidint flags----fs/timerfd.c:252
323eventfd0x143unsigned int count-----fs/eventfd.c:431
324fallocate0x144int mode loff_t offsetloff_t len----fs/open.c:272
325timerfd_settime0x145int ufdint flagsconst struct itimerspec *utmrstruct itimerspec *otmr--fs/timerfd.c:283
326timerfd_gettime0x146int ufdstruct itimerspec *otmr----fs/timerfd.c:344
327signalfd40x147int ufdsigset_t *user_masksize_t sizemaskint flags--fs/signalfd.c:237
328eventfd20x148unsigned int countint flags----fs/eventfd.c:406
329epoll_create10x149int flags-----fs/eventpoll.c:1625
330dup30x14aunsigned int oldfdunsigned int newfdint flags---fs/fcntl.c:53
331pipe20x14bint *fildesint flags----fs/pipe.c:1133
332inotify_init10x14cint flags-----fs/notify/inotify/inotify_user.c:724
333preadv0x14dunsigned long fdconst struct iovec *vecunsigned long vlenunsigned long pos_lunsigned long pos_h-fs/read_write.c:835
334pwritev0x14eunsigned long fdconst struct iovec *vecunsigned long vlenunsigned long pos_lunsigned long pos_h-fs/read_write.c:860
335rt_tgsigqueueinfo0x14fpid_t tgidpid_t pidint sigsiginfo_t *uinfo--kernel/signal.c:2979
336perf_event_open0x150struct perf_event_attr *attr_uptrpid_t pidint cpuint group_fdunsigned long flags-kernel/events/core.c:6186
337recvmmsg0x151int fdstruct mmsghdr *mmsgunsigned int vlenunsigned int flagsstruct timespec *timeout-net/socket.c:2313
338fanotify_init0x152unsigned int flagsunsigned int event_f_flags----fs/notify/fanotify/fanotify_user.c:679
339fanotify_mark0x153unsigned int flags __u64 maskint dfd const char *pathname----fs/notify/fanotify/fanotify_user.c:767
340prlimit640x154pid_t pidunsigned int resourceconst struct rlimit64 *new_rlimstruct rlimit64 *old_rlim--kernel/sys.c:1599
341name_to_handle_at0x155int dfdconst char *namestruct file_handle *handleint *mnt_idint flag-fs/fhandle.c:92
342open_by_handle_at0x156int mountdirfdstruct file_handle *handleint flags---fs/fhandle.c:257
343clock_adjtime0x157const clockid_t which_clockstruct timex *utx----kernel/posix-timers.c:983
344syncfs0x158int fd-----fs/sync.c:134
345sendmmsg0x159int fdstruct mmsghdr *mmsgunsigned int vlenunsigned int flags--net/socket.c:2091
346setns0x15aint fdint nstype----kernel/nsproxy.c:235
347process_vm_readv0x15bpid_t pidconst struct iovec *lvecunsigned long liovcntconst struct iovec *rvecunsigned long riovcntunsigned long flagsmm/process_vm_access.c:398
348process_vm_writev0x15cpid_t pidconst struct iovec *lvecunsigned long liovcntconst struct iovec *rvecunsigned long riovcntunsigned long flagsmm/process_vm_access.c:405
349kcmp0x15dpid_t pid1pid_t pid2int typeunsigned long idx1unsigned long idx2-kernel/kcmp.c:95