summaryrefslogtreecommitdiff
path: root/mem/translating_port.hh
AgeCommit message (Expand)Author
2006-03-30Add a functional port that is used to load the original binaries in FSAli Saidi
2006-03-30Make TranslatingPort be a type of Port rather than something specialAli Saidi
2006-03-12Replace Memory with MemObject; no need for two different levels of hierarchy ...Steve Reinhardt
2006-03-12Get rid of "Functional" suffix from (read|write)(Blob|String) functions.Steve Reinhardt
2006-03-12Fix TranslatingPort access functions to:Steve Reinhardt
2006-03-02Simple program runs with sendAtomic!Steve Reinhardt
2006-03-02More progress... run a few instructions now, but die on the secondSteve Reinhardt
2006-02-21Some more changes for compilation. Since memset is now part of port and not ...Ron Dreslinski
2006-02-21Adding some definitons for read/write blob/string. I need to locate te code ...Ron Dreslinski
2006-02-20Add in a new translating port that allows syscalls to translate addresses via...Ron Dreslinski