summaryrefslogtreecommitdiff
path: root/src/linux/arc/syscallent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/linux/arc/syscallent.h')
-rw-r--r--src/linux/arc/syscallent.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/linux/arc/syscallent.h b/src/linux/arc/syscallent.h
new file mode 100644
index 000000000..aed2e55a6
--- /dev/null
+++ b/src/linux/arc/syscallent.h
@@ -0,0 +1,15 @@
+/*
+ * Copyright (c) 2013-2018 The strace developers.
+ * All rights reserved.
+ *
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ */
+
+#define sys_ARCH_mmap sys_mmap_pgoff
+#include "32/syscallent.h"
+/* [244 ... 259] are arch specific */
+[244] = { 3, 0, SEN(printargs), "cacheflush" },
+[245] = { 1, 0, SEN(printargs), "arc_settls" },
+[246] = { 0, PU|NF, SEN(printargs), "arc_gettls" },
+[247] = { 3, 0, SEN(sysfs), "sysfs" },
+[248] = { 3, 0, SEN(printargs), "arc_usr_cmpxchg"},