Searched refs:get_direct_mem_ptr (Results 1 - 25 of 27) sorted by relevance

12

/gem5/src/systemc/tests/tlm/bugs/multi_passthrough_sockets_bug/
H A Dmulti_passthrough_sockets_bug.cpp78 target_socket.register_get_direct_mem_ptr(this, &target_module::get_direct_mem_ptr);
83 target_optional.register_get_direct_mem_ptr(this, &target_module::get_direct_mem_ptr);
99 virtual bool get_direct_mem_ptr(int port, tlm::tlm_generic_payload & transaction, tlm::tlm_dmi & dmi_data) { return false; } function in class:target_module
/gem5/src/systemc/ext/tlm_core/2/interfaces/
H A Dfw_bw_ifs.hh66 // can call the get_direct_mem_ptr method with the 'trans' parameter set to
122 virtual bool get_direct_mem_ptr(TRANS &trans, tlm_dmi &dmi_data) = 0;
149 // - Under no circumstances a model is allowed to call the get_direct_mem_ptr
/gem5/src/systemc/tests/tlm/static_extensions/ext2gp/
H A Dextension_adaptors.h81 bool tmp_ret = initiator_socket->get_direct_mem_ptr(trans,
185 bool tmp_ret = initiator_socket->get_direct_mem_ptr(trans,
H A DSimpleLTInitiator_ext.h213 if (socket->get_direct_mem_ptr(trans,
/gem5/src/systemc/tests/tlm/static_extensions/ext2gp2ext/
H A Dextension_adaptors.h81 bool tmp_ret = initiator_socket->get_direct_mem_ptr(trans,
185 bool tmp_ret = initiator_socket->get_direct_mem_ptr(trans,
H A DSimpleLTInitiator_ext.h213 if (socket->get_direct_mem_ptr(trans,
/gem5/src/systemc/tests/tlm/static_extensions/gp2ext/
H A Dextension_adaptors.h81 bool tmp_ret = initiator_socket->get_direct_mem_ptr(trans,
185 bool tmp_ret = initiator_socket->get_direct_mem_ptr(trans,
/gem5/util/tlm/src/
H A Dsc_master_port.hh114 bool get_direct_mem_ptr(tlm::tlm_generic_payload& trans,
H A Dsc_master_port.cc314 SCMasterPort::get_direct_mem_ptr(tlm::tlm_generic_payload& trans, function in class:Gem5SystemC::SCMasterPort
/gem5/src/systemc/tests/tlm/nb2b_adapter/
H A Dnb2b_adapter.cpp194 targ_socket.register_get_direct_mem_ptr (this, &Interconnect::get_direct_mem_ptr);
247 virtual bool get_direct_mem_ptr( int id, tlm::tlm_generic_payload& trans, function in struct:Interconnect
252 bool status = init_socket[target]->get_direct_mem_ptr( trans, dmi_data );
/gem5/ext/systemc/src/tlm_core/tlm_2/tlm_2_interfaces/
H A Dtlm_fw_bw_ifs.h66 // can call the get_direct_mem_ptr method with the 'trans' parameter set to
122 virtual bool get_direct_mem_ptr(TRANS& trans,
150 // - Under no circumstances a model is allowed to call the get_direct_mem_ptr
/gem5/src/systemc/tlm_bridge/
H A Dtlm_to_gem5.hh155 bool get_direct_mem_ptr(tlm::tlm_generic_payload &trans,
H A Dtlm_to_gem5.cc329 TlmToGem5Bridge<BITWIDTH>::get_direct_mem_ptr(tlm::tlm_generic_payload &trans, function in class:sc_gem5::TlmToGem5Bridge
502 this, &TlmToGem5Bridge<BITWIDTH>::get_direct_mem_ptr);
H A Dgem5_to_tlm.cc197 if (!socket->get_direct_mem_ptr(trans, dmi_data))
/gem5/src/systemc/tests/include/
H A DSimpleBusLT.h153 (*decodeSocket)->get_direct_mem_ptr(trans, dmi_data);
H A DSimpleLTTarget1.h122 bool get_direct_mem_ptr(transaction_type& trans,
H A DSimpleLTInitiator1_DMI.h197 if ( socket->get_direct_mem_ptr(trans, tmp)
H A DSimpleLTInitiator2_DMI.h173 socket->get_direct_mem_ptr(trans,
H A DSimpleLTInitiator3_DMI.h171 socket->get_direct_mem_ptr(trans,
H A DSimpleBusAT.h309 (*decodeSocket)->get_direct_mem_ptr(trans, dmi_data);
/gem5/ext/systemc/src/tlm_utils/
H A Dpassthrough_target_socket.h208 bool get_direct_mem_ptr(transaction_type& trans, function in class:tlm_utils::passthrough_target_socket::process
443 bool get_direct_mem_ptr(transaction_type& trans, function in class:tlm_utils::passthrough_target_socket_tagged::process
H A Dmulti_socket_bases.h187 bool get_direct_mem_ptr(transaction_type& trans, tlm::tlm_dmi& dmi_data){ function in class:tlm_utils::callback_binder_fw
H A Dsimple_target_socket.h363 bool get_direct_mem_ptr(transaction_type& trans, function in class:tlm_utils::simple_target_socket::fw_process
908 bool get_direct_mem_ptr(transaction_type& trans, function in class:tlm_utils::simple_target_socket_tagged::fw_process
/gem5/src/systemc/ext/tlm_utils/
H A Dpassthrough_target_socket.h196 get_direct_mem_ptr(transaction_type &trans, tlm::tlm_dmi &dmi_data) function in class:tlm_utils::passthrough_target_socket_b::process
451 get_direct_mem_ptr(transaction_type &trans, tlm::tlm_dmi &dmi_data) function in class:tlm_utils::passthrough_target_socket_tagged_b::process
H A Dmulti_socket_bases.h214 get_direct_mem_ptr(transaction_type &trans, tlm::tlm_dmi &dmi_data) function in class:tlm_utils::callback_binder_fw

Completed in 49 milliseconds

12