Review Board 2.0.15


mem: Snoop into caches on uncacheable accesses

Review Request #2717 - Created March 30, 2015 and submitted

Information
Andreas Hansson
gem5
default
Reviewers
Default
Changeset 10809:4bff2588b9b0
---------------------------
mem: Snoop into caches on uncacheable accesses

This patch takes a last step in fixing issues related to uncacheable
accesses. We do not separate uncacheable memory from uncacheable
devices, and in cases where it is really memory, there are valid
scenarios where we need to snoop since we do not support cache
maintenance instructions (yet). On snooping an uncacheable access we
thus provide data if possible. In essence this makes uncacheable
accesses IO coherent.

The snoop filter is also queried to steer the snoops, but not updated
since the uncacheable accesses do not allocate a block.

   

Issue Summary

6 0 6 0
Review request changed
Updated (May 5, 2015, 1:04 a.m.)

Status: Closed (submitted)