Searched refs:set (Results 251 - 275 of 322) sorted by relevance

<<111213

/gem5/ext/dsent/model/electrical/
H A DSeparableAllocator.cc90 // If is_requester_first is set, requests from the same requester will be arbitrate
285 getGenProperties()->set("P(Grant)", LibUtil::vectorToString(P_out_request_vector));
286 getGenProperties()->set("Act(Grant)", LibUtil::vectorToString(act_out_request_vector));
H A DMultiplexerCrossbar.cc81 getGenProperties()->set("NumberSelectsPerPort", number_selects);
/gem5/ext/systemc/src/sysc/qt/md/
H A Dhppa.s70 copy %arg3,%sp ; set new sp
149 copy %r18,%arg0 ; set user arg `pu'.
/gem5/src/mem/cache/tags/
H A Dfa_lru.cc192 FALRU::findBlockBySetAndWay(int set, int way) const argument
194 assert(set == 0);
238 // If block is tail, set previous block as new tail
265 // If block is head, set next block as new head
/gem5/src/cpu/o3/
H A Dlsq_impl.hh86 DPRINTF(LSQ, "LSQ sharing policy set to Dynamic\n");
88 DPRINTF(Fetch, "LSQ sharing policy set to Partitioned: "
96 DPRINTF(LSQ, "LSQ sharing policy set to Threshold: "
343 // fault set by checkSnoop is not lost. Calling writeback (more
346 // determined by checkSnoop), the ReExec fault set by checkSnoop would
786 flags.set(Flag::TranslationFinished);
825 flags.set(Flag::TranslationFinished);
866 flags.set(Flag::TranslationStarted);
908 // setFlags() assumes that paddr is set so flip the paddr valid bit here to
959 flags.set(Fla
[all...]
H A Dlsq_unit.hh135 set(const DynInstPtr& inst) function in class:LSQUnit::LSQEntry
185 set(const DynInstPtr& inst) function in class:LSQUnit::SQEntry
187 LSQEntry::set(inst);
H A Dcpu.hh53 #include <set>
550 std::set<InstSeqNum> snList;
687 * instruction results at run time. This can be set to NULL if it
H A Diew.hh47 #include <set>
/gem5/ext/pybind11/include/pybind11/
H A Dpytypes.h100 arbitrary set of parameters. The result is returned as a `object` and
149 /// Get or set the object's docstring, i.e. ``obj.__doc__``.
318 /// Fetch and hold an error which was already set in Python. An instance of this is typically
336 /// already set it is cleared first. After this call, the current object no longer stores the
489 Policy::set(obj, key, object_or_cast(std::forward<T>(value)));
527 static void set(handle obj, handle key, handle val) { setattr(obj, key, val); } function in struct:obj_attr
533 static void set(handle obj, const char *key, handle val) { setattr(obj, key, val); } function in struct:str_attr
545 static void set(handle obj, handle key, handle val) { function in struct:generic_item
559 static void set(handle obj, size_t index, handle val) { function in struct:sequence_item
576 static void set(handl function in struct:list_item
593 static void set(handle obj, size_t index, handle val) { function in struct:tuple_item
1277 class set : public object { class in inherits:object
1280 set() : object(PySet_New(nullptr), stolen_t{}) { function in class:set
[all...]
/gem5/ext/googletest/googlemock/test/
H A Dgmock-generated-matchers_test.cc38 #include <set>
53 using std::set;
1136 set<int> some_set;
1144 set<const char*> another_set;
1153 set<int> some_set;
1158 set<const char*> c_string_set;
/gem5/ext/testlib/
H A Dhelper.py177 Maintain ordering of insertion in items to the set with quick iteration.
227 raise KeyError('set is empty')
240 return set(self) == set(other)
266 '''Signals one tried to set a value in a 'frozen' object.'''
/gem5/src/sim/
H A Deventq.hh271 flags.set(_flags);
293 * Memory management hooks for events that have the Managed flag set
379 * If the AutoDestroy flag is set, the object is deleted once it
388 void squash() { flags.set(Squashed); }
462 * argument 'global' set to false (default). This should only be done
482 * schedule() method with the 'global' parameter set to true. Unlike
680 * different set of events can run without disturbing events that have
710 * flag set. It should be called by parent objects after
H A Deventq.cc267 // So, read in the checkpoint flags, but then set the Initialized
271 flags.set(Initialized);
/gem5/ext/pybind11/tests/
H A Dtest_sequences_and_iterators.cpp232 void set(std::string key, std::string val) { map[key] = val; } function in class:StringMap
250 .def("__setitem__", &StringMap::set)
/gem5/ext/dsent/libutil/
H A DCalculator.cc197 m_var_.set(var_name, v);
/gem5/ext/dsent/model/optical/
H A DRingDetector.cc85 getGenProperties()->set("NumberWavelengths", number_wavelengths);
H A DSWSRLink.cc84 getGenProperties()->set("NumberWavelengths", number_wavelengths);
/gem5/util/minorview/
H A Dmodel.py49 all_ids = set(id_parts)
50 no_ids = set([])
56 self.ids = set(all_ids)
396 # The complete set of available block data types
954 # Named blobs, set visual info.
992 ret.dataSelect.ids -= set(hide)
/gem5/src/dev/
H A Dmc146818.cc110 DPRINTFN("Real-time clock set to %s", asctime(&time));
261 if (stat_regB.set)
/gem5/util/m5/
H A Dm5op_alpha.S95 .set noreorder
/gem5/src/arch/alpha/
H A Dfaults.cc136 pc.set(tc->readMiscRegNoEffect(IPR_PAL_BASE) + vect());
159 // set VA register with faulting address
162 // set MM_STAT register flags
169 // set VA_FORM register with faulting formatted address
/gem5/ext/googletest/googletest/test/
H A Dgtest-port_test.cc1007 // Verifies the condition still holds after calling set.
1008 thread_local_string.set("foo");
1019 thread_local_string.set("foo");
1145 thread_local_string.set("bar");
1282 thread_local_string.set("Foo");
/gem5/util/style/
H A Dsort_includes.py209 return sorted(set(includes))
/gem5/src/arch/sparc/
H A Dutility.cc252 newPC.set(tc->readIntReg(ReturnAddressReg));
/gem5/src/cpu/testers/memtest/
H A Dmemtest.cc116 // set up counters
240 flags.set(Request::UNCACHEABLE);

Completed in 66 milliseconds

<<111213