summaryrefslogtreecommitdiff
path: root/src/arch-x86_64-syscalls.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch-x86_64-syscalls.c')
-rw-r--r--src/arch-x86_64-syscalls.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/arch-x86_64-syscalls.c b/src/arch-x86_64-syscalls.c
index 1da2530..203dafa 100644
--- a/src/arch-x86_64-syscalls.c
+++ b/src/arch-x86_64-syscalls.c
@@ -26,7 +26,7 @@
#include "arch.h"
#include "arch-x86_64.h"
-/* NOTE: based on Linux 4.14 */
+/* NOTE: based on Linux 4.15-rc7 */
const struct arch_syscall_def x86_64_syscall_table[] = { \
{ "_llseek", __PNR__llseek },
{ "_newselect", __PNR__newselect },
@@ -122,6 +122,7 @@ const struct arch_syscall_def x86_64_syscall_table[] = { \
{ "get_mempolicy", 239 },
{ "get_robust_list", 274 },
{ "get_thread_area", 211 },
+ { "get_tls", __PNR_get_tls },
{ "getcpu", 309 },
{ "getcwd", 79 },
{ "getdents", 78 },
@@ -304,9 +305,11 @@ const struct arch_syscall_def x86_64_syscall_table[] = { \
{ "rt_sigtimedwait", 128 },
{ "rt_tgsigqueueinfo", 297 },
{ "rtas", __PNR_rtas },
+ { "s390_guarded_storage", __PNR_s390_guarded_storage },
{ "s390_pci_mmio_read", __PNR_s390_pci_mmio_read },
{ "s390_pci_mmio_write", __PNR_s390_pci_mmio_write },
{ "s390_runtime_instr", __PNR_s390_runtime_instr },
+ { "s390_sthyi", __PNR_s390_sthyi },
{ "sched_get_priority_max", 146 },
{ "sched_get_priority_min", 147 },
{ "sched_getaffinity", 204 },