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

/gem5/src/systemc/ext/tlm_core/1/req_rsp/ports/
H A Dnonblocking_port.hh41 ok_to_get() const function in class:tlm::tlm_nonblocking_get_port
44 *this, &get_if_type::ok_to_get);
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_ports/
H A Dtlm_nonblocking_port.h38 sc_core::sc_event_finder& ok_to_get() const { function in class:tlm::tlm_nonblocking_get_port
42 &get_if_type::ok_to_get );
/gem5/src/systemc/ext/tlm_core/1/req_rsp/channels/req_rsp_channels/
H A Dput_get_imp.hh63 ok_to_get(tlm_tag<GET_DATA> *t=nullptr) const function in class:tlm::tlm_put_get_imp
65 return get_fifo.ok_to_get(t);
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_channels/tlm_req_rsp_channels/
H A Dtlm_put_get_imp.h63 virtual const sc_core::sc_event &ok_to_get( tlm_tag<GET_DATA> *t = 0 ) const { function in class:tlm::tlm_put_get_imp
64 return get_fifo.ok_to_get( t );
/gem5/src/systemc/ext/tlm_core/1/req_rsp/interfaces/
H A Dcore_ifs.hh67 ok_to_get(tlm_tag<T> *t=nullptr) const = 0;
/gem5/src/systemc/ext/tlm_core/1/req_rsp/channels/fifo/
H A Dfifo.hh70 ok_to_get(tlm_tag<T> * =nullptr) const function in class:tlm::tlm_fifo
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_1_interfaces/
H A Dtlm_core_ifs.h75 virtual const sc_core::sc_event &ok_to_get( tlm_tag<T> *t = 0 ) const = 0;
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_channels/tlm_fifo/
H A Dtlm_fifo.h78 const sc_core::sc_event &ok_to_get( tlm_tag<T> * = 0 ) const { function in class:tlm::tlm_fifo

Completed in 10 milliseconds