gem5
v20.1.0.0
|
#include <map>
#include <string>
Go to the source code of this file.
Functions | |
std::string | htmFailureToStr (HtmFailureFaultCause cause) |
Convert enum into string to be used for debug purposes. More... | |
std::string | htmFailureToStr (HtmCacheFailure rc) |
Convert enum into string to be used for debug purposes. More... | |
|
strong |
|
strong |
std::string htmFailureToStr | ( | HtmCacheFailure | rc | ) |
Convert enum into string to be used for debug purposes.
Definition at line 57 of file htm.cc.
References FAIL_OTHER, FAIL_REMOTE, FAIL_SELF, and NO_FAIL.
std::string htmFailureToStr | ( | HtmFailureFaultCause | cause | ) |
Convert enum into string to be used for debug purposes.
Definition at line 41 of file htm.cc.
References EXCEPTION, EXPLICIT, MEMORY, NEST, OTHER, and SIZE.
Referenced by LSQUnit< Impl >::completeDataAccess(), TimingSimpleCPU::completeDataAccess(), HTMSequencer::htmCallback(), HTMSequencer::regStats(), and LSQUnit< Impl >::writeback().