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

/gem5/ext/systemc/src/sysc/communication/
H A Dsc_clock.h201 sc_clock_posedge_callback(sc_clock* target_p) : m_target_p(target_p) {} argument
209 sc_clock_negedge_callback(sc_clock* target_p) : m_target_p(target_p) {} argument
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_reset.cpp79 sc_process_b* target_p);
81 sc_process_b* target_p);
83 sc_process_b* target_p);
100 bool async, const sc_in<bool>* port_p, bool level, sc_process_b* target_p) :
102 m_out_p(0), m_target_p(target_p)
109 bool async, const sc_inout<bool>* port_p, bool level, sc_process_b* target_p
112 m_out_p(0), m_target_p(target_p)
119 bool async, const sc_out<bool>* port_p, bool level, sc_process_b* target_p
122 m_out_p(port_p), m_target_p(target_p)
99 sc_reset_finder( bool async, const sc_in<bool>* port_p, bool level, sc_process_b* target_p) argument
H A Dsc_except.h90 sc_unwind_exception( sc_process_b* target_p, bool is_reset = false );
/gem5/src/systemc/ext/dt/int/
H A Dsc_signed.hh2378 const sc_signed *target_p = m_obj_p; local
2380 if (!target_p->test(i))
2394 const sc_signed *target_p = m_obj_p; local
2396 if (target_p->test(i))
2411 const sc_signed *target_p = m_obj_p; local
2414 if (target_p->test(i)) odd = ~odd;
H A Dsc_unsigned.hh2078 const sc_unsigned *target_p = m_obj_p; local
2080 if (!target_p->test(i))
2094 const sc_unsigned *target_p = m_obj_p; local
2096 if (target_p->test(i))
2111 const sc_unsigned *target_p = m_obj_p; local
2114 if (target_p->test(i)) odd = ~odd;
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_signed.h2254 const sc_signed* target_p = m_obj_p; local
2256 if ( !target_p->test(i) ) return false;
2267 const sc_signed* target_p = m_obj_p; local
2269 if ( target_p->test(i) ) return true;
2281 const sc_signed* target_p = m_obj_p; local
2284 if ( target_p->test(i) ) odd = ~odd;
H A Dsc_unsigned.h2065 const sc_unsigned* target_p = m_obj_p; local
2067 if ( !target_p->test(i) ) return false;
2078 const sc_unsigned* target_p = m_obj_p; local
2080 if ( target_p->test(i) ) return true;
2092 const sc_unsigned* target_p = m_obj_p; local
2095 if ( target_p->test(i) ) odd = ~odd;

Completed in 42 milliseconds