mem: Remove the ISA specialized versions of port proxy's read/write.
authorGabe Black <gabeblack@google.com>
Thu, 25 Apr 2019 00:19:23 +0000 (17:19 -0700)
committerGabe Black <gabeblack@google.com>
Sun, 28 Apr 2019 03:09:09 +0000 (03:09 +0000)
commitfce9c7a26f8c8a29d51c319c876a7bf0a32404a7
tree61cf66e892473fafab9e0e7726750542a0be92b0
parentcdcc55a6a8fe9b4625b316a8d8845366ccfa71c9
mem: Remove the ISA specialized versions of port proxy's read/write.

These selected their behavior based on ifdefs and had to be disabled
when on the NULL ISA. The versions which take an explicit endianness
have been renamed to just read/write instead of readGtoH and writeHtoG
since the direction of the translation is obvious from context.

Change-Id: I6cfbfda6c4481962d442d3370534e50532d41814
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/18372
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
Tested-by: kokoro <noreply+kokoro@google.com>
src/arch/alpha/linux/system.cc
src/arch/alpha/stacktrace.cc
src/arch/arm/semihosting.cc
src/arch/arm/stacktrace.cc
src/arch/mips/stacktrace.cc
src/arch/x86/stacktrace.cc
src/kern/linux/helpers.cc
src/mem/port_proxy.hh
src/sim/aux_vector.cc