Add hook to call map() on Process from python.
authorSteve Reinhardt <steve.reinhardt@amd.com>
Wed, 11 Jul 2012 05:51:54 +0000 (22:51 -0700)
committerSteve Reinhardt <steve.reinhardt@amd.com>
Wed, 11 Jul 2012 05:51:54 +0000 (22:51 -0700)
commit2e47aaabc0f5b3ab3d4507b023f0421fde9713c5
treed215c81d06e89833ab929edbcf1e75c98e6bc8d1
parent645fa9c2624bc497008f9fb18645e5184615048f
Add hook to call map() on Process from python.
This enables configuration scripts to set up mappings
from process virtual addresses to specific physical
addresses in SE mode.  This feature is needed to
support modeling of user-accessible memories or
devices in SE mode, avoiding the complexities of FS
mode and the need to write a device driver.
src/sim/Process.py
src/sim/process.cc
src/sim/process.hh