index
:
gem5
hitsb
invisispec-1.0
invisispec-with-dift
is-ift
is-ift-cachehit
is-rebase
is-rebase-new
is-rebase-new2
is-rebase-new3-rdtscp
is-rebase04-linux3.2
is-rebase05
is-rebase06-RequestPtr
is-rebase07-GCC8
is-rebase08-QoSmem
is-rebase09-linuxarm-3.7.0
is-rebase10-DynInstPtr
is-rebase11-LSQUnit
is-rebase12
simple-object-demo
gem5
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mem
/
port.hh
Age
Commit message (
Expand
)
Author
2006-05-22
New directory structure:
Steve Reinhardt
2006-05-18
Change Packet parameters on Port methods from references to pointers.
Steve Reinhardt
2006-04-29
fixes for se
Ali Saidi
2006-04-06
fixes for new memory system
Ali Saidi
2006-03-30
Add a functional port that is used to load the original binaries in FS
Ali Saidi
2006-03-30
Make TranslatingPort be a type of Port rather than something special
Ali Saidi
2006-03-15
add translations for new sections that are mmapped or when the brk
Ali Saidi
2006-03-12
Get rid of "Functional" suffix from (read|write)(Blob|String) functions.
Steve Reinhardt
2006-03-12
More memory system cleanup:
Steve Reinhardt
2006-03-10
Work towards factoring isa_traits.hh into smaller, more specialized files.
Gabe Black
2006-02-21
Some more changes for compilation. Since memset is now part of port and not ...
Ron Dreslinski
2006-02-21
Add blocksize functions to physical memory. Fix the port we were using in th...
Ron Dreslinski
2006-02-21
Rename Port address range functions... like the block size
Steve Reinhardt
2006-02-21
Rename port methods:
Steve Reinhardt
2006-02-21
Move read/writeBlob functions to Port class;
Steve Reinhardt
2006-02-21
Adding some definitons for read/write blob/string. I need to locate te code ...
Ron Dreslinski
2006-02-15
More progress toward compiling... partly by
Steve Reinhardt
2006-02-15
Many changes that make the new mem system compile. Now to convert the rest o...
Ron Dreslinski
2006-01-31
More include files, removing definition of SendResult whioch isn't needed any...
Ron Dreslinski
2006-01-31
Merge zizzer:/bk/newmem
Ali Saidi
2006-01-31
changed sendresult -> bool,tick,void as appropriate
Ali Saidi
2006-01-31
Listing some of the enum structures
Ron Dreslinski
2006-01-31
Inital split up of the header files for the new memory system. Still need to...
Ron Dreslinski