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
/
src
/
mem
/
port_proxy.hh
Age
Commit message (
Expand
)
Author
2019-08-28
mem: Make PortProxy use a delegate for a sendFunctional function.
Gabe Black
2019-05-29
mem: Add a readString method to the PortProxy which takes a char *.
Gabe Black
2019-05-29
mem: Use a const T & in write<> to avoid an unnecessary copy.
Gabe Black
2019-05-29
mem, arm: Replace the pointer type in PortProxy with void *.
Gabe Black
2019-05-29
mem, arm: Move some helper methods into the base PortProxy class.
Gabe Black
2019-05-29
arm, mem: Move the SecurePortProxy subclass into it's own file.
Gabe Black
2019-04-28
mem: Remove the ISA specialized versions of port proxy's read/write.
Gabe Black
2018-02-19
mem: Refactor port proxies to support secure accesses
Andreas Sandberg
2018-02-16
mem: Add PortProxy read/write helper with explicit endianness
Andreas Sandberg
2014-12-02
mem: Use const pointers for port proxy write functions
Andreas Hansson
2013-09-04
arch: Resurrect the NOISA build target and rename it NULL
Andreas Hansson
2013-07-18
mem: Set the cache line size on a system level
Andreas Hansson
2012-03-30
MEM: Introduce the master/slave port sub-classes in C++
William Wang
2012-02-29
MEM: Make all the port proxy members const
Andreas Hansson
2012-02-24
MEM: Move all read/write blob functions from Port to PortProxy
Andreas Hansson
2012-01-17
MEM: Add port proxies instead of non-structural ports
Andreas Hansson