aboutsummaryrefslogtreecommitdiff
path: root/linux/mips/syscallent-n32.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux/mips/syscallent-n32.h')
-rw-r--r--linux/mips/syscallent-n32.h17
1 files changed, 10 insertions, 7 deletions
diff --git a/linux/mips/syscallent-n32.h b/linux/mips/syscallent-n32.h
index ea3fb9815..f97511dae 100644
--- a/linux/mips/syscallent-n32.h
+++ b/linux/mips/syscallent-n32.h
@@ -22,7 +22,7 @@
[6019] = { 3, TD, SEN(writev), "writev" },
[6020] = { 2, TF, SEN(access), "access" },
[6021] = { 1, TD, SEN(pipe), "pipe" },
-[6022] = { 5, TD, SEN(select), "select" },
+[6022] = { 5, TD, SEN(select), "_newselect" },
[6023] = { 0, 0, SEN(sched_yield), "sched_yield" },
[6024] = { 5, TM|SI, SEN(mremap), "mremap" },
[6025] = { 3, TM, SEN(msync), "msync" },
@@ -136,7 +136,7 @@
[6133] = { 2, 0, SEN(ustat), "ustat" },
[6134] = { 3, TF, SEN(statfs), "statfs" },
[6135] = { 3, TD, SEN(fstatfs), "fstatfs" },
-[6136] = { 5, 0, SEN(sysfs), "sysfs" },
+[6136] = { 3, 0, SEN(sysfs), "sysfs" },
[6137] = { 2, 0, SEN(getpriority), "getpriority" },
[6138] = { 3, 0, SEN(setpriority), "setpriority" },
[6139] = { 2, 0, SEN(sched_setparam), "sched_setparam" },
@@ -174,8 +174,8 @@
[6171] = { 5, 0, SEN(query_module), "query_module" },
[6172] = { 4, TF, SEN(quotactl), "quotactl" },
[6173] = { 3, 0, SEN(nfsservctl), "nfsservctl" },
-[6174] = { 5, TN, SEN(printargs), "getpmsg" },
-[6175] = { 5, TN, SEN(printargs), "putpmsg" },
+[6174] = { 5, TN, SEN(getpmsg), "getpmsg" },
+[6175] = { 5, TN, SEN(putpmsg), "putpmsg" },
[6176] = { 0, 0, SEN(afs_syscall), "afs_syscall" },
[6177] = { 0, 0, SEN(printargs), "reserved177" },
[6178] = { 0, 0, SEN(gettid), "gettid" },
@@ -212,11 +212,11 @@
[6209] = { 4, TD, SEN(epoll_wait), "epoll_wait" },
[6210] = { 5, TM|SI, SEN(remap_file_pages), "remap_file_pages" },
[6211] = { 0, TS, SEN(rt_sigreturn), "rt_sigreturn" },
-[6212] = { 3, TD, SEN(fcntl), "fcntl64" },
+[6212] = { 3, TD, SEN(fcntl64), "fcntl64" },
[6213] = { 1, 0, SEN(set_tid_address), "set_tid_address" },
[6214] = { 0, 0, SEN(restart_syscall), "restart_syscall" },
[6215] = { 4, TI, SEN(semtimedop), "semtimedop" },
-[6216] = { 4, TD, SEN(fadvise64), "fadvise64" },
+[6216] = { 4, TD, SEN(fadvise64_64), "fadvise64" },
[6217] = { 3, TF, SEN(statfs64), "statfs64" },
[6218] = { 3, TD, SEN(fstatfs64), "fstatfs64" },
[6219] = { 4, TD|TN, SEN(sendfile64), "sendfile64" },
@@ -321,7 +321,10 @@
[6318] = { 2, TD, SEN(memfd_create), "memfd_create", },
[6319] = { 3, TD, SEN(bpf), "bpf", },
[6320] = { 5, TD|TF|TP|SE|SI, SEN(execveat), "execveat", },
-[6321 ... 6399] = { },
+[6321] = { 1, TD, SEN(userfaultfd), "userfaultfd", },
+[6322] = { 2, 0, SEN(membarrier), "membarrier", },
+[6323] = { 3, TM, SEN(mlock2), "mlock2" },
+[6324 ... 6399] = { },
# define SYS_socket_subcall 6400
# include "subcall.h"