Searched refs:SC_CACHE_REPORT (Results 1 - 9 of 9) sorted by relevance

/gem5/src/systemc/ext/utils/
H A Dsc_report_handler.hh50 SC_CACHE_REPORT = 0x0010, enumerator in enum:sc_core::__anon53
60 SC_DEFAULT_ERROR_ACTIONS = SC_LOG | SC_CACHE_REPORT | SC_THROW,
61 SC_DEFAULT_FATAL_ACTIONS = SC_LOG | SC_DISPLAY | SC_CACHE_REPORT | SC_ABORT
H A D_using.hh56 using sc_core::SC_CACHE_REPORT;
/gem5/util/tlm/examples/common/
H A Dreport_handler.cc77 } else if (actions & SC_CACHE_REPORT) {
78 std::cerr << "warning: the report handler ignored a SC_CACHE_REPORT"
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report.h85 SC_CACHE_REPORT = 0x0010, // save report to cache enumerator in enum:sc_core::__anon9
190 (::sc_core::SC_LOG | ::sc_core::SC_CACHE_REPORT | ::sc_core::SC_THROW)
193 ::sc_core::SC_CACHE_REPORT | ::sc_core::SC_ABORT)
H A Dsc_report_handler.cpp287 if ( actions & SC_CACHE_REPORT )
315 if ( actions & SC_CACHE_REPORT )
695 SC_CACHE_REPORT |
H A Dsc_report.cpp187 if ( actions & SC_CACHE_REPORT )
/gem5/src/systemc/tests/systemc/utils/sc_report/action_selection/
H A Daction_selection.cpp83 usr!=SC_LOG && usr!=SC_DISPLAY && usr!=SC_CACHE_REPORT &&
118 case SC_CACHE_REPORT: cout << "cache-report"; break;
/gem5/src/systemc/tests/systemc/utils/sc_report/cached/
H A Dcached.cpp155 sc_report_handler::set_actions( "ID1", SC_DISPLAY | SC_CACHE_REPORT );
/gem5/src/systemc/utils/
H A Dsc_report_handler.cc98 if (actions & SC_CACHE_REPORT) {

Completed in 15 milliseconds