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

/gem5/src/cpu/testers/rubytest/
H A DRubyTester.cc66 m_num_inst_data_ports(p->port_cpuInstDataPort_connection_count)
149 if (idx > m_num_inst_data_ports) {
164 (m_num_inst_only_ports + m_num_inst_data_ports))) {
168 int read_idx = idx + m_num_inst_only_ports + m_num_inst_data_ports;
203 (idx < (m_num_inst_only_ports + m_num_inst_data_ports)));
H A DRubyTester.hh149 int m_num_inst_data_ports; member in class:RubyTester

Completed in 6 milliseconds