Searched refs:if_p (Results 1 - 8 of 8) sorted by relevance

/gem5/ext/systemc/src/sysc/communication/
H A Dsc_event_finder.h56 virtual const sc_event& find_event( sc_interface* if_p = 0 ) const = 0;
103 virtual const sc_event& find_event( sc_interface* if_p = 0 ) const;
123 sc_event_finder_t<IF>::find_event( sc_interface* if_p ) const
125 const IF* iface = ( if_p ) ? DCAST<const IF*>( if_p ) :
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_ports/
H A Dtlm_event_finder.h47 virtual const sc_core::sc_event& find_event( sc_core::sc_interface* if_p = 0 ) const;
69 tlm_event_finder_t<IF,T>::find_event( sc_core::sc_interface* if_p ) const
71 const IF* iface = ( if_p ) ? dynamic_cast<const IF*>( if_p ) :
/gem5/src/systemc/ext/tlm_core/1/req_rsp/ports/
H A Devent_finder.hh43 find_event(sc_core::sc_interface *if_p=nullptr) const;
57 tlm_event_finder_t<IF, T>::find_event(sc_core::sc_interface *if_p) const
59 const IF *iface = if_p ? dynamic_cast<const IF *>(if_p) :
/gem5/src/systemc/ext/core/
H A Dsc_event.hh221 virtual const sc_event &find_event(sc_interface *if_p=NULL) const = 0;
241 const sc_event &find_event(sc_interface *if_p=NULL) const override;
270 sc_event_finder_t<IF>::find_event(sc_interface *if_p) const
273 const IF *iface = if_p ? dynamic_cast<const IF *>(if_p) :
/gem5/src/systemc/tests/include/specialized_signals/
H A Dscx_signal_int.h241 inline void initialize( sc_int_part_if* if_p, int left_, int right_ );
1453 // if_p -> access to target of this selection.
1458 void sc_int_sigref::initialize(sc_int_part_if* if_p, int left, int right) argument
1460 m_if_p = if_p;
1463 m_obj_p = if_p->part_read_target();
H A Dscx_signal_uint.h273 inline void initialize( sc_uint_part_if* if_p, int left_, int right_ );
1509 // if_p -> interface for signal to perform writes for this object.
1514 void sc_uint_sigref::initialize(sc_uint_part_if* if_p, int left, int right) argument
1518 m_if_p = if_p;
1519 m_obj_p = if_p->part_read_target();
H A Dscx_signal_signed.h291 inline void initialize( sc_signed_part_if* if_p, int left_, int right_ );
1638 // if_p -> target of this selection.
1643 sc_signed_part_if* if_p, int left_, int right_ )
1645 m_if_p = if_p;
1648 m_obj_p = if_p->part_read_target();
1642 initialize( sc_signed_part_if* if_p, int left_, int right_ ) argument
H A Dscx_signal_unsigned.h281 inline void initialize( sc_unsigned_part_if* if_p, int left_, int right_ );
1635 // if_p -> target of this selection.
1640 sc_unsigned_part_if* if_p, int left_, int right_ )
1642 m_if_p = if_p;
1645 m_obj_p = if_p->part_read_target();
1639 initialize( sc_unsigned_part_if* if_p, int left_, int right_ ) argument

Completed in 34 milliseconds