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.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/arch-mips64n32-syscalls.c b/src/arch-mips64n32-syscalls.c
index b4195c3..db88ab5 100644
--- a/src/arch-mips64n32-syscalls.c
+++ b/src/arch-mips64n32-syscalls.c
@@ -200,6 +200,7 @@ const struct arch_syscall_def mips64n32_syscall_table[] = { \
{ "lstat64", __PNR_lstat64 },
{ "madvise", (__SCMP_NR_BASE + 27) },
{ "mbind", (__SCMP_NR_BASE + 231) },
+ { "membarrier", (__SCMP_NR_BASE + 322) },
{ "memfd_create", (__SCMP_NR_BASE + 318) },
{ "migrate_pages", (__SCMP_NR_BASE + 250) },
{ "mincore", (__SCMP_NR_BASE + 26) },
@@ -300,6 +301,8 @@ const struct arch_syscall_def mips64n32_syscall_table[] = { \
{ "rt_sigtimedwait", (__SCMP_NR_BASE + 126) },
{ "rt_tgsigqueueinfo", (__SCMP_NR_BASE + 295) },
{ "rtas", __PNR_rtas },
+ { "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 },
{ "sched_get_priority_max", (__SCMP_NR_BASE + 143) },
{ "sched_get_priority_min", (__SCMP_NR_BASE + 144) },
@@ -434,6 +437,7 @@ const struct arch_syscall_def mips64n32_syscall_table[] = { \
{ "uselib", __PNR_uselib },
{ "usr26", __PNR_usr26 },
{ "usr32", __PNR_usr32 },
+ { "userfaultfd", (__SCMP_NR_BASE + 321) },
{ "ustat", (__SCMP_NR_BASE + 133) },
{ "utime", (__SCMP_NR_BASE + 130) },
{ "utimensat", (__SCMP_NR_BASE + 279) },