6000 | read | 0x1770 | unsigned int fd | char *buf | size_t count | - | - | - | fs/read_write.c:460 |
6001 | write | 0x1771 | unsigned int fd | const char *buf | size_t count | - | - | - | fs/read_write.c:477 |
6002 | open | 0x1772 | const char *filename | int flags | umode_t mode | - | - | - | fs/open.c:1046 |
6003 | close | 0x1773 | unsigned int fd | - | - | - | - | - | fs/open.c:1117 |
6004 | stat | 0x1774 | const char *filename | struct __old_kernel_stat *statbuf | - | - | - | - | fs/stat.c:155 |
6005 | fstat | 0x1775 | unsigned int fd | struct __old_kernel_stat *statbuf | - | - | - | - | fs/stat.c:181 |
6006 | lstat | 0x1776 | const char *filename | struct __old_kernel_stat *statbuf | - | - | - | - | fs/stat.c:168 |
6007 | poll | 0x1777 | struct pollfd *ufds | unsigned int nfds | int timeout_msecs | - | - | - | fs/select.c:908 |
6008 | lseek | 0x1778 | unsigned int fd | off_t offset | unsigned int origin | - | - | - | fs/read_write.c:230 |
6009 | mmap | 0x1779 | struct mmap_arg_struct *arg | - | - | - | - | - | mm/mmap.c:1153 |
6010 | mprotect | 0x177a | unsigned long start | size_t len | unsigned long prot | - | - | - | mm/mprotect.c:232 |
6011 | munmap | 0x177b | unsigned long addr | size_t len | - | - | - | - | mm/mmap.c:2141 |
6012 | brk | 0x177c | unsigned long brk | - | - | - | - | - | mm/mmap.c:246 |
6013 | rt_sigaction | 0x177d | int sig | const struct sigaction *act | struct sigaction *oact | size_t sigsetsize | - | - | kernel/signal.c:3174 |
6014 | rt_sigprocmask | 0x177e | int how | sigset_t *nset | sigset_t *oset | size_t sigsetsize | - | - | kernel/signal.c:2591 |
6015 | ioctl | 0x177f | unsigned int fd | unsigned int cmd | unsigned long arg | - | - | - | fs/ioctl.c:604 |
6016 | pread64 | 0x1780 | char *buf size_t count | loff_t pos | - | - | - | - | fs/read_write.c:495 |
6017 | pwrite64 | 0x1781 | const char *buf size_t count | loff_t pos | - | - | - | - | fs/read_write.c:524 |
6018 | readv | 0x1782 | unsigned long fd | const struct iovec *vec | unsigned long vlen | - | - | - | fs/read_write.c:787 |
6019 | writev | 0x1783 | unsigned long fd | const struct iovec *vec | unsigned long vlen | - | - | - | fs/read_write.c:808 |
6020 | access | 0x1784 | const char *filename | int mode | - | - | - | - | fs/open.c:370 |
6021 | pipe | 0x1785 | int *fildes | - | - | - | - | - | fs/pipe.c:1149 |
6022 | _newselect | 0x1786 | int n | fd_set *inp | fd_set *outp | fd_set *exp | struct timeval *tvp | - | fs/select.c:593 |
6023 | sched_yield | 0x1787 | - | - | - | - | - | - | kernel/sched/core.c:4711 |
6024 | mremap | 0x1788 | unsigned long addr | unsigned long old_len | unsigned long new_len | unsigned long flags | unsigned long new_addr | - | mm/mremap.c:431 |
6025 | msync | 0x1789 | unsigned long start | size_t len | int flags | - | - | - | mm/msync.c:31 |
6026 | mincore | 0x178a | unsigned long start | size_t len | unsigned char *vec | - | - | - | mm/mincore.c:266 |
6027 | madvise | 0x178b | unsigned long start | size_t len_in | int behavior | - | - | - | mm/madvise.c:362 |
6028 | shmget | 0x178c | key_t key | size_t size | int shmflg | - | - | - | ipc/shm.c:574 |
6029 | shmat | 0x178d | int shmid | char *shmaddr | int shmflg | - | - | - | ipc/shm.c:1105 |
6030 | shmctl | 0x178e | int shmid | int cmd | struct shmid_ds *buf | - | - | - | ipc/shm.c:774 |
6031 | dup | 0x178f | unsigned int fildes | - | - | - | - | - | fs/fcntl.c:131 |
6032 | dup2 | 0x1790 | unsigned int oldfd | unsigned int newfd | - | - | - | - | fs/fcntl.c:116 |
6033 | pause | 0x1791 | - | - | - | - | - | - | kernel/signal.c:3245 |
6034 | nanosleep | 0x1792 | struct timespec *rqtp | struct timespec *rmtp | - | - | - | - | kernel/hrtimer.c:1621 |
6035 | getitimer | 0x1793 | int which | struct itimerval *value | - | - | - | - | kernel/itimer.c:103 |
6036 | setitimer | 0x1794 | int which | struct itimerval *value | struct itimerval *ovalue | - | - | - | kernel/itimer.c:278 |
6037 | alarm | 0x1795 | unsigned int seconds | - | - | - | - | - | kernel/timer.c:1390 |
6038 | getpid | 0x1796 | - | - | - | - | - | - | kernel/timer.c:1413 |
6039 | sendfile | 0x1797 | int out_fd | int in_fd | off_t *offset | size_t count | - | - | fs/read_write.c:973 |
6040 | socket | 0x1798 | int family | int type | int protocol | - | - | - | net/socket.c:1324 |
6041 | connect | 0x1799 | int fd | struct sockaddr *uservaddr | int addrlen | - | - | - | net/socket.c:1600 |
6042 | accept | 0x179a | int fd | struct sockaddr *upeer_sockaddr | int *upeer_addrlen | - | - | - | net/socket.c:1582 |
6043 | sendto | 0x179b | int fd | void *buff | size_t len | unsigned int flags | struct sockaddr *addr | int addr_len | net/socket.c:1695 |
6044 | recvfrom | 0x179c | int fd | void *ubuf | size_t size | unsigned int flags | struct sockaddr *addr | int *addr_len | net/socket.c:1754 |
6045 | sendmsg | 0x179d | int fd | struct msghdr *msg | unsigned int flags | - | - | - | net/socket.c:2016 |
6046 | recvmsg | 0x179e | int fd | struct msghdr *msg | unsigned int flags | - | - | - | net/socket.c:2189 |
6047 | shutdown | 0x179f | int fd | int how | - | - | - | - | net/socket.c:1874 |
6048 | bind | 0x17a0 | int fd | struct sockaddr *umyaddr | int addrlen | - | - | - | net/socket.c:1446 |
6049 | listen | 0x17a1 | int fd | int backlog | - | - | - | - | net/socket.c:1475 |
6050 | getsockname | 0x17a2 | int fd | struct sockaddr *usockaddr | int *usockaddr_len | - | - | - | net/socket.c:1632 |
6051 | getpeername | 0x17a3 | int fd | struct sockaddr *usockaddr | int *usockaddr_len | - | - | - | net/socket.c:1663 |
6052 | socketpair | 0x17a4 | int family | int type | int protocol | int *usockvec | - | - | net/socket.c:1365 |
6053 | setsockopt | 0x17a5 | int fd | int level | int optname | char *optval | int optlen | - | net/socket.c:1810 |
6054 | getsockopt | 0x17a6 | int fd | int level | int optname | char *optval | int *optlen | - | net/socket.c:1844 |
6055 | clone | 0x17a7 | - | - | - | - | - | - | arch/mips/kernel/syscall.c:100 |
6056 | fork | 0x17a8 | - | - | - | - | - | - | arch/mips/kernel/syscall.c:93 |
6057 | execve | 0x17a9 | - | - | - | - | - | - | arch/mips/kernel/syscall.c:133 |
6058 | exit | 0x17aa | int error_code | - | - | - | - | - | kernel/exit.c:1095 |
6059 | wait4 | 0x17ab | pid_t upid | int *stat_addr | int options | struct rusage *ru | - | - | kernel/exit.c:1834 |
6060 | kill | 0x17ac | pid_t pid | int sig | - | - | - | - | kernel/signal.c:2841 |
6061 | uname | 0x17ad | struct old_utsname *name | - | - | - | - | - | kernel/sys.c:1311 |
6062 | semget | 0x17ae | key_t key | int nsems | int semflg | - | - | - | ipc/sem.c:367 |
6063 | semop | 0x17af | int semid | struct sembuf *tsops | unsigned nsops | - | - | - | ipc/sem.c:1548 |
6064 | semctl | 0x17b0 | int semnum int cmd | union semun arg | - | - | - | - | ipc/sem.c:1121 |
6065 | shmdt | 0x17b1 | char *shmaddr | - | - | - | - | - | ipc/shm.c:1121 |
6066 | msgget | 0x17b2 | key_t key | int msgflg | - | - | - | - | ipc/msg.c:312 |
6067 | msgsnd | 0x17b3 | int msqid | struct msgbuf *msgp | size_t msgsz | int msgflg | - | - | ipc/msg.c:726 |
6068 | msgrcv | 0x17b4 | int msqid | struct msgbuf *msgp | size_t msgsz | long msgtyp | int msgflg | - | ipc/msg.c:907 |
6069 | msgctl | 0x17b5 | int msqid | int cmd | struct msqid_ds *buf | - | - | - | ipc/msg.c:469 |
6070 | fcntl | 0x17b6 | unsigned int fd | unsigned int cmd | unsigned long arg | - | - | - | fs/fcntl.c:442 |
6071 | flock | 0x17b7 | unsigned int fd | unsigned int cmd | - | - | - | - | fs/locks.c:1636 |
6072 | fsync | 0x17b8 | unsigned int fd | - | - | - | - | - | fs/sync.c:201 |
6073 | fdatasync | 0x17b9 | unsigned int fd | - | - | - | - | - | fs/sync.c:206 |
6074 | truncate | 0x17ba | const char *path | long length | - | - | - | - | fs/open.c:128 |
6075 | ftruncate | 0x17bb | unsigned int fd | unsigned long length | - | - | - | - | fs/open.c:178 |
6076 | getdents | 0x17bc | unsigned int fd | struct linux_dirent *dirent | unsigned int count | - | - | - | fs/readdir.c:191 |
6077 | getcwd | 0x17bd | char *buf | unsigned long size | - | - | - | - | fs/dcache.c:2885 |
6078 | chdir | 0x17be | const char *filename | - | - | - | - | - | fs/open.c:375 |
6079 | fchdir | 0x17bf | unsigned int fd | - | - | - | - | - | fs/open.c:396 |
6080 | rename | 0x17c0 | const char *oldname | const char *newname | - | - | - | - | fs/namei.c:3403 |
6081 | mkdir | 0x17c1 | const char *pathname | umode_t mode | - | - | - | - | fs/namei.c:2751 |
6082 | rmdir | 0x17c2 | const char *pathname | - | - | - | - | - | fs/namei.c:2870 |
6083 | creat | 0x17c3 | const char *pathname | umode_t mode | - | - | - | - | fs/open.c:1079 |
6084 | link | 0x17c4 | const char *oldname | const char *newname | - | - | - | - | fs/namei.c:3152 |
6085 | unlink | 0x17c5 | const char *pathname | - | - | - | - | - | fs/namei.c:2979 |
6086 | symlink | 0x17c6 | const char *oldname | const char *newname | - | - | - | - | fs/namei.c:3039 |
6087 | readlink | 0x17c7 | const char *path | char *buf | int bufsiz | - | - | - | fs/stat.c:321 |
6088 | chmod | 0x17c8 | const char *filename | umode_t mode | - | - | - | - | fs/open.c:499 |
6089 | fchmod | 0x17c9 | unsigned int fd | umode_t mode | - | - | - | - | fs/open.c:472 |
6090 | chown | 0x17ca | const char *filename | uid_t user | gid_t group | - | - | - | fs/open.c:540 |
6091 | fchown | 0x17cb | unsigned int fd | uid_t user | gid_t group | - | - | - | fs/open.c:605 |
6092 | lchown | 0x17cc | const char *filename | uid_t user | gid_t group | - | - | - | fs/open.c:586 |
6093 | umask | 0x17cd | int mask | - | - | - | - | - | kernel/sys.c:1782 |
6094 | gettimeofday | 0x17ce | struct timeval *tv | struct timezone *tz | - | - | - | - | kernel/time.c:101 |
6095 | getrlimit | 0x17cf | unsigned int resource | struct rlimit *rlim | - | - | - | - | kernel/sys.c:1440 |
6096 | getrusage | 0x17d0 | int who | struct rusage *ru | - | - | - | - | kernel/sys.c:1774 |
6097 | sysinfo | 0x17d1 | struct sysinfo *info | - | - | - | - | - | kernel/timer.c:1641 |
6098 | times | 0x17d2 | struct tms *tbuf | - | - | - | - | - | kernel/sys.c:1058 |
6099 | ptrace | 0x17d3 | long request | long pid | unsigned long addr | unsigned long data | - | - | kernel/ptrace.c:857 |
6100 | getuid | 0x17d4 | - | - | - | - | - | - | kernel/timer.c:1435 |
6101 | syslog | 0x17d5 | int type | char *buf | int len | - | - | - | kernel/printk.c:1195 |
6102 | getgid | 0x17d6 | - | - | - | - | - | - | kernel/timer.c:1447 |
6103 | setuid | 0x17d7 | uid_t uid | - | - | - | - | - | kernel/sys.c:761 |
6104 | setgid | 0x17d8 | gid_t gid | - | - | - | - | - | kernel/sys.c:614 |
6105 | geteuid | 0x17d9 | - | - | - | - | - | - | kernel/timer.c:1441 |
6106 | getegid | 0x17da | - | - | - | - | - | - | kernel/timer.c:1453 |
6107 | setpgid | 0x17db | pid_t pid | pid_t pgid | - | - | - | - | kernel/sys.c:1083 |
6108 | getppid | 0x17dc | - | - | - | - | - | - | kernel/timer.c:1424 |
6109 | getpgrp | 0x17dd | - | - | - | - | - | - | kernel/sys.c:1184 |
6110 | setsid | 0x17de | - | - | - | - | - | - | kernel/sys.c:1219 |
6111 | setreuid | 0x17df | uid_t ruid | uid_t euid | - | - | - | - | kernel/sys.c:690 |
6112 | setregid | 0x17e0 | gid_t rgid | gid_t egid | - | - | - | - | kernel/sys.c:557 |
6113 | getgroups | 0x17e1 | int gidsetsize | gid_t *grouplist | - | - | - | - | kernel/groups.c:202 |
6114 | setgroups | 0x17e2 | int gidsetsize | gid_t *grouplist | - | - | - | - | kernel/groups.c:231 |
6115 | setresuid | 0x17e3 | uid_t ruid | uid_t euid | uid_t suid | - | - | - | kernel/sys.c:808 |
6116 | getresuid | 0x17e4 | uid_t *ruidp | uid_t *euidp | uid_t *suidp | - | - | - | kernel/sys.c:873 |
6117 | setresgid | 0x17e5 | gid_t rgid | gid_t egid | gid_t sgid | - | - | - | kernel/sys.c:893 |
6118 | getresgid | 0x17e6 | gid_t *rgidp | gid_t *egidp | gid_t *sgidp | - | - | - | kernel/sys.c:945 |
6119 | getpgid | 0x17e7 | pid_t pid | - | - | - | - | - | kernel/sys.c:1154 |
6120 | setfsuid | 0x17e8 | uid_t uid | - | - | - | - | - | kernel/sys.c:969 |
6121 | setfsgid | 0x17e9 | gid_t gid | - | - | - | - | - | kernel/sys.c:1008 |
6122 | getsid | 0x17ea | pid_t pid | - | - | - | - | - | kernel/sys.c:1191 |
6123 | capget | 0x17eb | cap_user_header_t header | cap_user_data_t dataptr | - | - | - | - | kernel/capability.c:158 |
6124 | capset | 0x17ec | cap_user_header_t header | const cap_user_data_t data | - | - | - | - | kernel/capability.c:232 |
6125 | rt_sigpending | 0x17ed | sigset_t *set | size_t sigsetsize | - | - | - | - | kernel/signal.c:2651 |
6126 | rt_sigtimedwait | 0x17ee | const sigset_t *uthese | siginfo_t *uinfo | const struct timespec *uts | size_t sigsetsize | - | - | kernel/signal.c:2805 |
6127 | rt_sigqueueinfo | 0x17ef | pid_t pid | int sig | siginfo_t *uinfo | - | - | - | kernel/signal.c:2938 |
6128 | rt_sigsuspend | 0x17f0 | sigset_t *unewset | size_t sigsetsize | - | - | - | - | kernel/signal.c:3274 |
6129 | sigaltstack | 0x17f1 | - | - | - | - | - | - | arch/mips/kernel/signal.c:320 |
6130 | utime | 0x17f2 | char *filename | struct utimbuf *times | - | - | - | - | fs/utimes.c:27 |
6131 | mknod | 0x17f3 | const char *filename | umode_t mode | unsigned dev | - | - | - | fs/namei.c:2693 |
6132 | personality | 0x17f4 | unsigned int personality | - | - | - | - | - | kernel/exec_domain.c:182 |
6133 | ustat | 0x17f5 | unsigned dev | struct ustat *ubuf | - | - | - | - | fs/statfs.c:222 |
6134 | statfs | 0x17f6 | const char *pathname | struct statfs *buf | - | - | - | - | fs/statfs.c:166 |
6135 | fstatfs | 0x17f7 | unsigned int fd | struct statfs *buf | - | - | - | - | fs/statfs.c:187 |
6136 | sysfs | 0x17f8 | int option | unsigned long arg1 | unsigned long arg2 | - | - | - | fs/filesystems.c:183 |
6137 | getpriority | 0x17f9 | int which | int who | - | - | - | - | kernel/sys.c:241 |
6138 | setpriority | 0x17fa | int which | int who | int niceval | - | - | - | kernel/sys.c:172 |
6139 | sched_setparam | 0x17fb | pid_t pid | struct sched_param *param | - | - | - | - | kernel/sched/core.c:4477 |
6140 | sched_getparam | 0x17fc | pid_t pid | struct sched_param *param | - | - | - | - | kernel/sched/core.c:4512 |
6141 | sched_setscheduler | 0x17fd | pid_t pid | int policy | struct sched_param *param | - | - | - | kernel/sched/core.c:4462 |
6142 | sched_getscheduler | 0x17fe | pid_t pid | - | - | - | - | - | kernel/sched/core.c:4486 |
6143 | sched_get_priority_max | 0x17ff | int policy | - | - | - | - | - | kernel/sched/core.c:4935 |
6144 | sched_get_priority_min | 0x1800 | int policy | - | - | - | - | - | kernel/sched/core.c:4960 |
6145 | sched_rr_get_interval | 0x1801 | pid_t pid | struct timespec *interval | - | - | - | - | kernel/sched/core.c:4985 |
6146 | mlock | 0x1802 | unsigned long start | size_t len | - | - | - | - | mm/mlock.c:482 |
6147 | munlock | 0x1803 | unsigned long start | size_t len | - | - | - | - | mm/mlock.c:512 |
6148 | mlockall | 0x1804 | int flags | - | - | - | - | - | mm/mlock.c:549 |
6149 | munlockall | 0x1805 | - | - | - | - | - | - | mm/mlock.c:582 |
6150 | vhangup | 0x1806 | - | - | - | - | - | - | fs/open.c:1156 |
6151 | pivot_root | 0x1807 | const char *new_root | const char *put_old | - | - | - | - | fs/namespace.c:2453 |
6152 | _sysctl | 0x1808 | struct __sysctl_args *args | - | - | - | - | - | kernel/sysctl_binary.c:1444 |
6153 | prctl | 0x1809 | int option | unsigned long arg2 | unsigned long arg3 | unsigned long arg4 | unsigned long arg5 | - | kernel/sys.c:1999 |
6154 | adjtimex | 0x180a | struct timex *txc_p | - | - | - | - | - | kernel/time.c:200 |
6155 | setrlimit | 0x180b | unsigned int resource | struct rlimit *rlim | - | - | - | - | kernel/sys.c:1641 |
6156 | chroot | 0x180c | const char *filename | - | - | - | - | - | fs/open.c:422 |
6157 | sync | 0x180d | - | - | - | - | - | - | fs/sync.c:98 |
6158 | acct | 0x180e | const char *name | - | - | - | - | - | kernel/acct.c:255 |
6159 | settimeofday | 0x180f | struct timeval *tv | struct timezone *tz | - | - | - | - | kernel/time.c:179 |
6160 | mount | 0x1810 | char *dev_name | char *dir_name | char *type | unsigned long flags | void *data | - | fs/namespace.c:2362 |
6161 | umount2 | 0x1811 | char *name | int flags | - | - | - | - | fs/namespace.c:1190 |
6162 | swapon | 0x1812 | const char *specialfile | int swap_flags | - | - | - | - | mm/swapfile.c:1996 |
6163 | swapoff | 0x1813 | const char *specialfile | - | - | - | - | - | mm/swapfile.c:1539 |
6164 | reboot | 0x1814 | int magic1 | int magic2 | unsigned int cmd | void *arg | - | - | kernel/sys.c:432 |
6165 | sethostname | 0x1815 | char *name | int len | - | - | - | - | kernel/sys.c:1365 |
6166 | setdomainname | 0x1816 | char *name | int len | - | - | - | - | kernel/sys.c:1416 |
6167 | create_module | - | - | - | - | - | - | - | Not implemented |
6168 | init_module | 0x1818 | void *umod | unsigned long len | const char *uargs | - | - | - | kernel/module.c:3010 |
6169 | delete_module | 0x1819 | const char *name_user | unsigned int flags | - | - | - | - | kernel/module.c:768 |
6170 | get_kernel_syms | - | - | - | - | - | - | - | Not implemented |
6171 | query_module | - | - | - | - | - | - | - | Not implemented |
6172 | quotactl | 0x181c | unsigned int cmd | const char *special | qid_t id | void *addr | - | - | fs/quota/quota.c:346 |
6173 | nfsservctl | - | - | - | - | - | - | - | Not implemented |
6174 | getpmsg | - | - | - | - | - | - | - | Not implemented |
6175 | putpmsg | - | - | - | - | - | - | - | Not implemented |
6176 | afs_syscall | - | - | - | - | - | - | - | Not implemented |
6177 | reserved177 | - | - | - | - | - | - | - | Not implemented |
6178 | gettid | 0x1822 | - | - | - | - | - | - | kernel/timer.c:1569 |
6179 | readahead | 0x1823 | loff_t offset size_t count | - | - | - | - | - | mm/readahead.c:579 |
6180 | setxattr | 0x1824 | const char *pathname | const char *name | const void *value | size_t size | int flags | - | fs/xattr.c:361 |
6181 | lsetxattr | 0x1825 | const char *pathname | const char *name | const void *value | size_t size | int flags | - | fs/xattr.c:380 |
6182 | fsetxattr | 0x1826 | int fd | const char *name | const void *value | size_t size | int flags | - | fs/xattr.c:399 |
6183 | getxattr | 0x1827 | const char *pathname | const char *name | void *value | size_t size | - | - | fs/xattr.c:459 |
6184 | lgetxattr | 0x1828 | const char *pathname | const char *name | void *value | size_t size | - | - | fs/xattr.c:473 |
6185 | fgetxattr | 0x1829 | int fd | const char *name | void *value | size_t size | - | - | fs/xattr.c:487 |
6186 | listxattr | 0x182a | const char *pathname | char *list | size_t size | - | - | - | fs/xattr.c:541 |
6187 | llistxattr | 0x182b | const char *pathname | char *list | size_t size | - | - | - | fs/xattr.c:555 |
6188 | flistxattr | 0x182c | int fd | char *list | size_t size | - | - | - | fs/xattr.c:569 |
6189 | removexattr | 0x182d | const char *pathname | const char *name | - | - | - | - | fs/xattr.c:602 |
6190 | lremovexattr | 0x182e | const char *pathname | const char *name | - | - | - | - | fs/xattr.c:620 |
6191 | fremovexattr | 0x182f | int fd | const char *name | - | - | - | - | fs/xattr.c:638 |
6192 | tkill | 0x1830 | pid_t pid | int sig | - | - | - | - | kernel/signal.c:2923 |
6193 | reserved193 | - | - | - | - | - | - | - | Not implemented |
6194 | futex | 0x1832 | u32 *uaddr | int op | u32 val | struct timespec *utime | u32 *uaddr2 | u32 val3 | kernel/futex.c:2680 |
6195 | sched_setaffinity | 0x1833 | pid_t pid | unsigned int len | unsigned long *user_mask_ptr | - | - | - | kernel/sched/core.c:4626 |
6196 | sched_getaffinity | 0x1834 | pid_t pid | unsigned int len | unsigned long *user_mask_ptr | - | - | - | kernel/sched/core.c:4677 |
6197 | cacheflush | 0x1835 | unsigned long addr | unsigned long bytes | unsigned int cache | - | - | - | arch/mips/mm/cache.c:67 |
6198 | cachectl | 0x1836 | char *addr | int nbytes | int op | - | - | - | arch/mips/kernel/syscall.c:303 |
6199 | sysmips | 0x1837 | - | - | - | - | - | - | arch/mips/kernel/syscall.c:265 |
6200 | io_setup | 0x1838 | unsigned nr_events | aio_context_t *ctxp | - | - | - | - | fs/aio.c:1298 |
6201 | io_destroy | 0x1839 | aio_context_t ctx | - | - | - | - | - | fs/aio.c:1334 |
6202 | io_getevents | 0x183a | aio_context_t ctx_id | long min_nr | long nr | struct io_event *events | struct timespec *timeout | - | fs/aio.c:1844 |
6203 | io_submit | 0x183b | aio_context_t ctx_id | long nr | struct iocb * *iocbpp | - | - | - | fs/aio.c:1746 |
6204 | io_cancel | 0x183c | aio_context_t ctx_id | struct iocb *iocb | struct io_event *result | - | - | - | fs/aio.c:1781 |
6205 | exit_group | 0x183d | int error_code | - | - | - | - | - | kernel/exit.c:1136 |
6206 | lookup_dcookie | 0x183e | char *buf size_t len | - | - | - | - | - | fs/dcookies.c:148 |
6207 | epoll_create | 0x183f | int size | - | - | - | - | - | fs/eventpoll.c:1668 |
6208 | epoll_ctl | 0x1840 | int epfd | int op | int fd | struct epoll_event *event | - | - | fs/eventpoll.c:1681 |
6209 | epoll_wait | 0x1841 | int epfd | struct epoll_event *events | int maxevents | int timeout | - | - | fs/eventpoll.c:1809 |
6210 | remap_file_pages | 0x1842 | unsigned long start | unsigned long size | unsigned long prot | unsigned long pgoff | unsigned long flags | - | mm/fremap.c:122 |
6211 | rt_sigreturn | 0x1843 | - | - | - | - | - | - | arch/mips/kernel/signal.c:365 |
6212 | fcntl64 | 0x1844 | unsigned int fd | unsigned int cmd | unsigned long arg | - | - | - | fs/fcntl.c:468 |
6213 | set_tid_address | 0x1845 | int *tidptr | - | - | - | - | - | kernel/fork.c:1109 |
6214 | restart_syscall | 0x1846 | - | - | - | - | - | - | kernel/signal.c:2501 |
6215 | semtimedop | 0x1847 | int semid | struct sembuf *tsops | unsigned nsops | const struct timespec *timeout | - | - | ipc/sem.c:1330 |
6216 | fadvise64 | 0x1848 | loff_t offset size_t len | int advice | - | - | - | - | mm/fadvise.c:148 |
6217 | statfs64 | 0x1849 | const char *pathname | size_t sz | struct statfs64 *buf | - | - | - | fs/statfs.c:175 |
6218 | fstatfs64 | 0x184a | unsigned int fd | size_t sz | struct statfs64 *buf | - | - | - | fs/statfs.c:196 |
6219 | sendfile64 | 0x184b | int out_fd | int in_fd | loff_t *offset | size_t count | - | - | fs/read_write.c:992 |
6220 | timer_create | 0x184c | const clockid_t which_clock | struct sigevent *timer_event_spec | timer_t *created_timer_id | - | - | - | kernel/posix-timers.c:535 |
6221 | timer_settime | 0x184d | timer_t timer_id | int flags | const struct itimerspec *new_setting | struct itimerspec *old_setting | - | - | kernel/posix-timers.c:819 |
6222 | timer_gettime | 0x184e | timer_t timer_id | struct itimerspec *setting | - | - | - | - | kernel/posix-timers.c:715 |
6223 | timer_getoverrun | 0x184f | timer_t timer_id | - | - | - | - | - | kernel/posix-timers.c:751 |
6224 | timer_delete | 0x1850 | timer_t timer_id | - | - | - | - | - | kernel/posix-timers.c:882 |
6225 | clock_settime | 0x1851 | const clockid_t which_clock | const struct timespec *tp | - | - | - | - | kernel/posix-timers.c:950 |
6226 | clock_gettime | 0x1852 | const clockid_t which_clock | struct timespec *tp | - | - | - | - | kernel/posix-timers.c:965 |
6227 | clock_getres | 0x1853 | const clockid_t which_clock | struct timespec *tp | - | - | - | - | kernel/posix-timers.c:1006 |
6228 | clock_nanosleep | 0x1854 | const clockid_t which_clock | int flags | const struct timespec *rqtp | struct timespec *rmtp | - | - | kernel/posix-timers.c:1035 |
6229 | tgkill | 0x1855 | pid_t tgid | pid_t pid | int sig | - | - | - | kernel/signal.c:2907 |
6230 | utimes | 0x1856 | char *filename | struct timeval *utimes | - | - | - | - | fs/utimes.c:221 |
6231 | mbind | 0x1857 | unsigned long start | unsigned long len | unsigned long mode | unsigned long *nmask | unsigned long maxnode | unsigned flags | mm/mempolicy.c:1263 |
6232 | get_mempolicy | 0x1858 | int *policy | unsigned long *nmask | unsigned long maxnode | unsigned long addr | unsigned long flags | - | mm/mempolicy.c:1400 |
6233 | set_mempolicy | 0x1859 | int mode | unsigned long *nmask | unsigned long maxnode | - | - | - | mm/mempolicy.c:1285 |
6234 | mq_open | 0x185a | const char *u_name | int oflag | umode_t mode | struct mq_attr *u_attr | - | - | ipc/mqueue.c:803 |
6235 | mq_unlink | 0x185b | const char *u_name | - | - | - | - | - | ipc/mqueue.c:876 |
6236 | mq_timedsend | 0x185c | mqd_t mqdes | const char *u_msg_ptr | size_t msg_len | unsigned int msg_prio | const struct timespec *u_abs_timeout | - | ipc/mqueue.c:971 |
6237 | mq_timedreceive | 0x185d | mqd_t mqdes | char *u_msg_ptr | size_t msg_len | unsigned int *u_msg_prio | const struct timespec *u_abs_timeout | - | ipc/mqueue.c:1092 |
6238 | mq_notify | 0x185e | mqd_t mqdes | const struct sigevent *u_notification | - | - | - | - | ipc/mqueue.c:1201 |
6239 | mq_getsetattr | 0x185f | mqd_t mqdes | const struct mq_attr *u_mqstat | struct mq_attr *u_omqstat | - | - | - | ipc/mqueue.c:1333 |
6240 | vserver | - | - | - | - | - | - | - | Not implemented |
6241 | waitid | 0x1861 | int which | pid_t upid | struct siginfo *infop | int options | struct rusage *ru | - | kernel/exit.c:1763 |
6243 | add_key | 0x1863 | const char *_type | const char *_description | const void *_payload | size_t plen | key_serial_t ringid | - | security/keys/keyctl.c:54 |
6244 | request_key | 0x1864 | const char *_type | const char *_description | const char *_callout_info | key_serial_t destringid | - | - | security/keys/keyctl.c:147 |
6245 | keyctl | 0x1865 | int option | unsigned long arg2 | unsigned long arg3 | unsigned long arg4 | unsigned long arg5 | - | security/keys/keyctl.c:1556 |
6246 | set_thread_area | 0x1866 | unsigned long addr | - | - | - | - | - | arch/mips/kernel/syscall.c:152 |
6247 | inotify_init | 0x1867 | - | - | - | - | - | - | fs/notify/inotify/inotify_user.c:749 |
6248 | inotify_add_watch | 0x1868 | int fd | const char *pathname | u32 mask | - | - | - | fs/notify/inotify/inotify_user.c:754 |
6249 | inotify_rm_watch | 0x1869 | int fd | __s32 wd | - | - | - | - | fs/notify/inotify/inotify_user.c:795 |
6250 | migrate_pages | 0x186a | pid_t pid | unsigned long maxnode | const unsigned long *old_nodes | const unsigned long *new_nodes | - | - | mm/mempolicy.c:1304 |
6251 | openat | 0x186b | int dfd | const char *filename | int flags | umode_t mode | - | - | fs/open.c:1059 |
6252 | mkdirat | 0x186c | int dfd | const char *pathname | umode_t mode | - | - | - | fs/namei.c:2723 |
6253 | mknodat | 0x186d | int dfd | const char *filename | umode_t mode | unsigned dev | - | - | fs/namei.c:2646 |
6254 | fchownat | 0x186e | int dfd | const char *filename | uid_t user | gid_t group | int flag | - | fs/open.c:559 |
6255 | futimesat | 0x186f | int dfd | const char *filename | struct timeval *utimes | - | - | - | fs/utimes.c:193 |
6256 | newfstatat | 0x1870 | int dfd | const char *filename | struct stat *statbuf | int flag | - | - | fs/stat.c:269 |
6257 | unlinkat | 0x1871 | int dfd | const char *pathname | int flag | - | - | - | fs/namei.c:2968 |
6258 | renameat | 0x1872 | int olddfd | const char *oldname | int newdfd | const char *newname | - | - | fs/namei.c:3309 |
6259 | linkat | 0x1873 | int olddfd | const char *oldname | int newdfd | const char *newname | int flags | - | fs/namei.c:3097 |
6260 | symlinkat | 0x1874 | const char *oldname | int newdfd | const char *newname | - | - | - | fs/namei.c:3004 |
6261 | readlinkat | 0x1875 | int dfd | const char *pathname | char *buf | int bufsiz | - | - | fs/stat.c:293 |
6262 | fchmodat | 0x1876 | int dfd | const char *filename | umode_t mode | - | - | - | fs/open.c:486 |
6263 | faccessat | 0x1877 | int dfd | const char *filename | int mode | - | - | - | fs/open.c:299 |
6264 | pselect6 | 0x1878 | int n | fd_set *inp | fd_set *outp | fd_set *exp | struct timespec *tsp | void *sig | fs/select.c:671 |
6265 | ppoll | 0x1879 | struct pollfd *ufds | unsigned int nfds | struct timespec *tsp | const sigset_t *sigmask | size_t sigsetsize | - | fs/select.c:942 |
6266 | unshare | 0x187a | unsigned long unshare_flags | - | - | - | - | - | kernel/fork.c:1778 |
6267 | splice | 0x187b | int fd_in | loff_t *off_in | int fd_out | loff_t *off_out | size_t len | unsigned int flags | fs/splice.c:1689 |
6268 | sync_file_range | 0x187c | loff_t offset loff_t nbytes | unsigned int flags | - | - | - | - | fs/sync.c:275 |
6269 | tee | 0x187d | int fdin | int fdout | size_t len | unsigned int flags | - | - | fs/splice.c:2025 |
6270 | vmsplice | 0x187e | int fd | const struct iovec *iov | unsigned long nr_segs | unsigned int flags | - | - | fs/splice.c:1663 |
6271 | move_pages | 0x187f | pid_t pid | unsigned long nr_pages | const void * *pages | const int *nodes | int *status | int flags | mm/migrate.c:1343 |
6272 | set_robust_list | 0x1880 | struct robust_list_head *head | size_t len | - | - | - | - | kernel/futex.c:2422 |
6273 | get_robust_list | 0x1881 | int pid | struct robust_list_head * *head_ptr | size_t *len_ptr | - | - | - | kernel/futex.c:2444 |
6274 | kexec_load | 0x1882 | unsigned long entry | unsigned long nr_segments | struct kexec_segment *segments | unsigned long flags | - | - | kernel/kexec.c:940 |
6275 | getcpu | 0x1883 | unsigned *cpup | unsigned *nodep | struct getcpu_cache *unused | - | - | - | kernel/sys.c:2179 |
6276 | epoll_pwait | 0x1884 | int epfd | struct epoll_event *events | int maxevents | int timeout | const sigset_t *sigmask | size_t sigsetsize | fs/eventpoll.c:1860 |
6277 | ioprio_set | 0x1885 | int which | int who | int ioprio | - | - | - | fs/ioprio.c:61 |
6278 | ioprio_get | 0x1886 | int which | int who | - | - | - | - | fs/ioprio.c:176 |
6279 | utimensat | 0x1887 | int dfd | const char *filename | struct timespec *utimes | int flags | - | - | fs/utimes.c:175 |
6280 | signalfd | 0x1888 | int ufd | sigset_t *user_mask | size_t sizemask | - | - | - | fs/signalfd.c:292 |
6281 | timerfd | - | - | - | - | - | - | - | Not implemented |
6282 | eventfd | 0x188a | unsigned int count | - | - | - | - | - | fs/eventfd.c:431 |
6283 | fallocate | 0x188b | int mode loff_t offset | loff_t len | - | - | - | - | fs/open.c:272 |
6284 | timerfd_create | 0x188c | int clockid | int flags | - | - | - | - | fs/timerfd.c:252 |
6285 | timerfd_gettime | 0x188d | int ufd | struct itimerspec *otmr | - | - | - | - | fs/timerfd.c:344 |
6286 | timerfd_settime | 0x188e | int ufd | int flags | const struct itimerspec *utmr | struct itimerspec *otmr | - | - | fs/timerfd.c:283 |
6287 | signalfd4 | 0x188f | int ufd | sigset_t *user_mask | size_t sizemask | int flags | - | - | fs/signalfd.c:237 |
6288 | eventfd2 | 0x1890 | unsigned int count | int flags | - | - | - | - | fs/eventfd.c:406 |
6289 | epoll_create1 | 0x1891 | int flags | - | - | - | - | - | fs/eventpoll.c:1625 |
6290 | dup3 | 0x1892 | unsigned int oldfd | unsigned int newfd | int flags | - | - | - | fs/fcntl.c:53 |
6291 | pipe2 | 0x1893 | int *fildes | int flags | - | - | - | - | fs/pipe.c:1133 |
6292 | inotify_init1 | 0x1894 | int flags | - | - | - | - | - | fs/notify/inotify/inotify_user.c:724 |
6293 | preadv | 0x1895 | unsigned long fd | const struct iovec *vec | unsigned long vlen | unsigned long pos_l | unsigned long pos_h | - | fs/read_write.c:835 |
6294 | pwritev | 0x1896 | unsigned long fd | const struct iovec *vec | unsigned long vlen | unsigned long pos_l | unsigned long pos_h | - | fs/read_write.c:860 |
6295 | rt_tgsigqueueinfo | 0x1897 | pid_t tgid | pid_t pid | int sig | siginfo_t *uinfo | - | - | kernel/signal.c:2979 |
6296 | perf_event_open | 0x1898 | struct perf_event_attr *attr_uptr | pid_t pid | int cpu | int group_fd | unsigned long flags | - | kernel/events/core.c:6186 |
6297 | accept4 | 0x1899 | int fd | struct sockaddr *upeer_sockaddr | int *upeer_addrlen | int flags | - | - | net/socket.c:1508 |
6298 | recvmmsg | 0x189a | int fd | struct mmsghdr *mmsg | unsigned int vlen | unsigned int flags | struct timespec *timeout | - | net/socket.c:2313 |
6299 | getdents64 | 0x189b | unsigned int fd | struct linux_dirent64 *dirent | unsigned int count | - | - | - | fs/readdir.c:272 |
6300 | fanotify_init | 0x189c | unsigned int flags | unsigned int event_f_flags | - | - | - | - | fs/notify/fanotify/fanotify_user.c:679 |
6301 | fanotify_mark | 0x189d | unsigned int flags __u64 mask | int dfd const char *pathname | - | - | - | - | fs/notify/fanotify/fanotify_user.c:767 |
6302 | prlimit64 | 0x189e | pid_t pid | unsigned int resource | const struct rlimit64 *new_rlim | struct rlimit64 *old_rlim | - | - | kernel/sys.c:1599 |
6303 | name_to_handle_at | 0x189f | int dfd | const char *name | struct file_handle *handle | int *mnt_id | int flag | - | fs/fhandle.c:92 |
6304 | open_by_handle_at | 0x18a0 | int mountdirfd | struct file_handle *handle | int flags | - | - | - | fs/fhandle.c:257 |
6305 | clock_adjtime | 0x18a1 | const clockid_t which_clock | struct timex *utx | - | - | - | - | kernel/posix-timers.c:983 |
6306 | syncfs | 0x18a2 | int fd | - | - | - | - | - | fs/sync.c:134 |
6307 | sendmmsg | 0x18a3 | int fd | struct mmsghdr *mmsg | unsigned int vlen | unsigned int flags | - | - | net/socket.c:2091 |
6308 | setns | 0x18a4 | int fd | int nstype | - | - | - | - | kernel/nsproxy.c:235 |
6309 | process_vm_readv | 0x18a5 | pid_t pid | const struct iovec *lvec | unsigned long liovcnt | const struct iovec *rvec | unsigned long riovcnt | unsigned long flags | mm/process_vm_access.c:398 |
6310 | process_vm_writev | 0x18a6 | pid_t pid | const struct iovec *lvec | unsigned long liovcnt | const struct iovec *rvec | unsigned long riovcnt | unsigned long flags | mm/process_vm_access.c:405 |