summaryrefslogtreecommitdiff
path: root/src/arch-mips64n32-syscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch-mips64n32-syscalls.c')
-rw-r--r--src/arch-mips64n32-syscalls.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/arch-mips64n32-syscalls.c b/src/arch-mips64n32-syscalls.c
index 389784b..18ee476 100644
--- a/src/arch-mips64n32-syscalls.c
+++ b/src/arch-mips64n32-syscalls.c
@@ -228,6 +228,7 @@ const struct arch_syscall_def mips64n32_syscall_table[] = { \
{ "msgrcv", (__NR_SYSCALL_BASE + 68) },
{ "msgsnd", (__NR_SYSCALL_BASE + 67) },
{ "msync", (__NR_SYSCALL_BASE + 25) },
+ { "multiplexer", __PNR_multiplexer },
{ "munlock", (__NR_SYSCALL_BASE + 147) },
{ "munlockall", (__NR_SYSCALL_BASE + 149) },
{ "munmap", (__NR_SYSCALL_BASE + 11) },
@@ -298,6 +299,7 @@ const struct arch_syscall_def mips64n32_syscall_table[] = { \
{ "rt_sigsuspend", (__NR_SYSCALL_BASE + 128) },
{ "rt_sigtimedwait", (__NR_SYSCALL_BASE + 126) },
{ "rt_tgsigqueueinfo", (__NR_SYSCALL_BASE + 295) },
+ { "rtas", __PNR_rtas },
{ "sched_get_priority_max", (__NR_SYSCALL_BASE + 143) },
{ "sched_get_priority_min", (__NR_SYSCALL_BASE + 144) },
{ "sched_getaffinity", (__NR_SYSCALL_BASE + 196) },
@@ -376,6 +378,8 @@ const struct arch_syscall_def mips64n32_syscall_table[] = { \
{ "socketcall", __PNR_socketcall },
{ "socketpair", (__NR_SYSCALL_BASE + 52) },
{ "splice", (__NR_SYSCALL_BASE + 267) },
+ { "spu_create", __PNR_spu_create },
+ { "spu_run", __PNR_spu_run },
{ "ssetmask", __PNR_ssetmask },
{ "stat", (__NR_SYSCALL_BASE + 4) },
{ "stat64", __PNR_stat64 },
@@ -383,6 +387,8 @@ const struct arch_syscall_def mips64n32_syscall_table[] = { \
{ "statfs64", (__NR_SYSCALL_BASE + 217) },
{ "stime", __PNR_stime },
{ "stty", __PNR_stty },
+ { "subpage_prot", __PNR_subpage_prot },
+ { "swapcontext", __PNR_swapcontext },
{ "swapoff", (__NR_SYSCALL_BASE + 163) },
{ "swapon", (__NR_SYSCALL_BASE + 162) },
{ "symlink", (__NR_SYSCALL_BASE + 86) },
@@ -392,6 +398,7 @@ const struct arch_syscall_def mips64n32_syscall_table[] = { \
{ "sync_file_range2", __PNR_sync_file_range2 },
{ "syncfs", (__NR_SYSCALL_BASE + 306) },
{ "syscall", __PNR_syscall },
+ { "sys_debug_setcontext", __PNR_sys_debug_setcontext },
{ "sysfs", (__NR_SYSCALL_BASE + 136) },
{ "sysinfo", (__NR_SYSCALL_BASE + 97) },
{ "syslog", (__NR_SYSCALL_BASE + 101) },