Searched hist:9548 (Results 1 - 1 of 1) sorted by relevance

/gem5/src/mem/cache/
H A Dcache.hhdiff 9548:63d36f7ef562 Tue Feb 19 05:56:00 EST 2013 Andreas Hansson <andreas.hansson@arm.com> mem: Change accessor function names to match the port interface

This patch changes the names of the cache accessor functions to be in
line with those used by the ports. This is done to avoid confusion and
get closer to a one-to-one correspondence between the interface of the
memory object (the cache in this case) and the port itself.

The member function timingAccess has been split into a snoop/non-snoop
part to avoid branching on the isResponse() of the packet.

Completed in 29 milliseconds