gem5  v22.1.0.0
Public Attributes | List of all members
gem5::SnoopFilter::SnoopItem Struct Reference

Per cache line item tracking a bitmask of ResponsePorts who have an outstanding request to this line (requested) or already share a cache line with this address (holder). More...

#include <snoop_filter.hh>

Public Attributes

SnoopMask requested
 
SnoopMask holder
 

Detailed Description

Per cache line item tracking a bitmask of ResponsePorts who have an outstanding request to this line (requested) or already share a cache line with this address (holder).

Definition at line 218 of file snoop_filter.hh.

Member Data Documentation

◆ holder

SnoopMask gem5::SnoopFilter::SnoopItem::holder

◆ requested

SnoopMask gem5::SnoopFilter::SnoopItem::requested

The documentation for this struct was generated from the following file:

Generated on Wed Dec 21 2022 10:23:28 for gem5 by doxygen 1.9.1