arch-riscv: Add missing system calls
authorAlec Roelke <ar4jc@virginia.edu>
Sat, 28 Oct 2017 16:35:20 +0000 (12:35 -0400)
committerAlec Roelke <ar4jc@virginia.edu>
Wed, 22 Nov 2017 01:05:30 +0000 (01:05 +0000)
commite27ed32d9dcd7591c3a794fc1c9ca5b29ce0d91d
treecd3bf93c20bb3438363a261c4b68537df4803c62
parenta01d53078a583ea71b845243785c44376c084c4b
arch-riscv: Add missing system calls

This patch adds all system calls present in riscv-gnu-toolchain at
commit hash 65cb174. Many of them do not have implementations in gem5, so
they are just placeholders.

[Remove the variadic macro and replace it with a function that has
default arguments because variadic macros may not be portable across
compilers]
[Remove spaces around default arguments of createSyscall for better
style]
[Switch from using a loose function to using SyscallDesc's new
constructor]

Change-Id: Iff97c689109121b39df423c72d0e79c6366e31b9
Reviewed-on: https://gem5-review.googlesource.com/5322
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Alec Roelke <ar4jc@virginia.edu>
src/arch/riscv/linux/linux.hh
src/arch/riscv/linux/process.cc