gem5 v24.0.0.0
|
#include <amo.hh>
Public Member Functions | |
AtomicOpExch (T _a) | |
void | execute (T *b) |
AtomicOpFunctor * | clone () |
Public Member Functions inherited from gem5::TypedAtomicOpFunctor< T > | |
void | operator() (uint8_t *p) |
Public Member Functions inherited from gem5::AtomicOpFunctor | |
virtual | ~AtomicOpFunctor () |
Public Attributes | |
T | a |
|
inline |
Definition at line 191 of file amo.hh.
Referenced by gem5::AtomicOpExch< T >::clone().
|
inlinevirtual |
Implements gem5::TypedAtomicOpFunctor< T >.
Definition at line 193 of file amo.hh.
References gem5::AtomicOpExch< T >::a, and gem5::AtomicOpExch< T >::AtomicOpExch().
|
inlinevirtual |
Implements gem5::TypedAtomicOpFunctor< T >.
Definition at line 192 of file amo.hh.
References gem5::AtomicOpExch< T >::a, and gem5::ArmISA::b.
T gem5::AtomicOpExch< T >::a |
Definition at line 190 of file amo.hh.
Referenced by gem5::AtomicOpExch< T >::clone(), and gem5::AtomicOpExch< T >::execute().