Lines Matching refs:sc_gem5

69     if (severity == SC_INFO && verbosity > sc_gem5::reportVerbosityLevel)
72 sc_gem5::ReportSevInfo &sevInfo = sc_gem5::reportSevInfos[severity];
73 sc_gem5::ReportMsgInfo &msgInfo = sc_gem5::reportMsgInfoMap()[msg_type];
87 actions &= ~sc_gem5::reportSuppressedActions;
88 actions |= sc_gem5::reportForcedActions;
93 ::sc_gem5::Process *current = ::sc_gem5::scheduler.current();
95 sc_time::from_value(::sc_gem5::scheduler.getCurTick()),
102 sc_gem5::globalReportCache =
107 sc_gem5::reportHandlerProc(report, actions);
114 std::string &msg_type = sc_gem5::reportIdToMsgMap()[id];
116 if (sc_gem5::reportWarningsAsErrors && severity == SC_WARNING)
125 sc_gem5::ReportSevInfo &info = sc_gem5::reportSevInfos[severity];
137 sc_gem5::ReportMsgInfo &info = sc_gem5::reportMsgInfoMap()[msg_type];
150 sc_gem5::ReportMsgInfo &info = sc_gem5::reportMsgInfoMap()[msg_type];
159 sc_gem5::ReportSevInfo &info = sc_gem5::reportSevInfos[severity];
171 sc_gem5::ReportMsgInfo &info = sc_gem5::reportMsgInfoMap()[msg_type];
184 sc_gem5::ReportMsgInfo &info = sc_gem5::reportMsgInfoMap()[msg_type];
193 return sc_gem5::reportSevInfos[severity].count;
202 return sc_gem5::reportMsgInfoMap()[msg_type].count;
211 return sc_gem5::reportMsgInfoMap()[msg_type].sevCounts[severity];
217 int previous = sc_gem5::reportVerbosityLevel;
218 sc_gem5::reportVerbosityLevel = vl;
225 return sc_gem5::reportVerbosityLevel;
232 sc_actions previous = sc_gem5::reportSuppressedActions;
233 sc_gem5::reportSuppressedActions = actions;
246 sc_actions previous = sc_gem5::reportForcedActions;
247 sc_gem5::reportForcedActions = actions;
261 sc_actions previous = sc_gem5::reportCatchActions;
262 sc_gem5::reportCatchActions = actions;
269 return sc_gem5::reportCatchActions;
276 sc_gem5::reportHandlerProc = proc;
299 ::sc_gem5::Process *current = ::sc_gem5::scheduler.current();
317 ::sc_gem5::Process *current = ::sc_gem5::scheduler.current();
320 return ::sc_gem5::globalReportCache.get();
326 ::sc_gem5::Process *current = ::sc_gem5::scheduler.current();
330 ::sc_gem5::globalReportCache = nullptr;
376 const char *sevName = sc_gem5::reportSeverityNames[report.get_severity()];
393 ::sc_gem5::Process *current = ::sc_gem5::scheduler.current();