Searched refs:set (Results 226 - 250 of 322) sorted by relevance

1234567891011>>

/gem5/src/arch/arm/
H A Dpmu.hh342 /** set of counters using this event **/
343 std::set<PMU::CounterState*> userCounters;
374 /** The set of events driving the event value **/
375 std::set<EventTypeEntry> microArchitectureEventSet;
H A Dremote_gdb.cc232 pc_state.set(r.pc);
304 pc_state.set(r.gpr[15]);
H A Dtypes.hh60 * which applies when one of the bottom 4 bits is set.
239 set(Addr val) function in class:ArmISA::PCState
241 Base::set(val);
247 { set(val); }
/gem5/src/mem/cache/tags/
H A Dbase.cc72 BaseTags::findBlockBySetAndWay(int set, int way) const argument
74 return indexingPolicy->getEntry(set, way);
H A Dfa_lru.hh208 * Find a block given set and way.
210 * @param set The set of the block.
214 ReplaceableEntry* findBlockBySetAndWay(int set, int way) const override;
279 * caches from a set minimum size of interest up to the actual
/gem5/src/systemc/core/
H A Dprocess.cc243 Process::signalReset(bool set, bool sync) argument
245 if (set) {
H A Dscheduler.hh36 #include <set>
93 * through the list of runnable processes and executes them until the set is
99 * a process runnable. That means that once the update phase finishes, the set
492 std::set<TraceFile *> traceFiles;
H A Dprocess.hh98 void signalReset(bool set, bool sync);
/gem5/src/cpu/testers/garnet_synthetic_traffic/
H A DGarnetSyntheticTraffic.cc35 #include <set>
97 // set up counters
299 flags.set(Request::INST_FETCH);
/gem5/ext/testlib/
H A Dloader.py171 test_uids = set()
250 orphan_tests = set(new_tests)
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_int_base.h759 void set( int i ) function in class:sc_dt::sc_int_base
762 void set( int i, bool v ) function in class:sc_dt::sc_int_base
939 m_obj_p->set( m_index, (bool) b );
948 m_obj_p->set( m_index, (bool) b );
957 m_obj_p->set( m_index, b );
968 m_obj_p->set( m_index, b );
979 m_obj_p->set( m_index, b );
H A Dsc_uint_base.h744 void set( int i ) function in class:sc_dt::sc_uint_base
747 void set( int i, bool v ) function in class:sc_dt::sc_uint_base
918 m_obj_p->set( m_index, b.to_bool() );
926 m_obj_p->set( m_index, b.to_bool() );
934 m_obj_p->set( m_index, b );
944 m_obj_p->set( m_index, b );
954 m_obj_p->set( m_index, b );
/gem5/src/systemc/ext/dt/int/
H A Dsc_int_base.hh861 void set(int i) { m_val |= (UINT_ONE << i); } function in class:sc_dt::sc_int_base
864 set(int i, bool v) function in class:sc_dt::sc_int_base
991 m_obj_p->set(m_index, (bool)b);
999 m_obj_p->set(m_index, (bool)b);
1007 m_obj_p->set(m_index, b);
1017 m_obj_p->set(m_index, b);
1027 m_obj_p->set(m_index, b);
H A Dsc_uint_base.hh795 void set(int i) { m_val |= (UINT_ONE << i); } function in class:sc_dt::sc_uint_base
797 set(int i, bool v) function in class:sc_dt::sc_uint_base
913 m_obj_p->set(m_index, b.to_bool());
920 m_obj_p->set(m_index, b.to_bool());
927 m_obj_p->set(m_index, b);
935 m_obj_p->set(m_index, b);
944 m_obj_p->set(m_index, b);
/gem5/src/cpu/o3/
H A Dfu_pool.cc117 capabilityList.set((*j)->opClass);
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_string.h209 void set( int index, char c );
/gem5/src/sim/
H A Ddvfs_handler.cc44 #include <set>
/gem5/ext/googletest/googlemock/src/
H A Dgmock-spec-builders.cc42 #include <set>
342 // No expectation is set on this mock method - we have an
499 // this method is called again. Instead, make a copy of the set of
500 // expectations to delete, clear our set within the mutex, and then clear the
501 // copied set outside of it.
518 typedef std::set<internal::UntypedFunctionMockerBase*> FunctionMockers;
689 // No EXPECT_CALL() was set on the given mock object.
762 // Clears all ON_CALL()s set on the given mock object.
768 // No ON_CALL() was set on the given mock object.
807 internal::g_gmock_implicit_sequence.set(ne
[all...]
/gem5/src/arch/riscv/
H A Dfaults.cc133 pcState.set(addr);
H A Disa.cc34 #include <set>
/gem5/src/arch/mips/
H A Dutility.cc272 newPC.set(tc->readIntReg(ReturnAddressReg));
/gem5/src/mem/ruby/slicc_interface/
H A DAbstractController.hh195 typedef std::set<MessageBuffer*> MsgBufType;
/gem5/src/mem/ruby/structures/
H A DCacheMemory.hh110 int getReplacementWeight(int64_t set, int64_t loc);
158 // Given a cache tag: returns the index of the tag in a set.
/gem5/src/dev/arm/
H A Dgic_v3_redistributor.hh219 void setClrLPI(uint64_t data, bool set);
/gem5/ext/dsent/model/electrical/
H A DDemuxTreeDeserializer.cc92 getGenProperties()->set("DeserializationRatio", deserialization_ratio);
93 getGenProperties()->set("InputBits", input_bits);

Completed in 55 milliseconds

1234567891011>>