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

/gem5/src/systemc/ext/tlm_core/1/req_rsp/channels/fifo/
H A Dfifo_put_get.hh106 tlm_fifo<T>::nb_can_put(tlm_tag<T> *) const function in class:tlm::tlm_fifo
H A Dfifo.hh90 bool nb_can_put(tlm_tag<T> * =nullptr) const;
160 // use nb_can_get() and nb_can_put() rather than the following two
/gem5/src/systemc/ext/tlm_core/1/req_rsp/channels/req_rsp_channels/
H A Dput_get_imp.hh43 nb_can_put(tlm_tag<PUT_DATA> *t=nullptr) const function in class:tlm::tlm_put_get_imp
45 return put_fifo.nb_can_put(t);
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_channels/tlm_req_rsp_channels/
H A Dtlm_put_get_imp.h46 bool nb_can_put( tlm_tag<PUT_DATA> *t = 0 ) const { function in class:tlm::tlm_put_get_imp
47 return put_fifo.nb_can_put( t );
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_channels/tlm_fifo/
H A Dtlm_fifo_put_get.h132 tlm_fifo<T>::nb_can_put( tlm_tag<T> * ) const { function in class:tlm::tlm_fifo
H A Dtlm_fifo.h97 bool nb_can_put( tlm_tag<T> * = 0 ) const;
181 // use nb_can_get() and nb_can_put() rather than the following two
/gem5/src/systemc/ext/tlm_core/1/req_rsp/interfaces/
H A Dcore_ifs.hh75 virtual bool nb_can_put(tlm_tag<T> *t=nullptr) const = 0;
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_1_interfaces/
H A Dtlm_core_ifs.h83 virtual bool nb_can_put( tlm_tag<T> *t = 0 ) const = 0;

Completed in 10 milliseconds