summaryrefslogtreecommitdiff
path: root/linux/mips/syscallent-n32.h
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2015-01-12 18:53:32 +0000
committerDmitry V. Levin <ldv@altlinux.org>2015-01-12 19:05:34 +0000
commite78f02a16648554e87533eabb6c50f0a9a30ddf8 (patch)
tree9b4b97e215d2c346bfecf7bbcd4d1a71ea143323 /linux/mips/syscallent-n32.h
parentdb613f0c47e3199539452d076d95f628f489ffe7 (diff)
downloadstrace-e78f02a16648554e87533eabb6c50f0a9a30ddf8.tar.gz
Wire up new syscalls
* linux/dummy.h (sys_bpf, sys_execveat, sys_getrandom, sys_kexec_file_load, sys_memfd_create, sys_seccomp): New stub aliases. * linux/32/syscallent.h (seccomp, getrandom, memfd_create, bpf, execveat): New entries. * linux/64/syscallent.h: Likewise. * linux/arm/syscallent.h: Likewise. * linux/hppa/syscallent.h: Likewise. * linux/i386/syscallent.h: Likewise. * linux/microblaze/syscallent.h: Likewise. * linux/mips/syscallent-n32.h: Likewise. * linux/mips/syscallent-n64.h: Likewise. * linux/mips/syscallent-o32.h: Likewise. * linux/powerpc/syscallent.h: Likewise. * linux/sparc/syscallent.h: Likewise. * linux/ia64/syscallent.h (getrandom, memfd_create, bpf, execveat): New entries. * linux/m68k/syscallent.h: Likewise. * linux/s390/syscallent.h: (seccomp, getrandom, memfd_create, bpf, s390_pci_mmio_write, s390_pci_mmio_read, execveat): New entries. * linux/s390x/syscallent.h: Likewise. * linux/x86_64/syscallent.h (seccomp, getrandom, memfd_create, kexec_file_load, bpf, execveat): New entries. * linux/x32/syscallent.h: Likewise. * linux/xtensa/syscallent.h (seccomp, getrandom, memfd_create): New entries.
Diffstat (limited to 'linux/mips/syscallent-n32.h')
-rw-r--r--linux/mips/syscallent-n32.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/linux/mips/syscallent-n32.h b/linux/mips/syscallent-n32.h
index 2903fd237..d13f9e8e1 100644
--- a/linux/mips/syscallent-n32.h
+++ b/linux/mips/syscallent-n32.h
@@ -316,6 +316,11 @@
[6313] = { 3, 0, sys_sched_setattr, "sched_setattr" },
[6314] = { 4, 0, sys_sched_getattr, "sched_getattr" },
[6315] = { 5, TD|TF, sys_renameat2, "renameat2" },
+[6316] = { 3, 0, sys_seccomp, "seccomp", },
+[6317] = { 3, 0, sys_getrandom, "getrandom", },
+[6318] = { 2, TD, sys_memfd_create, "memfd_create", },
+[6319] = { 3, TD, sys_bpf, "bpf", },
+[6320] = { 5, TD|TF|TP|SE|SI, sys_execveat, "execveat", },
#else
@@ -635,5 +640,10 @@
[6313] = { 3, 0, printargs, "n32_sched_setattr" },
[6314] = { 4, 0, printargs, "n32_sched_getattr" },
[6315] = { 5, TD|TF, printargs, "n32_renameat2" },
+[6316] = { 3, 0, printargs, "n32_seccomp", },
+[6317] = { 3, 0, printargs, "n32_getrandom", },
+[6318] = { 2, TD, printargs, "n32_memfd_create", },
+[6319] = { 3, TD, printargs, "n32_bpf", },
+[6320] = { 5, TD|TF|TP|SE|SI, printargs, "n32_execveat", },
#endif