Searched hist:5322 (Results 1 - 3 of 3) sorted by relevance

/gem5/src/arch/x86/isa/insts/general_purpose/input_output/
H A Dgeneral_io.pydiff 5322:db50c4044662 Sat Jan 12 06:37:00 EST 2008 Gabe Black <gblack@eecs.umich.edu> X86: Fix the general IO instructions dataSize.
/gem5/src/arch/riscv/linux/
H A Dlinux.hhdiff 12297:fd5f1ffae4aa Sat Oct 28 00:35:00 EDT 2017 Alec Roelke <ar4jc@virginia.edu> 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>
H A Dprocess.ccdiff 12297:fd5f1ffae4aa Sat Oct 28 00:35:00 EDT 2017 Alec Roelke <ar4jc@virginia.edu> 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>

Completed in 17 milliseconds