Searched refs:next_response_pending (Results 1 - 2 of 2) sorted by relevance

/gem5/util/tlm/examples/slave_port/
H A Dsc_target.cc47 next_response_pending(0),
153 if (next_response_pending) {
154 send_response( *next_response_pending );
155 next_response_pending = 0;
203 if (next_response_pending) {
207 next_response_pending = transaction_in_progress;
H A Dsc_target.hh58 tlm::tlm_generic_payload* next_response_pending; member in struct:Target

Completed in 4 milliseconds