Searched refs:SC_INTERRUPT (Results 1 - 7 of 7) sorted by relevance

/gem5/util/tlm/examples/common/
H A Dreport_handler.cc74 } else if (actions & SC_INTERRUPT) {
75 std::cerr << "warning: the report handler ignored a SC_INTERRUPT"
/gem5/src/systemc/ext/utils/
H A D_using.hh57 using sc_core::SC_INTERRUPT;
H A Dsc_report_handler.hh51 SC_INTERRUPT = 0x0020, enumerator in enum:sc_core::__anon53
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report.h86 SC_INTERRUPT = 0x0020, // call sc_interrupt_here(...) enumerator in enum:sc_core::__anon9
H A Dsc_report_handler.cpp140 if ( actions & SC_INTERRUPT )
696 SC_INTERRUPT |
/gem5/src/systemc/tests/systemc/utils/sc_report/action_selection/
H A Daction_selection.cpp119 case SC_INTERRUPT: cout << "interrupt"; break;
/gem5/src/systemc/utils/
H A Dsc_report_handler.cc294 if (actions & SC_INTERRUPT)

Completed in 13 milliseconds