Searched refs:sevLimits (Results 1 - 2 of 2) sorted by relevance

/gem5/src/systemc/utils/
H A Dreport.hh51 sevCounts{0, 0, 0, 0}, sevLimits{-1, -1, -1, -1}, id(-1)
57 int sevLimit = sevLimits[severity];
71 int sevLimits[sc_core::SC_MAX_SEVERITY]; member in struct:sc_gem5::ReportMsgInfo
H A Dsc_report_handler.cc185 int previous = info.sevLimits[severity];
186 info.sevLimits[severity] = limit;

Completed in 6 milliseconds