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

/gem5/util/tlm/examples/common/
H A Dreport_handler.cc85 if (actions & SC_ABORT)
/gem5/src/systemc/ext/utils/
H A Dsc_report_handler.hh53 SC_ABORT = 0x0080, enumerator in enum:sc_core::__anon53
61 SC_DEFAULT_FATAL_ACTIONS = SC_LOG | SC_DISPLAY | SC_CACHE_REPORT | SC_ABORT
H A D_using.hh59 using sc_core::SC_ABORT;
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report.h88 SC_ABORT = 0x0080 // call abort() enumerator in enum:sc_core::__anon9
193 ::sc_core::SC_CACHE_REPORT | ::sc_core::SC_ABORT)
H A Dsc_report.cpp193 actions |= SC_ABORT;
H A Dsc_report_handler.cpp143 if ( actions & SC_ABORT )
698 SC_ABORT;
/gem5/src/systemc/tests/systemc/utils/sc_report/action_selection/
H A Daction_selection.cpp84 usr!=SC_STOP && usr!=SC_ABORT );
121 case SC_ABORT: cout << "abort"; break;
/gem5/src/systemc/tests/systemc/utils/sc_report/log_file/
H A Dlog_file.cpp79 sc_report_handler::suppress( SC_STOP | SC_ABORT );
/gem5/src/systemc/utils/
H A Dsc_report_handler.cc296 if (actions & SC_ABORT)
309 static sc_actions maxAction = SC_ABORT;

Completed in 15 milliseconds