Searched refs:SC_BEFORE_END_OF_ELABORATION (Results 1 - 11 of 11) sorted by relevance

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_status.h47 SC_BEFORE_END_OF_ELABORATION = 0x02, // during before_end_of_elaboration() enumerator in enum:sc_core::sc_status
H A Dsc_phase_callback_registry.cpp107 | SC_BEFORE_END_OF_ELABORATION
122 check_mask = (SC_BEFORE_END_OF_ELABORATION | SC_END_OF_ELABORATION);
H A Dsc_phase_callback_registry.h147 do_callback( SC_BEFORE_END_OF_ELABORATION );
H A Dsc_simcontext.cpp682 m_simulation_status = SC_BEFORE_END_OF_ELABORATION;
1967 PRINT_STATUS( SC_BEFORE_END_OF_ELABORATION );
/gem5/src/systemc/tests/systemc/kernel/phase_callbacks/test04/
H A Dregister_phase_callbacks.cpp79 sc_assert( cb_mask == (old_mask & ~SC_BEFORE_END_OF_ELABORATION
178 sc_assert( sc_get_status() == SC_BEFORE_END_OF_ELABORATION );
/gem5/src/systemc/ext/core/
H A Dsc_main.hh86 SC_BEFORE_END_OF_ELABORATION = 0x02, enumerator in enum:sc_core::sc_status
H A D_using.hh79 using sc_core::SC_BEFORE_END_OF_ELABORATION;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_pause/
H A Dsc_pause.cpp53 sc_assert( sc_get_status() == SC_BEFORE_END_OF_ELABORATION );
73 sc_assert( sc_get_status() == SC_BEFORE_END_OF_ELABORATION );
200 sc_assert( sc_get_status() == SC_BEFORE_END_OF_ELABORATION );
/gem5/src/systemc/core/
H A Dsc_main.cc187 case SC_BEFORE_END_OF_ELABORATION:
188 os << "SC_BEFORE_END_OF_ELABORATION";
H A Dkernel.cc75 status(::sc_core::SC_BEFORE_END_OF_ELABORATION);
H A Dprocess.cc392 ::sc_core::SC_BEFORE_END_OF_ELABORATION);

Completed in 26 milliseconds