cpu, arm: Allow the specification of a socket field
authorAkash Bagdia <akash.bagdia@arm.com>
Fri, 9 May 2014 22:58:46 +0000 (18:58 -0400)
committerAkash Bagdia <akash.bagdia@arm.com>
Fri, 9 May 2014 22:58:46 +0000 (18:58 -0400)
commit2b1a01ee6ccda9f046b1ceb13c90ee0635473959
tree1877032b428dce5a8cbfd69f0f974b1015184a0d
parente940bac278a877699238f9c70748762ea9379db4
cpu, arm: Allow the specification of a socket field

Allow the specification of a socket ID for every core that is reflected in the
MPIDR field in ARM systems.  This allows studying multi-socket / cluster
systems with ARM CPUs.
src/arch/arm/utility.cc
src/cpu/BaseCPU.py
src/cpu/base.cc
src/cpu/base.hh
src/cpu/base_dyn_inst.hh
src/cpu/checker/thread_context.hh
src/cpu/inorder/thread_context.hh
src/cpu/o3/thread_context.hh
src/cpu/thread_context.hh
src/cpu/thread_state.hh