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

/gem5/src/systemc/tests/
H A Dworking.filt12935:2dc521e3e4f9 Sat Jun 16 02:25:00 EDT 2018 Gabe Black <gabeblack@google.com> systemc: Disable the phase_callbacks set of tests.

This feature is experimental, nonstandard, and would in some cases be
difficult to implement in gem5.

Change-Id: Ic7fe77e6a2e9dbc5aba06579fb85fd2f055cb6b1
Reviewed-on: https://gem5-review.googlesource.com/11285
Reviewed-by: Gabe Black <gabeblack@google.com>
Maintainer: Gabe Black <gabeblack@google.com>
/gem5/src/mem/cache/
H A Dcache.cc11285:25715951a4b8 Thu Dec 31 09:33:00 EST 2015 Andreas Hansson <andreas.hansson@arm.com> mem: Do not alter cache block state on uncacheable snoops

This patch ensures we do not respond with a Modified (dirty and
writable) line if the request is uncacheable, and that the cache
responding retains the line without modifying the state (even if
responding).

Completed in 33 milliseconds