Searched refs:tlm_nonblocking_get_if (Results 1 - 4 of 4) sorted by relevance

/gem5/src/systemc/ext/tlm_core/1/req_rsp/ports/
H A Dnonblocking_port.hh31 public sc_core::sc_port<tlm_nonblocking_get_if<T>, 1>
34 typedef tlm_nonblocking_get_if<T> get_if_type;
37 sc_core::sc_port<tlm_nonblocking_get_if<T>, 1>(port_name)
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_ports/
H A Dtlm_nonblocking_port.h30 public sc_core::sc_port< tlm_nonblocking_get_if< T > , 1 >
33 typedef tlm_nonblocking_get_if<T> get_if_type;
36 sc_core::sc_port< tlm_nonblocking_get_if< T > , 1 >( port_name ) {}
/gem5/src/systemc/ext/tlm_core/1/req_rsp/interfaces/
H A Dcore_ifs.hh61 class tlm_nonblocking_get_if : public virtual sc_core::sc_interface class in namespace:tlm
83 public virtual tlm_nonblocking_get_if<T>
123 class tlm_nonblocking_get_peek_if : public virtual tlm_nonblocking_get_if<T>,
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_1_interfaces/
H A Dtlm_core_ifs.h70 class tlm_nonblocking_get_if : public virtual sc_core::sc_interface class in namespace:tlm
93 public virtual tlm_nonblocking_get_if< T > {};
135 public virtual tlm_nonblocking_get_if<T> ,

Completed in 6 milliseconds