gem5
|
#include <xbar.hh>
Public Attributes | |
bool | valid |
PortID | id |
AddrRange | range |
PortID BaseXBar::PortCache::id |
Definition at line 356 of file xbar.hh.
Referenced by BaseXBar::checkPortCache(), and BaseXBar::updatePortCache().
AddrRange BaseXBar::PortCache::range |
Definition at line 357 of file xbar.hh.
Referenced by BaseXBar::updatePortCache().
bool BaseXBar::PortCache::valid |
Definition at line 355 of file xbar.hh.
Referenced by BaseXBar::clearPortCache(), and BaseXBar::updatePortCache().