sim: Rename GuestABI's Position to State.
authorGabe Black <gabeblack@google.com>
Mon, 23 Dec 2019 06:54:14 +0000 (22:54 -0800)
committerGabe Black <gabeblack@google.com>
Thu, 12 Mar 2020 11:14:09 +0000 (11:14 +0000)
commitec5a24fba4408a99f8f996e40686f6d37df7cd9e
tree4625a1257bbe81abeea58b3abeea98668effb46e
parent4e894d867398eb8c3732343b159bedf248bf96b1
sim: Rename GuestABI's Position to State.

This type can hold any generic state related to locating return types
and arguments in addition to simple position information. To make that
clearer, this change renames the Position type to State.

Change-Id: I50ff2ec61c3eba0e9505c66ce32e27b515bd4b27
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5/+/24107
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Bobby R. Bruce <bbruce@ucdavis.edu>
Maintainer: Gabe Black <gabeblack@google.com>
13 files changed:
src/arch/arm/aapcs64.hh
src/arch/arm/process.hh
src/arch/sparc/process.hh
src/arch/x86/linux/process.hh
src/arch/x86/pseudo_inst_abi.hh
src/sim/guest_abi.hh
src/sim/guest_abi.test.cc
src/sim/guest_abi/definition.hh
src/sim/guest_abi/dispatch.hh
src/sim/guest_abi/layout.hh
src/sim/guest_abi/varargs.hh
src/sim/pseudo_inst.hh
src/sim/syscall_abi.hh