# Name Registers Definition
param 0 param 1 param 2 param 3 param 4 param 5 param 6
6000read0x1770unsigned int fdchar *bufsize_t count---fs/read_write.c:460
6001write0x1771unsigned int fdconst char *bufsize_t count---fs/read_write.c:477
6002open0x1772const char *filenameint flagsumode_t mode---fs/open.c:1046
6003close0x1773unsigned int fd-----fs/open.c:1117
6004stat0x1774const char *filenamestruct __old_kernel_stat *statbuf----fs/stat.c:155
6005fstat0x1775unsigned int fdstruct __old_kernel_stat *statbuf----fs/stat.c:181
6006lstat0x1776const char *filenamestruct __old_kernel_stat *statbuf----fs/stat.c:168
6007poll0x1777struct pollfd *ufdsunsigned int nfdsint timeout_msecs---fs/select.c:908
6008lseek0x1778unsigned int fdoff_t offsetunsigned int origin---fs/read_write.c:230
6009mmap0x1779struct mmap_arg_struct *arg-----mm/mmap.c:1153
6010mprotect0x177aunsigned long startsize_t lenunsigned long prot---mm/mprotect.c:232
6011munmap0x177bunsigned long addrsize_t len----mm/mmap.c:2141
6012brk0x177cunsigned long brk-----mm/mmap.c:246
6013rt_sigaction0x177dint sigconst struct sigaction *actstruct sigaction *oactsize_t sigsetsize--kernel/signal.c:3174
6014rt_sigprocmask0x177eint howsigset_t *nsetsigset_t *osetsize_t sigsetsize--kernel/signal.c:2591
6015ioctl0x177funsigned int fdunsigned int cmdunsigned long arg---fs/ioctl.c:604
6016pread640x1780char *buf size_t countloff_t pos----fs/read_write.c:495
6017pwrite640x1781const char *buf size_t countloff_t pos----fs/read_write.c:524
6018readv0x1782unsigned long fdconst struct iovec *vecunsigned long vlen---fs/read_write.c:787
6019writev0x1783unsigned long fdconst struct iovec *vecunsigned long vlen---fs/read_write.c:808
6020access0x1784const char *filenameint mode----fs/open.c:370
6021pipe0x1785int *fildes-----fs/pipe.c:1149
6022_newselect0x1786int nfd_set *inpfd_set *outpfd_set *expstruct timeval *tvp-fs/select.c:593
6023sched_yield0x1787------kernel/sched/core.c:4711
6024mremap0x1788unsigned long addrunsigned long old_lenunsigned long new_lenunsigned long flagsunsigned long new_addr-mm/mremap.c:431
6025msync0x1789unsigned long startsize_t lenint flags---mm/msync.c:31
6026mincore0x178aunsigned long startsize_t lenunsigned char *vec---mm/mincore.c:266
6027madvise0x178bunsigned long startsize_t len_inint behavior---mm/madvise.c:362
6028shmget0x178ckey_t keysize_t sizeint shmflg---ipc/shm.c:574
6029shmat0x178dint shmidchar *shmaddrint shmflg---ipc/shm.c:1105
6030shmctl0x178eint shmidint cmdstruct shmid_ds *buf---ipc/shm.c:774
6031dup0x178funsigned int fildes-----fs/fcntl.c:131
6032dup20x1790unsigned int oldfdunsigned int newfd----fs/fcntl.c:116
6033pause0x1791------kernel/signal.c:3245
6034nanosleep0x1792struct timespec *rqtpstruct timespec *rmtp----kernel/hrtimer.c:1621
6035getitimer0x1793int whichstruct itimerval *value----kernel/itimer.c:103
6036setitimer0x1794int whichstruct itimerval *valuestruct itimerval *ovalue---kernel/itimer.c:278
6037alarm0x1795unsigned int seconds-----kernel/timer.c:1390
6038getpid0x1796------kernel/timer.c:1413
6039sendfile0x1797int out_fdint in_fdoff_t *offsetsize_t count--fs/read_write.c:973
6040socket0x1798int familyint typeint protocol---net/socket.c:1324
6041connect0x1799int fdstruct sockaddr *uservaddrint addrlen---net/socket.c:1600
6042accept0x179aint fdstruct sockaddr *upeer_sockaddrint *upeer_addrlen---net/socket.c:1582
6043sendto0x179bint fdvoid *buffsize_t lenunsigned int flagsstruct sockaddr *addrint addr_lennet/socket.c:1695
6044recvfrom0x179cint fdvoid *ubufsize_t sizeunsigned int flagsstruct sockaddr *addrint *addr_lennet/socket.c:1754
6045sendmsg0x179dint fdstruct msghdr *msgunsigned int flags---net/socket.c:2016
6046recvmsg0x179eint fdstruct msghdr *msgunsigned int flags---net/socket.c:2189
6047shutdown0x179fint fdint how----net/socket.c:1874
6048bind0x17a0int fdstruct sockaddr *umyaddrint addrlen---net/socket.c:1446
6049listen0x17a1int fdint backlog----net/socket.c:1475
6050getsockname0x17a2int fdstruct sockaddr *usockaddrint *usockaddr_len---net/socket.c:1632
6051getpeername0x17a3int fdstruct sockaddr *usockaddrint *usockaddr_len---net/socket.c:1663
6052socketpair0x17a4int familyint typeint protocolint *usockvec--net/socket.c:1365
6053setsockopt0x17a5int fdint levelint optnamechar *optvalint optlen-net/socket.c:1810
6054getsockopt0x17a6int fdint levelint optnamechar *optvalint *optlen-net/socket.c:1844
6055clone0x17a7------arch/mips/kernel/syscall.c:100
6056fork0x17a8------arch/mips/kernel/syscall.c:93
6057execve0x17a9------arch/mips/kernel/syscall.c:133
6058exit0x17aaint error_code-----kernel/exit.c:1095
6059wait40x17abpid_t upidint *stat_addrint optionsstruct rusage *ru--kernel/exit.c:1834
6060kill0x17acpid_t pidint sig----kernel/signal.c:2841
6061uname0x17adstruct old_utsname *name-----kernel/sys.c:1311
6062semget0x17aekey_t keyint nsemsint semflg---ipc/sem.c:367
6063semop0x17afint semidstruct sembuf *tsopsunsigned nsops---ipc/sem.c:1548
6064semctl0x17b0int semnum int cmdunion semun arg----ipc/sem.c:1121
6065shmdt0x17b1char *shmaddr-----ipc/shm.c:1121
6066msgget0x17b2key_t keyint msgflg----ipc/msg.c:312
6067msgsnd0x17b3int msqidstruct msgbuf *msgpsize_t msgszint msgflg--ipc/msg.c:726
6068msgrcv0x17b4int msqidstruct msgbuf *msgpsize_t msgszlong msgtypint msgflg-ipc/msg.c:907
6069msgctl0x17b5int msqidint cmdstruct msqid_ds *buf---ipc/msg.c:469
6070fcntl0x17b6unsigned int fdunsigned int cmdunsigned long arg---fs/fcntl.c:442
6071flock0x17b7unsigned int fdunsigned int cmd----fs/locks.c:1636
6072fsync0x17b8unsigned int fd-----fs/sync.c:201
6073fdatasync0x17b9unsigned int fd-----fs/sync.c:206
6074truncate0x17baconst char *pathlong length----fs/open.c:128
6075ftruncate0x17bbunsigned int fdunsigned long length----fs/open.c:178
6076getdents0x17bcunsigned int fdstruct linux_dirent *direntunsigned int count---fs/readdir.c:191
6077getcwd0x17bdchar *bufunsigned long size----fs/dcache.c:2885
6078chdir0x17beconst char *filename-----fs/open.c:375
6079fchdir0x17bfunsigned int fd-----fs/open.c:396
6080rename0x17c0const char *oldnameconst char *newname----fs/namei.c:3403
6081mkdir0x17c1const char *pathnameumode_t mode----fs/namei.c:2751
6082rmdir0x17c2const char *pathname-----fs/namei.c:2870
6083creat0x17c3const char *pathnameumode_t mode----fs/open.c:1079
6084link0x17c4const char *oldnameconst char *newname----fs/namei.c:3152
6085unlink0x17c5const char *pathname-----fs/namei.c:2979
6086symlink0x17c6const char *oldnameconst char *newname----fs/namei.c:3039
6087readlink0x17c7const char *pathchar *bufint bufsiz---fs/stat.c:321
6088chmod0x17c8const char *filenameumode_t mode----fs/open.c:499
6089fchmod0x17c9unsigned int fdumode_t mode----fs/open.c:472
6090chown0x17caconst char *filenameuid_t usergid_t group---fs/open.c:540
6091fchown0x17cbunsigned int fduid_t usergid_t group---fs/open.c:605
6092lchown0x17ccconst char *filenameuid_t usergid_t group---fs/open.c:586
6093umask0x17cdint mask-----kernel/sys.c:1782
6094gettimeofday0x17cestruct timeval *tvstruct timezone *tz----kernel/time.c:101
6095getrlimit0x17cfunsigned int resourcestruct rlimit *rlim----kernel/sys.c:1440
6096getrusage0x17d0int whostruct rusage *ru----kernel/sys.c:1774
6097sysinfo0x17d1struct sysinfo *info-----kernel/timer.c:1641
6098times0x17d2struct tms *tbuf-----kernel/sys.c:1058
6099ptrace0x17d3long requestlong pidunsigned long addrunsigned long data--kernel/ptrace.c:857
6100getuid0x17d4------kernel/timer.c:1435
6101syslog0x17d5int typechar *bufint len---kernel/printk.c:1195
6102getgid0x17d6------kernel/timer.c:1447
6103setuid0x17d7uid_t uid-----kernel/sys.c:761
6104setgid0x17d8gid_t gid-----kernel/sys.c:614
6105geteuid0x17d9------kernel/timer.c:1441
6106getegid0x17da------kernel/timer.c:1453
6107setpgid0x17dbpid_t pidpid_t pgid----kernel/sys.c:1083
6108getppid0x17dc------kernel/timer.c:1424
6109getpgrp0x17dd------kernel/sys.c:1184
6110setsid0x17de------kernel/sys.c:1219
6111setreuid0x17dfuid_t ruiduid_t euid----kernel/sys.c:690
6112setregid0x17e0gid_t rgidgid_t egid----kernel/sys.c:557
6113getgroups0x17e1int gidsetsizegid_t *grouplist----kernel/groups.c:202
6114setgroups0x17e2int gidsetsizegid_t *grouplist----kernel/groups.c:231
6115setresuid0x17e3uid_t ruiduid_t euiduid_t suid---kernel/sys.c:808
6116getresuid0x17e4uid_t *ruidpuid_t *euidpuid_t *suidp---kernel/sys.c:873
6117setresgid0x17e5gid_t rgidgid_t egidgid_t sgid---kernel/sys.c:893
6118getresgid0x17e6gid_t *rgidpgid_t *egidpgid_t *sgidp---kernel/sys.c:945
6119getpgid0x17e7pid_t pid-----kernel/sys.c:1154
6120setfsuid0x17e8uid_t uid-----kernel/sys.c:969
6121setfsgid0x17e9gid_t gid-----kernel/sys.c:1008
6122getsid0x17eapid_t pid-----kernel/sys.c:1191
6123capget0x17ebcap_user_header_t headercap_user_data_t dataptr----kernel/capability.c:158
6124capset0x17eccap_user_header_t headerconst cap_user_data_t data----kernel/capability.c:232
6125rt_sigpending0x17edsigset_t *setsize_t sigsetsize----kernel/signal.c:2651
6126rt_sigtimedwait0x17eeconst sigset_t *uthesesiginfo_t *uinfoconst struct timespec *utssize_t sigsetsize--kernel/signal.c:2805
6127rt_sigqueueinfo0x17efpid_t pidint sigsiginfo_t *uinfo---kernel/signal.c:2938
6128rt_sigsuspend0x17f0sigset_t *unewsetsize_t sigsetsize----kernel/signal.c:3274
6129sigaltstack0x17f1------arch/mips/kernel/signal.c:320
6130utime0x17f2char *filenamestruct utimbuf *times----fs/utimes.c:27
6131mknod0x17f3const char *filenameumode_t modeunsigned dev---fs/namei.c:2693
6132personality0x17f4unsigned int personality-----kernel/exec_domain.c:182
6133ustat0x17f5unsigned devstruct ustat *ubuf----fs/statfs.c:222
6134statfs0x17f6const char *pathnamestruct statfs *buf----fs/statfs.c:166
6135fstatfs0x17f7unsigned int fdstruct statfs *buf----fs/statfs.c:187
6136sysfs0x17f8int optionunsigned long arg1unsigned long arg2---fs/filesystems.c:183
6137getpriority0x17f9int whichint who----kernel/sys.c:241
6138setpriority0x17faint whichint whoint niceval---kernel/sys.c:172
6139sched_setparam0x17fbpid_t pidstruct sched_param *param----kernel/sched/core.c:4477
6140sched_getparam0x17fcpid_t pidstruct sched_param *param----kernel/sched/core.c:4512
6141sched_setscheduler0x17fdpid_t pidint policystruct sched_param *param---kernel/sched/core.c:4462
6142sched_getscheduler0x17fepid_t pid-----kernel/sched/core.c:4486
6143sched_get_priority_max0x17ffint policy-----kernel/sched/core.c:4935
6144sched_get_priority_min0x1800int policy-----kernel/sched/core.c:4960
6145sched_rr_get_interval0x1801pid_t pidstruct timespec *interval----kernel/sched/core.c:4985
6146mlock0x1802unsigned long startsize_t len----mm/mlock.c:482
6147munlock0x1803unsigned long startsize_t len----mm/mlock.c:512
6148mlockall0x1804int flags-----mm/mlock.c:549
6149munlockall0x1805------mm/mlock.c:582
6150vhangup0x1806------fs/open.c:1156
6151pivot_root0x1807const char *new_rootconst char *put_old----fs/namespace.c:2453
6152_sysctl0x1808struct __sysctl_args *args-----kernel/sysctl_binary.c:1444
6153prctl0x1809int optionunsigned long arg2unsigned long arg3unsigned long arg4unsigned long arg5-kernel/sys.c:1999
6154adjtimex0x180astruct timex *txc_p-----kernel/time.c:200
6155setrlimit0x180bunsigned int resourcestruct rlimit *rlim----kernel/sys.c:1641
6156chroot0x180cconst char *filename-----fs/open.c:422
6157sync0x180d------fs/sync.c:98
6158acct0x180econst char *name-----kernel/acct.c:255
6159settimeofday0x180fstruct timeval *tvstruct timezone *tz----kernel/time.c:179
6160mount0x1810char *dev_namechar *dir_namechar *typeunsigned long flagsvoid *data-fs/namespace.c:2362
6161umount20x1811char *nameint flags----fs/namespace.c:1190
6162swapon0x1812const char *specialfileint swap_flags----mm/swapfile.c:1996
6163swapoff0x1813const char *specialfile-----mm/swapfile.c:1539
6164reboot0x1814int magic1int magic2unsigned int cmdvoid *arg--kernel/sys.c:432
6165sethostname0x1815char *nameint len----kernel/sys.c:1365
6166setdomainname0x1816char *nameint len----kernel/sys.c:1416
6167create_module-------Not implemented
6168init_module0x1818void *umodunsigned long lenconst char *uargs---kernel/module.c:3010
6169delete_module0x1819const char *name_userunsigned int flags----kernel/module.c:768
6170get_kernel_syms-------Not implemented
6171query_module-------Not implemented
6172quotactl0x181cunsigned int cmdconst char *specialqid_t idvoid *addr--fs/quota/quota.c:346
6173nfsservctl-------Not implemented
6174getpmsg-------Not implemented
6175putpmsg-------Not implemented
6176afs_syscall-------Not implemented
6177reserved177-------Not implemented
6178gettid0x1822------kernel/timer.c:1569
6179readahead0x1823loff_t offset size_t count-----mm/readahead.c:579
6180setxattr0x1824const char *pathnameconst char *nameconst void *valuesize_t sizeint flags-fs/xattr.c:361
6181lsetxattr0x1825const char *pathnameconst char *nameconst void *valuesize_t sizeint flags-fs/xattr.c:380
6182fsetxattr0x1826int fdconst char *nameconst void *valuesize_t sizeint flags-fs/xattr.c:399
6183getxattr0x1827const char *pathnameconst char *namevoid *valuesize_t size--fs/xattr.c:459
6184lgetxattr0x1828const char *pathnameconst char *namevoid *valuesize_t size--fs/xattr.c:473
6185fgetxattr0x1829int fdconst char *namevoid *valuesize_t size--fs/xattr.c:487
6186listxattr0x182aconst char *pathnamechar *listsize_t size---fs/xattr.c:541
6187llistxattr0x182bconst char *pathnamechar *listsize_t size---fs/xattr.c:555
6188flistxattr0x182cint fdchar *listsize_t size---fs/xattr.c:569
6189removexattr0x182dconst char *pathnameconst char *name----fs/xattr.c:602
6190lremovexattr0x182econst char *pathnameconst char *name----fs/xattr.c:620
6191fremovexattr0x182fint fdconst char *name----fs/xattr.c:638
6192tkill0x1830pid_t pidint sig----kernel/signal.c:2923
6193reserved193-------Not implemented
6194futex0x1832u32 *uaddrint opu32 valstruct timespec *utimeu32 *uaddr2u32 val3kernel/futex.c:2680
6195sched_setaffinity0x1833pid_t pidunsigned int lenunsigned long *user_mask_ptr---kernel/sched/core.c:4626
6196sched_getaffinity0x1834pid_t pidunsigned int lenunsigned long *user_mask_ptr---kernel/sched/core.c:4677
6197cacheflush0x1835unsigned long addrunsigned long bytesunsigned int cache---arch/mips/mm/cache.c:67
6198cachectl0x1836char *addrint nbytesint op---arch/mips/kernel/syscall.c:303
6199sysmips0x1837------arch/mips/kernel/syscall.c:265
6200io_setup0x1838unsigned nr_eventsaio_context_t *ctxp----fs/aio.c:1298
6201io_destroy0x1839aio_context_t ctx-----fs/aio.c:1334
6202io_getevents0x183aaio_context_t ctx_idlong min_nrlong nrstruct io_event *eventsstruct timespec *timeout-fs/aio.c:1844
6203io_submit0x183baio_context_t ctx_idlong nrstruct iocb * *iocbpp---fs/aio.c:1746
6204io_cancel0x183caio_context_t ctx_idstruct iocb *iocbstruct io_event *result---fs/aio.c:1781
6205exit_group0x183dint error_code-----kernel/exit.c:1136
6206lookup_dcookie0x183echar *buf size_t len-----fs/dcookies.c:148
6207epoll_create0x183fint size-----fs/eventpoll.c:1668
6208epoll_ctl0x1840int epfdint opint fdstruct epoll_event *event--fs/eventpoll.c:1681
6209epoll_wait0x1841int epfdstruct epoll_event *eventsint maxeventsint timeout--fs/eventpoll.c:1809
6210remap_file_pages0x1842unsigned long startunsigned long sizeunsigned long protunsigned long pgoffunsigned long flags-mm/fremap.c:122
6211rt_sigreturn0x1843------arch/mips/kernel/signal.c:365
6212fcntl640x1844unsigned int fdunsigned int cmdunsigned long arg---fs/fcntl.c:468
6213set_tid_address0x1845int *tidptr-----kernel/fork.c:1109
6214restart_syscall0x1846------kernel/signal.c:2501
6215semtimedop0x1847int semidstruct sembuf *tsopsunsigned nsopsconst struct timespec *timeout--ipc/sem.c:1330
6216fadvise640x1848loff_t offset size_t lenint advice----mm/fadvise.c:148
6217statfs640x1849const char *pathnamesize_t szstruct statfs64 *buf---fs/statfs.c:175
6218fstatfs640x184aunsigned int fdsize_t szstruct statfs64 *buf---fs/statfs.c:196
6219sendfile640x184bint out_fdint in_fdloff_t *offsetsize_t count--fs/read_write.c:992
6220timer_create0x184cconst clockid_t which_clockstruct sigevent *timer_event_spectimer_t *created_timer_id---kernel/posix-timers.c:535
6221timer_settime0x184dtimer_t timer_idint flagsconst struct itimerspec *new_settingstruct itimerspec *old_setting--kernel/posix-timers.c:819
6222timer_gettime0x184etimer_t timer_idstruct itimerspec *setting----kernel/posix-timers.c:715
6223timer_getoverrun0x184ftimer_t timer_id-----kernel/posix-timers.c:751
6224timer_delete0x1850timer_t timer_id-----kernel/posix-timers.c:882
6225clock_settime0x1851const clockid_t which_clockconst struct timespec *tp----kernel/posix-timers.c:950
6226clock_gettime0x1852const clockid_t which_clockstruct timespec *tp----kernel/posix-timers.c:965
6227clock_getres0x1853const clockid_t which_clockstruct timespec *tp----kernel/posix-timers.c:1006
6228clock_nanosleep0x1854const clockid_t which_clockint flagsconst struct timespec *rqtpstruct timespec *rmtp--kernel/posix-timers.c:1035
6229tgkill0x1855pid_t tgidpid_t pidint sig---kernel/signal.c:2907
6230utimes0x1856char *filenamestruct timeval *utimes----fs/utimes.c:221
6231mbind0x1857unsigned long startunsigned long lenunsigned long modeunsigned long *nmaskunsigned long maxnodeunsigned flagsmm/mempolicy.c:1263
6232get_mempolicy0x1858int *policyunsigned long *nmaskunsigned long maxnodeunsigned long addrunsigned long flags-mm/mempolicy.c:1400
6233set_mempolicy0x1859int modeunsigned long *nmaskunsigned long maxnode---mm/mempolicy.c:1285
6234mq_open0x185aconst char *u_nameint oflagumode_t modestruct mq_attr *u_attr--ipc/mqueue.c:803
6235mq_unlink0x185bconst char *u_name-----ipc/mqueue.c:876
6236mq_timedsend0x185cmqd_t mqdesconst char *u_msg_ptrsize_t msg_lenunsigned int msg_prioconst struct timespec *u_abs_timeout-ipc/mqueue.c:971
6237mq_timedreceive0x185dmqd_t mqdeschar *u_msg_ptrsize_t msg_lenunsigned int *u_msg_prioconst struct timespec *u_abs_timeout-ipc/mqueue.c:1092
6238mq_notify0x185emqd_t mqdesconst struct sigevent *u_notification----ipc/mqueue.c:1201
6239mq_getsetattr0x185fmqd_t mqdesconst struct mq_attr *u_mqstatstruct mq_attr *u_omqstat---ipc/mqueue.c:1333
6240vserver-------Not implemented
6241waitid0x1861int whichpid_t upidstruct siginfo *infopint optionsstruct rusage *ru-kernel/exit.c:1763
6243add_key0x1863const char *_typeconst char *_descriptionconst void *_payloadsize_t plenkey_serial_t ringid-security/keys/keyctl.c:54
6244request_key0x1864const char *_typeconst char *_descriptionconst char *_callout_infokey_serial_t destringid--security/keys/keyctl.c:147
6245keyctl0x1865int optionunsigned long arg2unsigned long arg3unsigned long arg4unsigned long arg5-security/keys/keyctl.c:1556
6246set_thread_area0x1866unsigned long addr-----arch/mips/kernel/syscall.c:152
6247inotify_init0x1867------fs/notify/inotify/inotify_user.c:749
6248inotify_add_watch0x1868int fdconst char *pathnameu32 mask---fs/notify/inotify/inotify_user.c:754
6249inotify_rm_watch0x1869int fd__s32 wd----fs/notify/inotify/inotify_user.c:795
6250migrate_pages0x186apid_t pidunsigned long maxnodeconst unsigned long *old_nodesconst unsigned long *new_nodes--mm/mempolicy.c:1304
6251openat0x186bint dfdconst char *filenameint flagsumode_t mode--fs/open.c:1059
6252mkdirat0x186cint dfdconst char *pathnameumode_t mode---fs/namei.c:2723
6253mknodat0x186dint dfdconst char *filenameumode_t modeunsigned dev--fs/namei.c:2646
6254fchownat0x186eint dfdconst char *filenameuid_t usergid_t groupint flag-fs/open.c:559
6255futimesat0x186fint dfdconst char *filenamestruct timeval *utimes---fs/utimes.c:193
6256newfstatat0x1870int dfdconst char *filenamestruct stat *statbufint flag--fs/stat.c:269
6257unlinkat0x1871int dfdconst char *pathnameint flag---fs/namei.c:2968
6258renameat0x1872int olddfdconst char *oldnameint newdfdconst char *newname--fs/namei.c:3309
6259linkat0x1873int olddfdconst char *oldnameint newdfdconst char *newnameint flags-fs/namei.c:3097
6260symlinkat0x1874const char *oldnameint newdfdconst char *newname---fs/namei.c:3004
6261readlinkat0x1875int dfdconst char *pathnamechar *bufint bufsiz--fs/stat.c:293
6262fchmodat0x1876int dfdconst char *filenameumode_t mode---fs/open.c:486
6263faccessat0x1877int dfdconst char *filenameint mode---fs/open.c:299
6264pselect60x1878int nfd_set *inpfd_set *outpfd_set *expstruct timespec *tspvoid *sigfs/select.c:671
6265ppoll0x1879struct pollfd *ufdsunsigned int nfdsstruct timespec *tspconst sigset_t *sigmasksize_t sigsetsize-fs/select.c:942
6266unshare0x187aunsigned long unshare_flags-----kernel/fork.c:1778
6267splice0x187bint fd_inloff_t *off_inint fd_outloff_t *off_outsize_t lenunsigned int flagsfs/splice.c:1689
6268sync_file_range0x187cloff_t offset loff_t nbytesunsigned int flags----fs/sync.c:275
6269tee0x187dint fdinint fdoutsize_t lenunsigned int flags--fs/splice.c:2025
6270vmsplice0x187eint fdconst struct iovec *iovunsigned long nr_segsunsigned int flags--fs/splice.c:1663
6271move_pages0x187fpid_t pidunsigned long nr_pagesconst void * *pagesconst int *nodesint *statusint flagsmm/migrate.c:1343
6272set_robust_list0x1880struct robust_list_head *headsize_t len----kernel/futex.c:2422
6273get_robust_list0x1881int pidstruct robust_list_head * *head_ptrsize_t *len_ptr---kernel/futex.c:2444
6274kexec_load0x1882unsigned long entryunsigned long nr_segmentsstruct kexec_segment *segmentsunsigned long flags--kernel/kexec.c:940
6275getcpu0x1883unsigned *cpupunsigned *nodepstruct getcpu_cache *unused---kernel/sys.c:2179
6276epoll_pwait0x1884int epfdstruct epoll_event *eventsint maxeventsint timeoutconst sigset_t *sigmasksize_t sigsetsizefs/eventpoll.c:1860
6277ioprio_set0x1885int whichint whoint ioprio---fs/ioprio.c:61
6278ioprio_get0x1886int whichint who----fs/ioprio.c:176
6279utimensat0x1887int dfdconst char *filenamestruct timespec *utimesint flags--fs/utimes.c:175
6280signalfd0x1888int ufdsigset_t *user_masksize_t sizemask---fs/signalfd.c:292
6281timerfd-------Not implemented
6282eventfd0x188aunsigned int count-----fs/eventfd.c:431
6283fallocate0x188bint mode loff_t offsetloff_t len----fs/open.c:272
6284timerfd_create0x188cint clockidint flags----fs/timerfd.c:252
6285timerfd_gettime0x188dint ufdstruct itimerspec *otmr----fs/timerfd.c:344
6286timerfd_settime0x188eint ufdint flagsconst struct itimerspec *utmrstruct itimerspec *otmr--fs/timerfd.c:283
6287signalfd40x188fint ufdsigset_t *user_masksize_t sizemaskint flags--fs/signalfd.c:237
6288eventfd20x1890unsigned int countint flags----fs/eventfd.c:406
6289epoll_create10x1891int flags-----fs/eventpoll.c:1625
6290dup30x1892unsigned int oldfdunsigned int newfdint flags---fs/fcntl.c:53
6291pipe20x1893int *fildesint flags----fs/pipe.c:1133
6292inotify_init10x1894int flags-----fs/notify/inotify/inotify_user.c:724
6293preadv0x1895unsigned long fdconst struct iovec *vecunsigned long vlenunsigned long pos_lunsigned long pos_h-fs/read_write.c:835
6294pwritev0x1896unsigned long fdconst struct iovec *vecunsigned long vlenunsigned long pos_lunsigned long pos_h-fs/read_write.c:860
6295rt_tgsigqueueinfo0x1897pid_t tgidpid_t pidint sigsiginfo_t *uinfo--kernel/signal.c:2979
6296perf_event_open0x1898struct perf_event_attr *attr_uptrpid_t pidint cpuint group_fdunsigned long flags-kernel/events/core.c:6186
6297accept40x1899int fdstruct sockaddr *upeer_sockaddrint *upeer_addrlenint flags--net/socket.c:1508
6298recvmmsg0x189aint fdstruct mmsghdr *mmsgunsigned int vlenunsigned int flagsstruct timespec *timeout-net/socket.c:2313
6299getdents640x189bunsigned int fdstruct linux_dirent64 *direntunsigned int count---fs/readdir.c:272
6300fanotify_init0x189cunsigned int flagsunsigned int event_f_flags----fs/notify/fanotify/fanotify_user.c:679
6301fanotify_mark0x189dunsigned int flags __u64 maskint dfd const char *pathname----fs/notify/fanotify/fanotify_user.c:767
6302prlimit640x189epid_t pidunsigned int resourceconst struct rlimit64 *new_rlimstruct rlimit64 *old_rlim--kernel/sys.c:1599
6303name_to_handle_at0x189fint dfdconst char *namestruct file_handle *handleint *mnt_idint flag-fs/fhandle.c:92
6304open_by_handle_at0x18a0int mountdirfdstruct file_handle *handleint flags---fs/fhandle.c:257
6305clock_adjtime0x18a1const clockid_t which_clockstruct timex *utx----kernel/posix-timers.c:983
6306syncfs0x18a2int fd-----fs/sync.c:134
6307sendmmsg0x18a3int fdstruct mmsghdr *mmsgunsigned int vlenunsigned int flags--net/socket.c:2091
6308setns0x18a4int fdint nstype----kernel/nsproxy.c:235
6309process_vm_readv0x18a5pid_t pidconst struct iovec *lvecunsigned long liovcntconst struct iovec *rvecunsigned long riovcntunsigned long flagsmm/process_vm_access.c:398
6310process_vm_writev0x18a6pid_t pidconst struct iovec *lvecunsigned long liovcntconst struct iovec *rvecunsigned long riovcntunsigned long flagsmm/process_vm_access.c:405