gem5  v19.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Functions
TheISA Namespace Reference

Functions

template<class XC >
void handleLockedSnoop (XC *xc, PacketPtr pkt, Addr cacheBlockMask)
 
template<class XC >
void handleLockedRead (XC *xc, const RequestPtr &req)
 
template<class XC >
void handleLockedSnoopHit (XC *xc)
 
template<class XC >
bool handleLockedWrite (XC *xc, const RequestPtr &req, Addr cacheBlockMask)
 
template<class XC >
void globalClearExclusive (XC *xc)
 

Function Documentation

◆ globalClearExclusive()

template<class XC >
void TheISA::globalClearExclusive ( XC *  xc)
inline

Definition at line 86 of file locked_mem.hh.

Referenced by AbstractMemory::checkLockedAddrList().

◆ handleLockedRead()

template<class XC >
void TheISA::handleLockedRead ( XC *  xc,
const RequestPtr req 
)
inline

◆ handleLockedSnoop()

template<class XC >
void TheISA::handleLockedSnoop ( XC *  xc,
PacketPtr  pkt,
Addr  cacheBlockMask 
)
inline

◆ handleLockedSnoopHit()

template<class XC >
void TheISA::handleLockedSnoopHit ( XC *  xc)
inline

Definition at line 72 of file locked_mem.hh.

Referenced by LSQUnit< Impl >::checkSnoop().

◆ handleLockedWrite()

template<class XC >
bool TheISA::handleLockedWrite ( XC *  xc,
const RequestPtr req,
Addr  cacheBlockMask 
)
inline

Generated on Fri Feb 28 2020 16:27:26 for gem5 by doxygen 1.8.13