gem5
|
Definition of a snoop filter. More...
#include <unordered_map>
#include <utility>
#include "mem/packet.hh"
#include "mem/port.hh"
#include "mem/qport.hh"
#include "params/SnoopFilter.hh"
#include "sim/sim_object.hh"
#include "sim/system.hh"
Go to the source code of this file.
Classes | |
class | SnoopFilter |
This snoop filter keeps track of which connected port has a particular line of data. More... | |
struct | SnoopFilter::SnoopItem |
Per cache line item tracking a bitmask of SlavePorts who have an outstanding request to this line (requested) or already share a cache line with this address (holder). More... | |
Definition of a snoop filter.
Definition in file snoop_filter.hh.