summaryrefslogtreecommitdiff
path: root/src/arch-x86-syscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch-x86-syscalls.c')
-rw-r--r--src/arch-x86-syscalls.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/arch-x86-syscalls.c b/src/arch-x86-syscalls.c
index 1669289..d27a4d1 100644
--- a/src/arch-x86-syscalls.c
+++ b/src/arch-x86-syscalls.c
@@ -224,6 +224,7 @@ const struct arch_syscall_def x86_syscall_table[] = { \
{ "msgrcv", __PNR_msgrcv },
{ "msgsnd", __PNR_msgsnd },
{ "msync", 144 },
+ { "multiplexer", __PNR_multiplexer },
{ "munlock", 151 },
{ "munlockall", 153 },
{ "munmap", 91 },
@@ -294,6 +295,7 @@ const struct arch_syscall_def x86_syscall_table[] = { \
{ "rt_sigsuspend", 179 },
{ "rt_sigtimedwait", 177 },
{ "rt_tgsigqueueinfo", 335 },
+ { "rtas", __PNR_rtas },
{ "sched_get_priority_max", 159 },
{ "sched_get_priority_min", 160 },
{ "sched_getaffinity", 242 },
@@ -372,6 +374,8 @@ const struct arch_syscall_def x86_syscall_table[] = { \
{ "socketcall", 102 },
{ "socketpair", __PNR_socketpair },
{ "splice", 313 },
+ { "spu_create", __PNR_spu_create },
+ { "spu_run", __PNR_spu_run },
{ "ssetmask", 69 },
{ "stat", 106 },
{ "stat64", 195 },
@@ -379,6 +383,8 @@ const struct arch_syscall_def x86_syscall_table[] = { \
{ "statfs64", 268 },
{ "stime", 25 },
{ "stty", 31 },
+ { "subpage_prot", __PNR_subpage_prot },
+ { "swapcontext", __PNR_swapcontext },
{ "swapoff", 115 },
{ "swapon", 87 },
{ "symlink", 83 },
@@ -388,6 +394,7 @@ const struct arch_syscall_def x86_syscall_table[] = { \
{ "sync_file_range2", __PNR_sync_file_range2 },
{ "syncfs", 344 },
{ "syscall", __PNR_syscall },
+ { "sys_debug_setcontext", __PNR_sys_debug_setcontext },
{ "sysfs", 135 },
{ "sysinfo", 116 },
{ "syslog", 103 },