mem-cache: Fix setting prefetch bit
[gem5.git] / src / mem / port_proxy.hh
2020-08-26 Shivani Parekhmem: Update port terminology
2020-02-26 Bobby R. Brucemisc: merge branch 'release-staging-v19.0.0.0' into...
2020-02-24 Bobby R. Brucemisc: Merged release-staging-v19.0.0.0 into develop
2020-02-17 Gabe Blackmem: Delete authors lists from mem files.
2019-08-28 Gabe Blackmem: Make PortProxy use a delegate for a sendFunctional...
2019-05-29 Gabe Blackmem: Add a readString method to the PortProxy which...
2019-05-29 Gabe Blackmem: Use a const T & in write<> to avoid an unnecessary...
2019-05-29 Gabe Blackmem, arm: Replace the pointer type in PortProxy with...
2019-05-29 Gabe Blackmem, arm: Move some helper methods into the base PortPr...
2019-05-29 Gabe Blackarm, mem: Move the SecurePortProxy subclass into it...
2019-04-28 Gabe Blackmem: Remove the ISA specialized versions of port proxy...
2018-02-19 Andreas Sandbergmem: Refactor port proxies to support secure accesses
2018-02-16 Andreas Sandbergmem: Add PortProxy read/write helper with explicit...
2014-12-02 Andreas Hanssonmem: Use const pointers for port proxy write functions
2013-09-04 Andreas Hanssonarch: Resurrect the NOISA build target and rename it...
2013-07-18 Andreas Hanssonmem: Set the cache line size on a system level
2012-03-30 William WangMEM: Introduce the master/slave port sub-classes in C++
2012-02-29 Andreas HanssonMEM: Make all the port proxy members const
2012-02-24 Andreas HanssonMEM: Move all read/write blob functions from Port to...
2012-01-28 Gabe BlackMerge with the main repo.
2012-01-17 Andreas HanssonMEM: Add port proxies instead of non-structural ports