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

/gem5/src/mem/ruby/system/
H A DSequencer.cc537 RubyRequestType secondary_type = RubyRequestType_NULL; local
556 secondary_type = RubyRequestType_ATOMIC;
572 secondary_type = RubyRequestType_ST;
583 primary_type = secondary_type = RubyRequestType_ST;
586 primary_type = secondary_type = RubyRequestType_IFETCH;
597 secondary_type = RubyRequestType_ST;
599 primary_type = secondary_type = RubyRequestType_LD;
603 primary_type = secondary_type = RubyRequestType_FLUSH;
613 issueRequest(pkt, secondary_type);
620 Sequencer::issueRequest(PacketPtr pkt, RubyRequestType secondary_type) argument
[all...]
H A DGPUCoalescer.cc732 RubyRequestType secondary_type = RubyRequestType_NULL; local
749 secondary_type = RubyRequestType_ATOMIC;
763 secondary_type = RubyRequestType_ST;
769 secondary_type = RubyRequestType_ATOMIC;
773 primary_type = secondary_type = RubyRequestType_IFETCH;
784 secondary_type = RubyRequestType_ST;
786 primary_type = secondary_type = RubyRequestType_LD;
793 primary_type = secondary_type = RubyRequestType_ST;
795 primary_type = secondary_type = RubyRequestType_FLUSH;
864 reqCoalescer[line_addr].emplace_back(pkt, primary_type, secondary_type);
872 issueRequest(PacketPtr pkt, RubyRequestType secondary_type) argument
[all...]

Completed in 5 milliseconds