Searched refs:sc_phase_callback_registry (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_phase_callback_registry.h22 sc_phase_callback_registry.h -- Definition of the simulation phase callbacks
54 class sc_phase_callback_registry class in namespace:sc_core
57 typedef sc_phase_callback_registry this_type;
73 sc_phase_callback_registry( sc_simcontext& simc );
75 ~sc_phase_callback_registry();
134 sc_phase_callback_registry( const this_type& );
137 }; // sc_phase_callback_registry
144 sc_phase_callback_registry::construction_done() const
153 sc_phase_callback_registry::elaboration_done() const
161 sc_phase_callback_registry
[all...]
H A Dsc_phase_callback_registry.cpp22 sc_phase_callback_registry.cpp -- Implementation of phase callback registry
30 #include "sysc/kernel/sc_phase_callback_registry.h"
41 sc_phase_callback_registry::sc_phase_callback_registry( sc_simcontext& simc ) function in class:sc_core::sc_phase_callback_registry
50 sc_phase_callback_registry::~sc_phase_callback_registry()
53 static const sc_phase_callback_registry::mask_type
59 : std::unary_function< sc_phase_callback_registry::entry, bool >
61 typedef sc_phase_callback_registry::cb_type* ref_type;
71 sc_phase_callback_registry
[all...]
H A Dsc_object.h41 class sc_phase_callback_registry;
60 friend class sc_phase_callback_registry;
H A Dsc_simcontext.h55 class sc_phase_callback_registry;
146 friend class sc_phase_callback_registry;
321 sc_phase_callback_registry* m_phase_cb_registry;
H A Dsc_simcontext.cpp54 #include "sysc/kernel/sc_phase_callback_registry.h"
372 m_phase_cb_registry = new sc_phase_callback_registry( *this );

Completed in 9 milliseconds