Searched defs:txt2 (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/systemc/src/tlm_utils/
H A Dtlm2_base_protocol_checker.h562 nb_transport_response_checks( tlm::tlm_generic_payload& trans, tlm::tlm_phase& phase, sc_core::sc_time& delay, const char* txt2, const char* txt3, const char* txt4) argument
652 txt << "Transaction not properly initialized: data_ptr == 0, detected in " << txt2; local
657 txt << "Transaction not properly initialized: data_langth == 0, detected in " << txt2; local
663 << "byte_enable_ptr != 0 and byte_enable_length == 0, detected in " << txt2; local
668 txt << "Transaction not properly initialized: streaming_width == 0, detected in " << txt2; local
673 txt << "Transaction not properly initialized: dmi_allowed == true, detected in " << txt2; local
678 txt << "Transaction not properly initialized: response_status != TLM_INCOMPLETE_RESPONSE, detected in " << txt2; local
683 txt << "Transaction not properly initialized: gp_option != TLM_MIN_PAYLOAD, detected in " << txt2; local
720 txt << "Transaction object sent with BEGIN_REQ while still being used on a previous response path, detected in " << txt2; local
749 txt << "Command attribute modified during transaction lifetime, detected in " << txt2; local
754 txt << "Data pointer attribute modified during transaction lifetime, detected in " << txt2; local
759 txt << "Data length attribute modified during transaction lifetime, detected in " << txt2; local
766 txt << "Data array modified during transaction lifetime, detected in " << txt2; local
771 txt << "Byte enable pointer attribute modified during transaction lifetime, detected in " << txt2; local
776 txt << "Byte enable length attribute modified during transaction lifetime, detected in " << txt2; local
783 txt << "Byte enable array modified during transaction lifetime, detected in " << txt2; local
788 txt << "Streaming width attribute modified during transaction lifetime, detected in " << txt2; local
793 txt << "Generic payload option attribute modified during transaction lifetime, detected in " << txt2; local
800 txt << "Interconnect component sets a memory manager, but does not clear it on return, detected in " << txt2; local
810 txt << "Extension set (index = " << i << ") without also being deleted in the absence of a memory manager, detected in " << txt2; local
820 txt << "Transaction data array modified in interconnect component on response path, detected in " << txt2; local
839 txt << "\\nDetected in " << txt2; local
[all...]

Completed in 7 milliseconds