# Name Registers Definition
0 3 4 5 6 7 8
0restart_syscall0x00------kernel/signal.c:2501
1exit0x01int error_code-----kernel/exit.c:1095
2fork0x02unsigned long p1unsigned long p2unsigned long p3unsigned long p4unsigned long p5unsigned long p6arch/powerpc/kernel/process.c:1042
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
11execve0x0bunsigned long a0unsigned long a1unsigned long a2unsigned long a3unsigned long a4unsigned long a5arch/powerpc/kernel/process.c:1059
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 sigstruct old_sigaction *actstruct old_sigaction *oact---arch/powerpc/kernel/signal_32.c:251
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
72sigsuspend0x48old_sigset_t mask-----arch/powerpc/kernel/signal_32.c:244
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 addrsize_t lenunsigned long protunsigned long flagsunsigned long fdoff_t offsetarch/powerpc/kernel/syscalls.c:72
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
101ioperm-------Not implemented
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
110iopl-------Not implemented
111vhangup0x6f------fs/open.c:1156
112idle-------Not implemented
113vm86-------Not implemented
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
119sigreturn0x77int r3int r4int r5int r6int r7int r8arch/powerpc/kernel/signal_32.c:1249
120clone0x78unsigned long clone_flagsunsigned long uspint *parent_tidpvoid *child_threadptrint *child_tidpint p6arch/powerpc/kernel/process.c:1025
121setdomainname0x79char *nameint len----kernel/sys.c:1416
122uname0x7astruct old_utsname *name-----kernel/sys.c:1311
123modify_ldt-------Not implemented
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
166query_module-------Not implemented
167poll0xa7struct pollfd *ufdsunsigned int nfdsint timeout_msecs---fs/select.c:908
168nfsservctl-------Not implemented
169setresgid0xa9gid_t rgidgid_t egidgid_t sgid---kernel/sys.c:893
170getresgid0xaagid_t *rgidpgid_t *egidpgid_t *sgidp---kernel/sys.c:945
171prctl0xabint optionunsigned long arg2unsigned long arg3unsigned long arg4unsigned long arg5-kernel/sys.c:1999
172rt_sigreturn0xacint r3int r4int r5int r6int r7int r8arch/powerpc/kernel/signal_32.c:1020
173rt_sigaction0xadint sigconst struct sigaction *actstruct sigaction *oactsize_t sigsetsize--kernel/signal.c:3174
174rt_sigprocmask0xaeint howsigset_t *nsetsigset_t *osetsize_t sigsetsize--kernel/signal.c:2591
175rt_sigpending0xafsigset_t *setsize_t sigsetsize----kernel/signal.c:2651
176rt_sigtimedwait0xb0const sigset_t *uthesesiginfo_t *uinfoconst struct timespec *utssize_t sigsetsize--kernel/signal.c:2805
177rt_sigqueueinfo0xb1pid_t pidint sigsiginfo_t *uinfo---kernel/signal.c:2938
178rt_sigsuspend0xb2sigset_t *unewsetsize_t sigsetsize----kernel/signal.c:3274
179pread640xb3char *buf size_t countloff_t pos----fs/read_write.c:495
180pwrite640xb4const char *buf size_t countloff_t pos----fs/read_write.c:524
181chown0xb5const char *filenameuid_t usergid_t group---fs/open.c:540
182getcwd0xb6char *bufunsigned long size----fs/dcache.c:2885
183capget0xb7cap_user_header_t headercap_user_data_t dataptr----kernel/capability.c:158
184capset0xb8cap_user_header_t headerconst cap_user_data_t data----kernel/capability.c:232
185sigaltstack0xb9const stack_t *ussstack_t *uossunsigned long r5unsigned long r6unsigned long r7unsigned long r8arch/powerpc/kernel/signal.c:169
186sendfile0xbaint out_fdint in_fdoff_t *offsetsize_t count--fs/read_write.c:973
187getpmsg-------Not implemented
188putpmsg-------Not implemented
189vfork0xbdunsigned long p1unsigned long p2unsigned long p3unsigned long p4unsigned long p5unsigned long p6arch/powerpc/kernel/process.c:1050
190ugetrlimit0xbeunsigned int resourcestruct rlimit *rlim----kernel/sys.c:1440
191readahead0xbfloff_t offset size_t count-----mm/readahead.c:579
198pciconfig_read0xc6unsigned long busunsigned long dfnunsigned long offunsigned long lenvoid *buf-drivers/pci/syscall.c:16
199pciconfig_write0xc7unsigned long busunsigned long dfnunsigned long offunsigned long lenvoid *buf-drivers/pci/syscall.c:86
200pciconfig_iobase0xc8long whichunsigned long busunsigned long devfn---arch/powerpc/kernel/pci_32.c:285
201multiplexer-------Not implemented
202getdents640xcaunsigned int fdstruct linux_dirent64 *direntunsigned int count---fs/readdir.c:272
203pivot_root0xcbconst char *new_rootconst char *put_old----fs/namespace.c:2453
205madvise0xcdunsigned long startsize_t len_inint behavior---mm/madvise.c:362
206mincore0xceunsigned long startsize_t lenunsigned char *vec---mm/mincore.c:266
207gettid0xcf------kernel/timer.c:1569
208tkill0xd0pid_t pidint sig----kernel/signal.c:2923
209setxattr0xd1const char *pathnameconst char *nameconst void *valuesize_t sizeint flags-fs/xattr.c:361
210lsetxattr0xd2const char *pathnameconst char *nameconst void *valuesize_t sizeint flags-fs/xattr.c:380
211fsetxattr0xd3int fdconst char *nameconst void *valuesize_t sizeint flags-fs/xattr.c:399
212getxattr0xd4const char *pathnameconst char *namevoid *valuesize_t size--fs/xattr.c:459
213lgetxattr0xd5const char *pathnameconst char *namevoid *valuesize_t size--fs/xattr.c:473
214fgetxattr0xd6int fdconst char *namevoid *valuesize_t size--fs/xattr.c:487
215listxattr0xd7const char *pathnamechar *listsize_t size---fs/xattr.c:541
216llistxattr0xd8const char *pathnamechar *listsize_t size---fs/xattr.c:555
217flistxattr0xd9int fdchar *listsize_t size---fs/xattr.c:569
218removexattr0xdaconst char *pathnameconst char *name----fs/xattr.c:602
219lremovexattr0xdbconst char *pathnameconst char *name----fs/xattr.c:620
220fremovexattr0xdcint fdconst char *name----fs/xattr.c:638
221futex0xddu32 *uaddrint opu32 valstruct timespec *utimeu32 *uaddr2u32 val3kernel/futex.c:2680
222sched_setaffinity0xdepid_t pidunsigned int lenunsigned long *user_mask_ptr---kernel/sched/core.c:4626
223sched_getaffinity0xdfpid_t pidunsigned int lenunsigned long *user_mask_ptr---kernel/sched/core.c:4677
225tuxcall-------Not implemented
227io_setup0xe3unsigned nr_eventsaio_context_t *ctxp----fs/aio.c:1298
228io_destroy0xe4aio_context_t ctx-----fs/aio.c:1334
229io_getevents0xe5aio_context_t ctx_idlong min_nrlong nrstruct io_event *eventsstruct timespec *timeout-fs/aio.c:1844
230io_submit0xe6aio_context_t ctx_idlong nrstruct iocb * *iocbpp---fs/aio.c:1746
231io_cancel0xe7aio_context_t ctx_idstruct iocb *iocbstruct io_event *result---fs/aio.c:1781
232set_tid_address0xe8int *tidptr-----kernel/fork.c:1109
233fadvise640xe9loff_t offset size_t lenint advice----mm/fadvise.c:148
234exit_group0xeaint error_code-----kernel/exit.c:1136
235lookup_dcookie0xebchar *buf size_t len-----fs/dcookies.c:148
236epoll_create0xecint size-----fs/eventpoll.c:1668
237epoll_ctl0xedint epfdint opint fdstruct epoll_event *event--fs/eventpoll.c:1681
238epoll_wait0xeeint epfdstruct epoll_event *eventsint maxeventsint timeout--fs/eventpoll.c:1809
239remap_file_pages0xefunsigned long startunsigned long sizeunsigned long protunsigned long pgoffunsigned long flags-mm/fremap.c:122
240timer_create0xf0const clockid_t which_clockstruct sigevent *timer_event_spectimer_t *created_timer_id---kernel/posix-timers.c:535
241timer_settime0xf1timer_t timer_idint flagsconst struct itimerspec *new_settingstruct itimerspec *old_setting--kernel/posix-timers.c:819
242timer_gettime0xf2timer_t timer_idstruct itimerspec *setting----kernel/posix-timers.c:715
243timer_getoverrun0xf3timer_t timer_id-----kernel/posix-timers.c:751
244timer_delete0xf4timer_t timer_id-----kernel/posix-timers.c:882
245clock_settime0xf5const clockid_t which_clockconst struct timespec *tp----kernel/posix-timers.c:950
246clock_gettime0xf6const clockid_t which_clockstruct timespec *tp----kernel/posix-timers.c:965
247clock_getres0xf7const clockid_t which_clockstruct timespec *tp----kernel/posix-timers.c:1006
248clock_nanosleep0xf8const clockid_t which_clockint flagsconst struct timespec *rqtpstruct timespec *rmtp--kernel/posix-timers.c:1035
249swapcontext0xf9struct ucontext *old_ctxstruct ucontext *new_ctxint ctx_sizeint r6int r7int r8arch/powerpc/kernel/signal_32.c:929
250tgkill0xfapid_t tgidpid_t pidint sig---kernel/signal.c:2907
251utimes0xfbchar *filenamestruct timeval *utimes----fs/utimes.c:221
252statfs640xfcconst char *pathnamesize_t szstruct statfs64 *buf---fs/statfs.c:175
253fstatfs640xfdunsigned int fdsize_t szstruct statfs64 *buf---fs/statfs.c:196
255rtas-------Not implemented
256sys_debug_setcontext-------Not implemented
258migrate_pages0x102pid_t pidunsigned long maxnodeconst unsigned long *old_nodesconst unsigned long *new_nodes--mm/mempolicy.c:1304
259mbind0x103unsigned long startunsigned long lenunsigned long modeunsigned long *nmaskunsigned long maxnodeunsigned flagsmm/mempolicy.c:1263
260get_mempolicy0x104int *policyunsigned long *nmaskunsigned long maxnodeunsigned long addrunsigned long flags-mm/mempolicy.c:1400
261set_mempolicy0x105int modeunsigned long *nmaskunsigned long maxnode---mm/mempolicy.c:1285
262mq_open0x106const char *u_nameint oflagumode_t modestruct mq_attr *u_attr--ipc/mqueue.c:803
263mq_unlink0x107const char *u_name-----ipc/mqueue.c:876
264mq_timedsend0x108mqd_t mqdesconst char *u_msg_ptrsize_t msg_lenunsigned int msg_prioconst struct timespec *u_abs_timeout-ipc/mqueue.c:971
265mq_timedreceive0x109mqd_t mqdeschar *u_msg_ptrsize_t msg_lenunsigned int *u_msg_prioconst struct timespec *u_abs_timeout-ipc/mqueue.c:1092
266mq_notify0x10amqd_t mqdesconst struct sigevent *u_notification----ipc/mqueue.c:1201
267mq_getsetattr0x10bmqd_t mqdesconst struct mq_attr *u_mqstatstruct mq_attr *u_omqstat---ipc/mqueue.c:1333
268kexec_load0x10cunsigned long entryunsigned long nr_segmentsstruct kexec_segment *segmentsunsigned long flags--kernel/kexec.c:940
269add_key0x10dconst char *_typeconst char *_descriptionconst void *_payloadsize_t plenkey_serial_t ringid-security/keys/keyctl.c:54
270request_key0x10econst char *_typeconst char *_descriptionconst char *_callout_infokey_serial_t destringid--security/keys/keyctl.c:147
271keyctl0x10fint optionunsigned long arg2unsigned long arg3unsigned long arg4unsigned long arg5-security/keys/keyctl.c:1556
272waitid0x110int whichpid_t upidstruct siginfo *infopint optionsstruct rusage *ru-kernel/exit.c:1763
273ioprio_set0x111int whichint whoint ioprio---fs/ioprio.c:61
274ioprio_get0x112int whichint who----fs/ioprio.c:176
275inotify_init0x113------fs/notify/inotify/inotify_user.c:749
276inotify_add_watch0x114int fdconst char *pathnameu32 mask---fs/notify/inotify/inotify_user.c:754
277inotify_rm_watch0x115int fd__s32 wd----fs/notify/inotify/inotify_user.c:795
278spu_run0x116int fd__u32 *unpc__u32 *ustatus---arch/powerpc/platforms/cell/spu_syscalls.c:94
279spu_create0x117const char *nameunsigned int flagsumode_t modeint neighbor_fd--arch/powerpc/platforms/cell/spu_syscalls.c:68
280pselect60x118int nfd_set *inpfd_set *outpfd_set *expstruct timespec *tspvoid *sigfs/select.c:671
281ppoll0x119struct pollfd *ufdsunsigned int nfdsstruct timespec *tspconst sigset_t *sigmasksize_t sigsetsize-fs/select.c:942
282unshare0x11aunsigned long unshare_flags-----kernel/fork.c:1778
283splice0x11bint fd_inloff_t *off_inint fd_outloff_t *off_outsize_t lenunsigned int flagsfs/splice.c:1689
284tee0x11cint fdinint fdoutsize_t lenunsigned int flags--fs/splice.c:2025
285vmsplice0x11dint fdconst struct iovec *iovunsigned long nr_segsunsigned int flags--fs/splice.c:1663
286openat0x11eint dfdconst char *filenameint flagsumode_t mode--fs/open.c:1059
287mkdirat0x11fint dfdconst char *pathnameumode_t mode---fs/namei.c:2723
288mknodat0x120int dfdconst char *filenameumode_t modeunsigned dev--fs/namei.c:2646
289fchownat0x121int dfdconst char *filenameuid_t usergid_t groupint flag-fs/open.c:559
290futimesat0x122int dfdconst char *filenamestruct timeval *utimes---fs/utimes.c:193
291newfstatat0x123int dfdconst char *filenamestruct stat *statbufint flag--fs/stat.c:269
292unlinkat0x124int dfdconst char *pathnameint flag---fs/namei.c:2968
293renameat0x125int olddfdconst char *oldnameint newdfdconst char *newname--fs/namei.c:3309
294linkat0x126int olddfdconst char *oldnameint newdfdconst char *newnameint flags-fs/namei.c:3097
295symlinkat0x127const char *oldnameint newdfdconst char *newname---fs/namei.c:3004
296readlinkat0x128int dfdconst char *pathnamechar *bufint bufsiz--fs/stat.c:293
297fchmodat0x129int dfdconst char *filenameumode_t mode---fs/open.c:486
298faccessat0x12aint dfdconst char *filenameint mode---fs/open.c:299
299get_robust_list0x12bint pidstruct robust_list_head * *head_ptrsize_t *len_ptr---kernel/futex.c:2444
300set_robust_list0x12cstruct robust_list_head *headsize_t len----kernel/futex.c:2422
301move_pages0x12dpid_t pidunsigned long nr_pagesconst void * *pagesconst int *nodesint *statusint flagsmm/migrate.c:1343
302getcpu0x12eunsigned *cpupunsigned *nodepstruct getcpu_cache *unused---kernel/sys.c:2179
303epoll_pwait0x12fint epfdstruct epoll_event *eventsint maxeventsint timeoutconst sigset_t *sigmasksize_t sigsetsizefs/eventpoll.c:1860
304utimensat0x130int dfdconst char *filenamestruct timespec *utimesint flags--fs/utimes.c:175
305signalfd0x131int ufdsigset_t *user_masksize_t sizemask---fs/signalfd.c:292
306timerfd_create0x132int clockidint flags----fs/timerfd.c:252
307eventfd0x133unsigned int count-----fs/eventfd.c:431
308sync_file_range20x134unsigned int flags loff_t offsetloff_t nbytes----fs/sync.c:370
309fallocate0x135int mode loff_t offsetloff_t len----fs/open.c:272
310subpage_prot0x136unsigned long addrunsigned long lenu32 *map---arch/powerpc/mm/subpage-prot.c:142
311timerfd_settime0x137int ufdint flagsconst struct itimerspec *utmrstruct itimerspec *otmr--fs/timerfd.c:283
312timerfd_gettime0x138int ufdstruct itimerspec *otmr----fs/timerfd.c:344
313signalfd40x139int ufdsigset_t *user_masksize_t sizemaskint flags--fs/signalfd.c:237
314eventfd20x13aunsigned int countint flags----fs/eventfd.c:406
315epoll_create10x13bint flags-----fs/eventpoll.c:1625
316dup30x13cunsigned int oldfdunsigned int newfdint flags---fs/fcntl.c:53
317pipe20x13dint *fildesint flags----fs/pipe.c:1133
318inotify_init10x13eint flags-----fs/notify/inotify/inotify_user.c:724
319perf_event_open0x13fstruct perf_event_attr *attr_uptrpid_t pidint cpuint group_fdunsigned long flags-kernel/events/core.c:6186
320preadv0x140unsigned long fdconst struct iovec *vecunsigned long vlenunsigned long pos_lunsigned long pos_h-fs/read_write.c:835
321pwritev0x141unsigned long fdconst struct iovec *vecunsigned long vlenunsigned long pos_lunsigned long pos_h-fs/read_write.c:860
322rt_tgsigqueueinfo0x142pid_t tgidpid_t pidint sigsiginfo_t *uinfo--kernel/signal.c:2979
323fanotify_init0x143unsigned int flagsunsigned int event_f_flags----fs/notify/fanotify/fanotify_user.c:679
324fanotify_mark0x144unsigned int flags __u64 maskint dfd const char *pathname----fs/notify/fanotify/fanotify_user.c:767
325prlimit640x145pid_t pidunsigned int resourceconst struct rlimit64 *new_rlimstruct rlimit64 *old_rlim--kernel/sys.c:1599
326socket0x146int familyint typeint protocol---net/socket.c:1324
327bind0x147int fdstruct sockaddr *umyaddrint addrlen---net/socket.c:1446
328connect0x148int fdstruct sockaddr *uservaddrint addrlen---net/socket.c:1600
329listen0x149int fdint backlog----net/socket.c:1475
330accept0x14aint fdstruct sockaddr *upeer_sockaddrint *upeer_addrlen---net/socket.c:1582
331getsockname0x14bint fdstruct sockaddr *usockaddrint *usockaddr_len---net/socket.c:1632
332getpeername0x14cint fdstruct sockaddr *usockaddrint *usockaddr_len---net/socket.c:1663
333socketpair0x14dint familyint typeint protocolint *usockvec--net/socket.c:1365
334send0x14eint fdvoid *buffsize_t lenunsigned int flags--net/socket.c:1742
335sendto0x14fint fdvoid *buffsize_t lenunsigned int flagsstruct sockaddr *addrint addr_lennet/socket.c:1695
336recv0x150int fdvoid *ubufsize_t sizeunsigned int flags--net/socket.c:1799
337recvfrom0x151int fdvoid *ubufsize_t sizeunsigned int flagsstruct sockaddr *addrint *addr_lennet/socket.c:1754
338shutdown0x152int fdint how----net/socket.c:1874
339setsockopt0x153int fdint levelint optnamechar *optvalint optlen-net/socket.c:1810
340getsockopt0x154int fdint levelint optnamechar *optvalint *optlen-net/socket.c:1844
341sendmsg0x155int fdstruct msghdr *msgunsigned int flags---net/socket.c:2016
342recvmsg0x156int fdstruct msghdr *msgunsigned int flags---net/socket.c:2189
343recvmmsg0x157int fdstruct mmsghdr *mmsgunsigned int vlenunsigned int flagsstruct timespec *timeout-net/socket.c:2313
344accept40x158int fdstruct sockaddr *upeer_sockaddrint *upeer_addrlenint flags--net/socket.c:1508
345name_to_handle_at0x159int dfdconst char *namestruct file_handle *handleint *mnt_idint flag-fs/fhandle.c:92
346open_by_handle_at0x15aint mountdirfdstruct file_handle *handleint flags---fs/fhandle.c:257
347clock_adjtime0x15bconst clockid_t which_clockstruct timex *utx----kernel/posix-timers.c:983
348syncfs0x15cint fd-----fs/sync.c:134
349sendmmsg0x15dint fdstruct mmsghdr *mmsgunsigned int vlenunsigned int flags--net/socket.c:2091
350setns0x15eint fdint nstype----kernel/nsproxy.c:235
351process_vm_readv0x15fpid_t pidconst struct iovec *lvecunsigned long liovcntconst struct iovec *rvecunsigned long riovcntunsigned long flagsmm/process_vm_access.c:398
352process_vm_writev0x160pid_t pidconst struct iovec *lvecunsigned long liovcntconst struct iovec *rvecunsigned long riovcntunsigned long flagsmm/process_vm_access.c:405