# Name Registers Definition
r7 r0 r1 r2 r3 r4 r5
9437184restart_syscall0x900000------kernel/signal.c:2501
9437185exit0x900001int error_code-----kernel/exit.c:1095
9437186fork0x900002------arch/arm/kernel/sys_arm.c:34
9437187read0x900003unsigned int fdchar *bufsize_t count---fs/read_write.c:460
9437188write0x900004unsigned int fdconst char *bufsize_t count---fs/read_write.c:477
9437189open0x900005const char *filenameint flagsumode_t mode---fs/open.c:1046
9437190close0x900006unsigned int fd-----fs/open.c:1117
9437192creat0x900008const char *pathnameumode_t mode----fs/open.c:1079
9437193link0x900009const char *oldnameconst char *newname----fs/namei.c:3152
9437194unlink0x90000aconst char *pathname-----fs/namei.c:2979
9437195execve0x90000bconst char *filenameiconst char *const *argvconst char *const *envp---arch/arm/kernel/sys_arm.c:65
9437196chdir0x90000cconst char *filename-----fs/open.c:375
9437197time0x90000dtime_t *tloc-----kernel/time.c:62
9437198mknod0x90000econst char *filenameumode_t modeunsigned dev---fs/namei.c:2693
9437199chmod0x90000fconst char *filenameumode_t mode----fs/open.c:499
9437200lchown0x900010const char *filenameuid_t usergid_t group---fs/open.c:586
9437203lseek0x900013unsigned int fdoff_t offsetunsigned int origin---fs/read_write.c:230
9437204getpid0x900014------kernel/timer.c:1413
9437205mount0x900015char *dev_namechar *dir_namechar *typeunsigned long flagsvoid *data-fs/namespace.c:2362
9437206umount0x900016char *nameint flags----fs/namespace.c:1190
9437207setuid0x900017uid_t uid-----kernel/sys.c:761
9437208getuid0x900018------kernel/timer.c:1435
9437209stime0x900019time_t *tptr-----kernel/time.c:81
9437210ptrace0x90001along requestlong pidunsigned long addrunsigned long data--kernel/ptrace.c:857
9437211alarm0x90001bunsigned int seconds-----kernel/timer.c:1390
9437213pause0x90001d------kernel/signal.c:3245
9437214utime0x90001echar *filenamestruct utimbuf *times----fs/utimes.c:27
9437217access0x900021const char *filenameint mode----fs/open.c:370
9437218nice0x900022int increment-----kernel/sched/core.c:4119
9437220sync0x900024------fs/sync.c:98
9437221kill0x900025pid_t pidint sig----kernel/signal.c:2841
9437222rename0x900026const char *oldnameconst char *newname----fs/namei.c:3403
9437223mkdir0x900027const char *pathnameumode_t mode----fs/namei.c:2751
9437224rmdir0x900028const char *pathname-----fs/namei.c:2870
9437225dup0x900029unsigned int fildes-----fs/fcntl.c:131
9437226pipe0x90002aint *fildes-----fs/pipe.c:1149
9437227times0x90002bstruct tms *tbuf-----kernel/sys.c:1058
9437229brk0x90002dunsigned long brk-----mm/mmap.c:246
9437230setgid0x90002egid_t gid-----kernel/sys.c:614
9437231getgid0x90002f------kernel/timer.c:1447
9437233geteuid0x900031------kernel/timer.c:1441
9437234getegid0x900032------kernel/timer.c:1453
9437235acct0x900033const char *name-----kernel/acct.c:255
9437236umount20x900034char *nameint flags----fs/namespace.c:1190
9437238ioctl0x900036unsigned int fdunsigned int cmdunsigned long arg---fs/ioctl.c:604
9437239fcntl0x900037unsigned int fdunsigned int cmdunsigned long arg---fs/fcntl.c:442
9437241setpgid0x900039pid_t pidpid_t pgid----kernel/sys.c:1083
9437244umask0x90003cint mask-----kernel/sys.c:1782
9437245chroot0x90003dconst char *filename-----fs/open.c:422
9437246ustat0x90003eunsigned devstruct ustat *ubuf----fs/statfs.c:222
9437247dup20x90003funsigned int oldfdunsigned int newfd----fs/fcntl.c:116
9437248getppid0x900040------kernel/timer.c:1424
9437249getpgrp0x900041------kernel/sys.c:1184
9437250setsid0x900042------kernel/sys.c:1219
9437251sigaction0x900043int sigconst struct old_sigaction *actstruct old_sigaction *oact---arch/arm/kernel/signal.c:73
9437254setreuid0x900046uid_t ruiduid_t euid----kernel/sys.c:690
9437255setregid0x900047gid_t rgidgid_t egid----kernel/sys.c:557
9437256sigsuspend0x900048int restartunsigned long oldmaskold_sigset_t mask---arch/arm/kernel/signal.c:65
9437257sigpending0x900049old_sigset_t *set-----kernel/signal.c:3107
9437258sethostname0x90004achar *nameint len----kernel/sys.c:1365
9437259setrlimit0x90004bunsigned int resourcestruct rlimit *rlim----kernel/sys.c:1641
9437260getrlimit0x90004cunsigned int resourcestruct rlimit *rlim----kernel/sys.c:1440
9437261getrusage0x90004dint whostruct rusage *ru----kernel/sys.c:1774
9437262gettimeofday0x90004estruct timeval *tvstruct timezone *tz----kernel/time.c:101
9437263settimeofday0x90004fstruct timeval *tvstruct timezone *tz----kernel/time.c:179
9437264getgroups0x900050int gidsetsizegid_t *grouplist----kernel/groups.c:202
9437265setgroups0x900051int gidsetsizegid_t *grouplist----kernel/groups.c:231
9437266select0x900052int nfd_set *inpfd_set *outpfd_set *expstruct timeval *tvp-fs/select.c:593
9437267symlink0x900053const char *oldnameconst char *newname----fs/namei.c:3039
9437269readlink0x900055const char *pathchar *bufint bufsiz---fs/stat.c:321
9437270uselib0x900056const char *library-----fs/exec.c:116
9437271swapon0x900057const char *specialfileint swap_flags----mm/swapfile.c:1996
9437272reboot0x900058int magic1int magic2unsigned int cmdvoid *arg--kernel/sys.c:432
9437273readdir0x900059unsigned int fdstruct old_linux_dirent *direntunsigned int count---fs/readdir.c:105
9437274mmap0x90005astruct mmap_arg_struct *arg-----mm/mmap.c:1153
9437275munmap0x90005bunsigned long addrsize_t len----mm/mmap.c:2141
9437276truncate0x90005cconst char *pathlong length----fs/open.c:128
9437277ftruncate0x90005dunsigned int fdunsigned long length----fs/open.c:178
9437278fchmod0x90005eunsigned int fdumode_t mode----fs/open.c:472
9437279fchown0x90005funsigned int fduid_t usergid_t group---fs/open.c:605
9437280getpriority0x900060int whichint who----kernel/sys.c:241
9437281setpriority0x900061int whichint whoint niceval---kernel/sys.c:172
9437283statfs0x900063const char *pathnamestruct statfs *buf----fs/statfs.c:166
9437284fstatfs0x900064unsigned int fdstruct statfs *buf----fs/statfs.c:187
9437286socketcall0x900066int callunsigned long *args----net/socket.c:2355
9437287syslog0x900067int typechar *bufint len---kernel/printk.c:1195
9437288setitimer0x900068int whichstruct itimerval *valuestruct itimerval *ovalue---kernel/itimer.c:278
9437289getitimer0x900069int whichstruct itimerval *value----kernel/itimer.c:103
9437290stat0x90006aconst char *filenamestruct __old_kernel_stat *statbuf----fs/stat.c:155
9437291lstat0x90006bconst char *filenamestruct __old_kernel_stat *statbuf----fs/stat.c:168
9437292fstat0x90006cunsigned int fdstruct __old_kernel_stat *statbuf----fs/stat.c:181
9437295vhangup0x90006f------fs/open.c:1156
9437297syscall0x900071------arch/arm/kernel/entry-common.S:502
9437298wait40x900072pid_t upidint *stat_addrint optionsstruct rusage *ru--kernel/exit.c:1834
9437299swapoff0x900073const char *specialfile-----mm/swapfile.c:1539
9437300sysinfo0x900074struct sysinfo *info-----kernel/timer.c:1641
9437301ipc0x900075unsigned int callint firstunsigned long secondunsigned long thirdvoid *ptrlong fifthipc/syscall.c:16
9437302fsync0x900076unsigned int fd-----fs/sync.c:201
9437303sigreturn0x900077------arch/arm/kernel/signal.c:264
9437304clone0x900078unsigned long clone_flagsunsigned long newspint *parent_tidptrint tls_valint *child_tidptr-arch/arm/kernel/sys_arm.c:47
9437305setdomainname0x900079char *nameint len----kernel/sys.c:1416
9437306uname0x90007astruct old_utsname *name-----kernel/sys.c:1311
9437308adjtimex0x90007cstruct timex *txc_p-----kernel/time.c:200
9437309mprotect0x90007dunsigned long startsize_t lenunsigned long prot---mm/mprotect.c:232
9437310sigprocmask0x90007eint howold_sigset_t *nsetold_sigset_t *oset---kernel/signal.c:3125
9437312init_module0x900080void *umodunsigned long lenconst char *uargs---kernel/module.c:3010
9437313delete_module0x900081const char *name_userunsigned int flags----kernel/module.c:768
9437315quotactl0x900083unsigned int cmdconst char *specialqid_t idvoid *addr--fs/quota/quota.c:346
9437316getpgid0x900084pid_t pid-----kernel/sys.c:1154
9437317fchdir0x900085unsigned int fd-----fs/open.c:396
9437318bdflush0x900086int funclong data----fs/buffer.c:3130
9437319sysfs0x900087int optionunsigned long arg1unsigned long arg2---fs/filesystems.c:183
9437320personality0x900088unsigned int personality-----kernel/exec_domain.c:182
9437322setfsuid0x90008auid_t uid-----kernel/sys.c:969
9437323setfsgid0x90008bgid_t gid-----kernel/sys.c:1008
9437324_llseek0x90008cunsigned int fdunsigned long offset_highunsigned long offset_lowloff_t *resultunsigned int origin-fs/read_write.c:254
9437325getdents0x90008dunsigned int fdstruct linux_dirent *direntunsigned int count---fs/readdir.c:191
9437326_newselect0x90008eint nfd_set *inpfd_set *outpfd_set *expstruct timeval *tvp-fs/select.c:593
9437327flock0x90008funsigned int fdunsigned int cmd----fs/locks.c:1636
9437328msync0x900090unsigned long startsize_t lenint flags---mm/msync.c:31
9437329readv0x900091unsigned long fdconst struct iovec *vecunsigned long vlen---fs/read_write.c:787
9437330writev0x900092unsigned long fdconst struct iovec *vecunsigned long vlen---fs/read_write.c:808
9437331getsid0x900093pid_t pid-----kernel/sys.c:1191
9437332fdatasync0x900094unsigned int fd-----fs/sync.c:206
9437333_sysctl0x900095struct __sysctl_args *args-----kernel/sysctl_binary.c:1444
9437334mlock0x900096unsigned long startsize_t len----mm/mlock.c:482
9437335munlock0x900097unsigned long startsize_t len----mm/mlock.c:512
9437336mlockall0x900098int flags-----mm/mlock.c:549
9437337munlockall0x900099------mm/mlock.c:582
9437338sched_setparam0x90009apid_t pidstruct sched_param *param----kernel/sched/core.c:4477
9437339sched_getparam0x90009bpid_t pidstruct sched_param *param----kernel/sched/core.c:4512
9437340sched_setscheduler0x90009cpid_t pidint policystruct sched_param *param---kernel/sched/core.c:4462
9437341sched_getscheduler0x90009dpid_t pid-----kernel/sched/core.c:4486
9437342sched_yield0x90009e------kernel/sched/core.c:4711
9437343sched_get_priority_max0x90009fint policy-----kernel/sched/core.c:4935
9437344sched_get_priority_min0x9000a0int policy-----kernel/sched/core.c:4960
9437345sched_rr_get_interval0x9000a1pid_t pidstruct timespec *interval----kernel/sched/core.c:4985
9437346nanosleep0x9000a2struct timespec *rqtpstruct timespec *rmtp----kernel/hrtimer.c:1621
9437347mremap0x9000a3unsigned long addrunsigned long old_lenunsigned long new_lenunsigned long flagsunsigned long new_addr-mm/mremap.c:431
9437348setresuid0x9000a4uid_t ruiduid_t euiduid_t suid---kernel/sys.c:808
9437349getresuid0x9000a5uid_t *ruidpuid_t *euidpuid_t *suidp---kernel/sys.c:873
9437352poll0x9000a8struct pollfd *ufdsunsigned int nfdsint timeout_msecs---fs/select.c:908
9437353nfsservctl-------Not implemented
9437354setresgid0x9000aagid_t rgidgid_t egidgid_t sgid---kernel/sys.c:893
9437355getresgid0x9000abgid_t *rgidpgid_t *egidpgid_t *sgidp---kernel/sys.c:945
9437356prctl0x9000acint optionunsigned long arg2unsigned long arg3unsigned long arg4unsigned long arg5-kernel/sys.c:1999
9437357rt_sigreturn0x9000ad------arch/arm/kernel/signal.c:294
9437358rt_sigaction0x9000aeint sigconst struct sigaction *actstruct sigaction *oactsize_t sigsetsize--kernel/signal.c:3174
9437359rt_sigprocmask0x9000afint howsigset_t *nsetsigset_t *osetsize_t sigsetsize--kernel/signal.c:2591
9437360rt_sigpending0x9000b0sigset_t *setsize_t sigsetsize----kernel/signal.c:2651
9437361rt_sigtimedwait0x9000b1const sigset_t *uthesesiginfo_t *uinfoconst struct timespec *utssize_t sigsetsize--kernel/signal.c:2805
9437362rt_sigqueueinfo0x9000b2pid_t pidint sigsiginfo_t *uinfo---kernel/signal.c:2938
9437363rt_sigsuspend0x9000b3sigset_t *unewsetsize_t sigsetsize----kernel/signal.c:3274
9437364pread640x9000b4char *buf size_t countloff_t pos----fs/read_write.c:495
9437365pwrite640x9000b5const char *buf size_t countloff_t pos----fs/read_write.c:524
9437366chown0x9000b6const char *filenameuid_t usergid_t group---fs/open.c:540
9437367getcwd0x9000b7char *bufunsigned long size----fs/dcache.c:2885
9437368capget0x9000b8cap_user_header_t headercap_user_data_t dataptr----kernel/capability.c:158
9437369capset0x9000b9cap_user_header_t headerconst cap_user_data_t data----kernel/capability.c:232
9437370sigaltstack-------Not implemented
9437371sendfile0x9000bbint out_fdint in_fdoff_t *offsetsize_t count--fs/read_write.c:973
9437374vfork0x9000be------arch/arm/kernel/sys_arm.c:57
9437375ugetrlimit0x9000bfunsigned int resourcestruct rlimit *rlim----kernel/sys.c:1440
9437376mmap20x9000c0unsigned long addrunsigned long lenunsigned long protunsigned long flagsunsigned long fdunsigned long pgoffmm/mmap.c:1105
9437377truncate640x9000c1loff_t length-----fs/open.c:188
9437378ftruncate640x9000c2loff_t length-----fs/open.c:200
9437379stat640x9000c3const char *filenamestruct stat64 *statbuf----fs/stat.c:372
9437380lstat640x9000c4const char *filenamestruct stat64 *statbuf----fs/stat.c:384
9437381fstat640x9000c5unsigned long fdstruct stat64 *statbuf----fs/stat.c:396
9437382lchown320x9000c6const char *filenameuid_t usergid_t group---fs/open.c:586
9437383getuid320x9000c7------kernel/timer.c:1435
9437384getgid320x9000c8------kernel/timer.c:1447
9437385geteuid320x9000c9------kernel/timer.c:1441
9437386getegid320x9000ca------kernel/timer.c:1453
9437387setreuid320x9000cbuid_t ruiduid_t euid----kernel/sys.c:690
9437388setregid320x9000ccgid_t rgidgid_t egid----kernel/sys.c:557
9437389getgroups320x9000cdint gidsetsizegid_t *grouplist----kernel/groups.c:202
9437390setgroups320x9000ceint gidsetsizegid_t *grouplist----kernel/groups.c:231
9437391fchown320x9000cfunsigned int fduid_t usergid_t group---fs/open.c:605
9437392setresuid320x9000d0uid_t ruiduid_t euiduid_t suid---kernel/sys.c:808
9437393getresuid320x9000d1uid_t *ruidpuid_t *euidpuid_t *suidp---kernel/sys.c:873
9437394setresgid320x9000d2gid_t rgidgid_t egidgid_t sgid---kernel/sys.c:893
9437395getresgid320x9000d3gid_t *rgidpgid_t *egidpgid_t *sgidp---kernel/sys.c:945
9437396chown320x9000d4const char *filenameuid_t usergid_t group---fs/open.c:540
9437397setuid320x9000d5uid_t uid-----kernel/sys.c:761
9437398setgid320x9000d6gid_t gid-----kernel/sys.c:614
9437399setfsuid320x9000d7uid_t uid-----kernel/sys.c:969
9437400setfsgid320x9000d8gid_t gid-----kernel/sys.c:1008
9437401getdents640x9000d9unsigned int fdstruct linux_dirent64 *direntunsigned int count---fs/readdir.c:272
9437402pivot_root0x9000daconst char *new_rootconst char *put_old----fs/namespace.c:2453
9437403mincore0x9000dbunsigned long startsize_t lenunsigned char *vec---mm/mincore.c:266
9437404madvise0x9000dcunsigned long startsize_t len_inint behavior---mm/madvise.c:362
9437405fcntl640x9000ddunsigned int fdunsigned int cmdunsigned long arg---fs/fcntl.c:468
9437408gettid0x9000e0------kernel/timer.c:1569
9437409readahead0x9000e1loff_t offset size_t count-----mm/readahead.c:579
9437410setxattr0x9000e2const char *pathnameconst char *nameconst void *valuesize_t sizeint flags-fs/xattr.c:361
9437411lsetxattr0x9000e3const char *pathnameconst char *nameconst void *valuesize_t sizeint flags-fs/xattr.c:380
9437412fsetxattr0x9000e4int fdconst char *nameconst void *valuesize_t sizeint flags-fs/xattr.c:399
9437413getxattr0x9000e5const char *pathnameconst char *namevoid *valuesize_t size--fs/xattr.c:459
9437414lgetxattr0x9000e6const char *pathnameconst char *namevoid *valuesize_t size--fs/xattr.c:473
9437415fgetxattr0x9000e7int fdconst char *namevoid *valuesize_t size--fs/xattr.c:487
9437416listxattr0x9000e8const char *pathnamechar *listsize_t size---fs/xattr.c:541
9437417llistxattr0x9000e9const char *pathnamechar *listsize_t size---fs/xattr.c:555
9437418flistxattr0x9000eaint fdchar *listsize_t size---fs/xattr.c:569
9437419removexattr0x9000ebconst char *pathnameconst char *name----fs/xattr.c:602
9437420lremovexattr0x9000ecconst char *pathnameconst char *name----fs/xattr.c:620
9437421fremovexattr0x9000edint fdconst char *name----fs/xattr.c:638
9437422tkill0x9000eepid_t pidint sig----kernel/signal.c:2923
9437423sendfile640x9000efint out_fdint in_fdloff_t *offsetsize_t count--fs/read_write.c:992
9437424futex0x9000f0u32 *uaddrint opu32 valstruct timespec *utimeu32 *uaddr2u32 val3kernel/futex.c:2680
9437425sched_setaffinity0x9000f1pid_t pidunsigned int lenunsigned long *user_mask_ptr---kernel/sched/core.c:4626
9437426sched_getaffinity0x9000f2pid_t pidunsigned int lenunsigned long *user_mask_ptr---kernel/sched/core.c:4677
9437427io_setup0x9000f3unsigned nr_eventsaio_context_t *ctxp----fs/aio.c:1298
9437428io_destroy0x9000f4aio_context_t ctx-----fs/aio.c:1334
9437429io_getevents0x9000f5aio_context_t ctx_idlong min_nrlong nrstruct io_event *eventsstruct timespec *timeout-fs/aio.c:1844
9437430io_submit0x9000f6aio_context_t ctx_idlong nrstruct iocb * *iocbpp---fs/aio.c:1746
9437431io_cancel0x9000f7aio_context_t ctx_idstruct iocb *iocbstruct io_event *result---fs/aio.c:1781
9437432exit_group0x9000f8int error_code-----kernel/exit.c:1136
9437433lookup_dcookie0x9000f9char *buf size_t len-----fs/dcookies.c:148
9437434epoll_create0x9000faint size-----fs/eventpoll.c:1668
9437435epoll_ctl0x9000fbint epfdint opint fdstruct epoll_event *event--fs/eventpoll.c:1681
9437436epoll_wait0x9000fcint epfdstruct epoll_event *eventsint maxeventsint timeout--fs/eventpoll.c:1809
9437437remap_file_pages0x9000fdunsigned long startunsigned long sizeunsigned long protunsigned long pgoffunsigned long flags-mm/fremap.c:122
9437440set_tid_address0x900100int *tidptr-----kernel/fork.c:1109
9437441timer_create0x900101const clockid_t which_clockstruct sigevent *timer_event_spectimer_t *created_timer_id---kernel/posix-timers.c:535
9437442timer_settime0x900102timer_t timer_idint flagsconst struct itimerspec *new_settingstruct itimerspec *old_setting--kernel/posix-timers.c:819
9437443timer_gettime0x900103timer_t timer_idstruct itimerspec *setting----kernel/posix-timers.c:715
9437444timer_getoverrun0x900104timer_t timer_id-----kernel/posix-timers.c:751
9437445timer_delete0x900105timer_t timer_id-----kernel/posix-timers.c:882
9437446clock_settime0x900106const clockid_t which_clockconst struct timespec *tp----kernel/posix-timers.c:950
9437447clock_gettime0x900107const clockid_t which_clockstruct timespec *tp----kernel/posix-timers.c:965
9437448clock_getres0x900108const clockid_t which_clockstruct timespec *tp----kernel/posix-timers.c:1006
9437449clock_nanosleep0x900109const clockid_t which_clockint flagsconst struct timespec *rqtpstruct timespec *rmtp--kernel/posix-timers.c:1035
9437450statfs640x90010aconst char *pathnamesize_t szstruct statfs64 *buf---fs/statfs.c:175
9437451fstatfs640x90010bunsigned int fdsize_t szstruct statfs64 *buf---fs/statfs.c:196
9437452tgkill0x90010cpid_t tgidpid_t pidint sig---kernel/signal.c:2907
9437453utimes0x90010dchar *filenamestruct timeval *utimes----fs/utimes.c:221
9437454arm_fadvise64_640x90010eint fdint adviceloff_t offsetloff_t len--arch/arm/kernel/sys_arm.c:129
9437455pciconfig_iobase-------Not implemented
9437456pciconfig_read0x900110unsigned long busunsigned long dfnunsigned long offunsigned long lenvoid *buf-drivers/pci/syscall.c:16
9437457pciconfig_write0x900111unsigned long busunsigned long dfnunsigned long offunsigned long lenvoid *buf-drivers/pci/syscall.c:86
9437458mq_open0x900112const char *u_nameint oflagumode_t modestruct mq_attr *u_attr--ipc/mqueue.c:803
9437459mq_unlink0x900113const char *u_name-----ipc/mqueue.c:876
9437460mq_timedsend0x900114mqd_t mqdesconst char *u_msg_ptrsize_t msg_lenunsigned int msg_prioconst struct timespec *u_abs_timeout-ipc/mqueue.c:971
9437461mq_timedreceive0x900115mqd_t mqdeschar *u_msg_ptrsize_t msg_lenunsigned int *u_msg_prioconst struct timespec *u_abs_timeout-ipc/mqueue.c:1092
9437462mq_notify0x900116mqd_t mqdesconst struct sigevent *u_notification----ipc/mqueue.c:1201
9437463mq_getsetattr0x900117mqd_t mqdesconst struct mq_attr *u_mqstatstruct mq_attr *u_omqstat---ipc/mqueue.c:1333
9437464waitid0x900118int whichpid_t upidstruct siginfo *infopint optionsstruct rusage *ru-kernel/exit.c:1763
9437465socket0x900119int familyint typeint protocol---net/socket.c:1324
9437466bind0x90011aint fdstruct sockaddr *umyaddrint addrlen---net/socket.c:1446
9437467connect0x90011bint fdstruct sockaddr *uservaddrint addrlen---net/socket.c:1600
9437468listen0x90011cint fdint backlog----net/socket.c:1475
9437469accept0x90011dint fdstruct sockaddr *upeer_sockaddrint *upeer_addrlen---net/socket.c:1582
9437470getsockname0x90011eint fdstruct sockaddr *usockaddrint *usockaddr_len---net/socket.c:1632
9437471getpeername0x90011fint fdstruct sockaddr *usockaddrint *usockaddr_len---net/socket.c:1663
9437472socketpair0x900120int familyint typeint protocolint *usockvec--net/socket.c:1365
9437473send0x900121int fdvoid *buffsize_t lenunsigned int flags--net/socket.c:1742
9437474sendto0x900122int fdvoid *buffsize_t lenunsigned int flagsstruct sockaddr *addrint addr_lennet/socket.c:1695
9437475recv0x900123int fdvoid *ubufsize_t sizeunsigned int flags--net/socket.c:1799
9437476recvfrom0x900124int fdvoid *ubufsize_t sizeunsigned int flagsstruct sockaddr *addrint *addr_lennet/socket.c:1754
9437477shutdown0x900125int fdint how----net/socket.c:1874
9437478setsockopt0x900126int fdint levelint optnamechar *optvalint optlen-net/socket.c:1810
9437479getsockopt0x900127int fdint levelint optnamechar *optvalint *optlen-net/socket.c:1844
9437480sendmsg0x900128int fdstruct msghdr *msgunsigned int flags---net/socket.c:2016
9437481recvmsg0x900129int fdstruct msghdr *msgunsigned int flags---net/socket.c:2189
9437482semop0x90012aint semidstruct sembuf *tsopsunsigned nsops---ipc/sem.c:1548
9437483semget0x90012bkey_t keyint nsemsint semflg---ipc/sem.c:367
9437484semctl0x90012cint semnum int cmdunion semun arg----ipc/sem.c:1121
9437485msgsnd0x90012dint msqidstruct msgbuf *msgpsize_t msgszint msgflg--ipc/msg.c:726
9437486msgrcv0x90012eint msqidstruct msgbuf *msgpsize_t msgszlong msgtypint msgflg-ipc/msg.c:907
9437487msgget0x90012fkey_t keyint msgflg----ipc/msg.c:312
9437488msgctl0x900130int msqidint cmdstruct msqid_ds *buf---ipc/msg.c:469
9437489shmat0x900131int shmidchar *shmaddrint shmflg---ipc/shm.c:1105
9437490shmdt0x900132char *shmaddr-----ipc/shm.c:1121
9437491shmget0x900133key_t keysize_t sizeint shmflg---ipc/shm.c:574
9437492shmctl0x900134int shmidint cmdstruct shmid_ds *buf---ipc/shm.c:774
9437493add_key0x900135const char *_typeconst char *_descriptionconst void *_payloadsize_t plenkey_serial_t ringid-security/keys/keyctl.c:54
9437494request_key0x900136const char *_typeconst char *_descriptionconst char *_callout_infokey_serial_t destringid--security/keys/keyctl.c:147
9437495keyctl0x900137int optionunsigned long arg2unsigned long arg3unsigned long arg4unsigned long arg5-security/keys/keyctl.c:1556
9437496semtimedop0x900138int semidstruct sembuf *tsopsunsigned nsopsconst struct timespec *timeout--ipc/sem.c:1330
9437497vserver-------Not implemented
9437498ioprio_set0x90013aint whichint whoint ioprio---fs/ioprio.c:61
9437499ioprio_get0x90013bint whichint who----fs/ioprio.c:176
9437500inotify_init0x90013c------fs/notify/inotify/inotify_user.c:749
9437501inotify_add_watch0x90013dint fdconst char *pathnameu32 mask---fs/notify/inotify/inotify_user.c:754
9437502inotify_rm_watch0x90013eint fd__s32 wd----fs/notify/inotify/inotify_user.c:795
9437503mbind0x90013funsigned long startunsigned long lenunsigned long modeunsigned long *nmaskunsigned long maxnodeunsigned flagsmm/mempolicy.c:1263
9437504get_mempolicy0x900140int *policyunsigned long *nmaskunsigned long maxnodeunsigned long addrunsigned long flags-mm/mempolicy.c:1400
9437505set_mempolicy0x900141int modeunsigned long *nmaskunsigned long maxnode---mm/mempolicy.c:1285
9437506openat0x900142int dfdconst char *filenameint flagsumode_t mode--fs/open.c:1059
9437507mkdirat0x900143int dfdconst char *pathnameumode_t mode---fs/namei.c:2723
9437508mknodat0x900144int dfdconst char *filenameumode_t modeunsigned dev--fs/namei.c:2646
9437509fchownat0x900145int dfdconst char *filenameuid_t usergid_t groupint flag-fs/open.c:559
9437510futimesat0x900146int dfdconst char *filenamestruct timeval *utimes---fs/utimes.c:193
9437511fstatat640x900147int dfdconst char *filenamestruct stat64 *statbufint flag--fs/stat.c:407
9437512unlinkat0x900148int dfdconst char *pathnameint flag---fs/namei.c:2968
9437513renameat0x900149int olddfdconst char *oldnameint newdfdconst char *newname--fs/namei.c:3309
9437514linkat0x90014aint olddfdconst char *oldnameint newdfdconst char *newnameint flags-fs/namei.c:3097
9437515symlinkat0x90014bconst char *oldnameint newdfdconst char *newname---fs/namei.c:3004
9437516readlinkat0x90014cint dfdconst char *pathnamechar *bufint bufsiz--fs/stat.c:293
9437517fchmodat0x90014dint dfdconst char *filenameumode_t mode---fs/open.c:486
9437518faccessat0x90014eint dfdconst char *filenameint mode---fs/open.c:299
9437519pselect60x90014fint nfd_set *inpfd_set *outpfd_set *expstruct timespec *tspvoid *sigfs/select.c:671
9437520ppoll0x900150struct pollfd *ufdsunsigned int nfdsstruct timespec *tspconst sigset_t *sigmasksize_t sigsetsize-fs/select.c:942
9437521unshare0x900151unsigned long unshare_flags-----kernel/fork.c:1778
9437522set_robust_list0x900152struct robust_list_head *headsize_t len----kernel/futex.c:2422
9437523get_robust_list0x900153int pidstruct robust_list_head * *head_ptrsize_t *len_ptr---kernel/futex.c:2444
9437524splice0x900154int fd_inloff_t *off_inint fd_outloff_t *off_outsize_t lenunsigned int flagsfs/splice.c:1689
9437525sync_file_range20x900155unsigned int flags loff_t offsetloff_t nbytes----fs/sync.c:370
9437526tee0x900156int fdinint fdoutsize_t lenunsigned int flags--fs/splice.c:2025
9437527vmsplice0x900157int fdconst struct iovec *iovunsigned long nr_segsunsigned int flags--fs/splice.c:1663
9437528move_pages0x900158pid_t pidunsigned long nr_pagesconst void * *pagesconst int *nodesint *statusint flagsmm/migrate.c:1343
9437529getcpu0x900159unsigned *cpupunsigned *nodepstruct getcpu_cache *unused---kernel/sys.c:2179
9437530epoll_pwait0x90015aint epfdstruct epoll_event *eventsint maxeventsint timeoutconst sigset_t *sigmasksize_t sigsetsizefs/eventpoll.c:1860
9437531kexec_load0x90015bunsigned long entryunsigned long nr_segmentsstruct kexec_segment *segmentsunsigned long flags--kernel/kexec.c:940
9437532utimensat0x90015cint dfdconst char *filenamestruct timespec *utimesint flags--fs/utimes.c:175
9437533signalfd0x90015dint ufdsigset_t *user_masksize_t sizemask---fs/signalfd.c:292
9437534timerfd_create0x90015eint clockidint flags----fs/timerfd.c:252
9437535eventfd0x90015funsigned int count-----fs/eventfd.c:431
9437536fallocate0x900160int mode loff_t offsetloff_t len----fs/open.c:272
9437537timerfd_settime0x900161int ufdint flagsconst struct itimerspec *utmrstruct itimerspec *otmr--fs/timerfd.c:283
9437538timerfd_gettime0x900162int ufdstruct itimerspec *otmr----fs/timerfd.c:344
9437539signalfd40x900163int ufdsigset_t *user_masksize_t sizemaskint flags--fs/signalfd.c:237
9437540eventfd20x900164unsigned int countint flags----fs/eventfd.c:406
9437541epoll_create10x900165int flags-----fs/eventpoll.c:1625
9437542dup30x900166unsigned int oldfdunsigned int newfdint flags---fs/fcntl.c:53
9437543pipe20x900167int *fildesint flags----fs/pipe.c:1133
9437544inotify_init10x900168int flags-----fs/notify/inotify/inotify_user.c:724
9437545preadv0x900169unsigned long fdconst struct iovec *vecunsigned long vlenunsigned long pos_lunsigned long pos_h-fs/read_write.c:835
9437546pwritev0x90016aunsigned long fdconst struct iovec *vecunsigned long vlenunsigned long pos_lunsigned long pos_h-fs/read_write.c:860
9437547rt_tgsigqueueinfo0x90016bpid_t tgidpid_t pidint sigsiginfo_t *uinfo--kernel/signal.c:2979
9437548perf_event_open0x90016cstruct perf_event_attr *attr_uptrpid_t pidint cpuint group_fdunsigned long flags-kernel/events/core.c:6186
9437549recvmmsg0x90016dint fdstruct mmsghdr *mmsgunsigned int vlenunsigned int flagsstruct timespec *timeout-net/socket.c:2313
9437550accept40x90016eint fdstruct sockaddr *upeer_sockaddrint *upeer_addrlenint flags--net/socket.c:1508
9437551fanotify_init0x90016funsigned int flagsunsigned int event_f_flags----fs/notify/fanotify/fanotify_user.c:679
9437552fanotify_mark0x900170unsigned int flags __u64 maskint dfd const char *pathname----fs/notify/fanotify/fanotify_user.c:767
9437553prlimit640x900171pid_t pidunsigned int resourceconst struct rlimit64 *new_rlimstruct rlimit64 *old_rlim--kernel/sys.c:1599
9437554name_to_handle_at0x900172int dfdconst char *namestruct file_handle *handleint *mnt_idint flag-fs/fhandle.c:92
9437555open_by_handle_at0x900173int mountdirfdstruct file_handle *handleint flags---fs/fhandle.c:257
9437556clock_adjtime0x900174const clockid_t which_clockstruct timex *utx----kernel/posix-timers.c:983
9437557syncfs0x900175int fd-----fs/sync.c:134
9437558sendmmsg0x900176int fdstruct mmsghdr *mmsgunsigned int vlenunsigned int flags--net/socket.c:2091
9437559setns0x900177int fdint nstype----kernel/nsproxy.c:235
9437560process_vm_readv0x900178pid_t pidconst struct iovec *lvecunsigned long liovcntconst struct iovec *rvecunsigned long riovcntunsigned long flagsmm/process_vm_access.c:398
9437561process_vm_writev0x900179pid_t pidconst struct iovec *lvecunsigned long liovcntconst struct iovec *rvecunsigned long riovcntunsigned long flagsmm/process_vm_access.c:405