summaryrefslogtreecommitdiff
path: root/src/arch-aarch64-syscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch-aarch64-syscalls.c')
-rw-r--r--src/arch-aarch64-syscalls.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/arch-aarch64-syscalls.c b/src/arch-aarch64-syscalls.c
index fa9dce3..9ac1dd0 100644
--- a/src/arch-aarch64-syscalls.c
+++ b/src/arch-aarch64-syscalls.c
@@ -26,7 +26,7 @@
#include "arch.h"
#include "arch-aarch64.h"
-/* NOTE: based on Linux 3.19 */
+/* NOTE: based on Linux 4.2-rc5 */
const struct arch_syscall_def aarch64_syscall_table[] = { \
{ "_llseek", __PNR__llseek },
{ "_newselect", __PNR__newselect },
@@ -224,6 +224,7 @@ const struct arch_syscall_def aarch64_syscall_table[] = { \
{ "msgrcv", 188 },
{ "msgsnd", 189 },
{ "msync", 227 },
+ { "multiplexer", __PNR_multiplexer },
{ "munlock", 229 },
{ "munlockall", 231 },
{ "munmap", 215 },
@@ -294,6 +295,7 @@ const struct arch_syscall_def aarch64_syscall_table[] = { \
{ "rt_sigsuspend", 133 },
{ "rt_sigtimedwait", 137 },
{ "rt_tgsigqueueinfo", 240 },
+ { "rtas", __PNR_rtas },
{ "s390_runtime_instr", __PNR_s390_runtime_instr },
{ "sched_get_priority_max", 125 },
{ "sched_get_priority_min", 126 },
@@ -373,6 +375,8 @@ const struct arch_syscall_def aarch64_syscall_table[] = { \
{ "socketcall", __PNR_socketcall },
{ "socketpair", 199 },
{ "splice", 76 },
+ { "spu_create", __PNR_spu_create },
+ { "spu_run", __PNR_spu_run },
{ "ssetmask", __PNR_ssetmask },
{ "stat", __PNR_stat },
{ "stat64", __PNR_stat64 },
@@ -380,8 +384,11 @@ const struct arch_syscall_def aarch64_syscall_table[] = { \
{ "statfs64", __PNR_statfs64 },
{ "stime", __PNR_stime },
{ "stty", __PNR_stty },
+ { "subpage_prot", __PNR_subpage_prot },
+ { "swapcontext", __PNR_swapcontext },
{ "swapoff", 225 },
{ "swapon", 224 },
+ { "switch_endian", __PNR_switch_endian },
{ "symlink", __PNR_symlink },
{ "symlinkat", 36 },
{ "sync", 81 },
@@ -389,6 +396,7 @@ const struct arch_syscall_def aarch64_syscall_table[] = { \
{ "sync_file_range2", __PNR_sync_file_range2 },
{ "syncfs", 267 },
{ "syscall", __PNR_syscall },
+ { "sys_debug_setcontext", __PNR_sys_debug_setcontext },
{ "sysfs", __PNR_sysfs },
{ "sysinfo", 179 },
{ "syslog", 116 },