Searched refs:nb_poke (Results 1 - 6 of 6) sorted by relevance

/gem5/src/systemc/ext/tlm_core/1/req_rsp/interfaces/
H A Dfifo_ifs.hh51 virtual bool nb_poke(const T&, int n=0) = 0;
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_1_interfaces/
H A Dtlm_fifo_ifs.h55 virtual bool nb_poke( const T & , int n = 0 ) = 0;
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_channels/tlm_fifo/
H A Dtlm_fifo_peek.h85 tlm_fifo<T>::nb_poke( const T &t , int n ) { function in class:tlm::tlm_fifo
H A Dtlm_fifo.h114 bool nb_poke( const T & , int n = 0 );
/gem5/src/systemc/ext/tlm_core/1/req_rsp/channels/fifo/
H A Dfifo_peek.hh75 tlm_fifo<T>::nb_poke(const T &t, int n) function in class:tlm::tlm_fifo
H A Dfifo.hh106 bool nb_poke(const T &, int n=0);

Completed in 12 milliseconds