Searched refs:map (Results 126 - 150 of 198) sorted by relevance

12345678

/gem5/util/stats/
H A Ddisplay.py129 for val,sname,sdesc in map(None, value, subnames, subdescs):
H A Dprint.py126 for val,sname,sdesc in map(None, value, subnames, subdescs):
H A Dinfo.py547 self.vec = map(lambda x,y: x - y, self.vec, other.vec)
564 self.vec = map(lambda x,y: x + y, self.vec, other.vec)
620 for dist,sn,sd,i in map(None, self.dist, self.subnames, self.subdescs,
661 alltrue(map(lambda x, y : x.comparable(y),
666 return alltrue(map(lambda x, y : x == y, self.dist, other.dist))
/gem5/src/dev/arm/
H A Drv_ctrl.hh193 std::map<uint32_t, Device *> devices;
/gem5/src/dev/i2c/
H A Dbus.cc49 using std::map;
/gem5/src/mem/
H A Dpage_table.cc49 EmulationPageTable::map(Addr vaddr, Addr paddr, int64_t size, uint64_t flags) function in class:EmulationPageTable
H A Dexternal_slave.cc174 std::map<std::string, ExternalSlave::Handler *>
/gem5/src/python/m5/util/
H A D__init__.py112 # 'map').
128 return map(lambda x: int(re.match('\d+', x).group()), v.split('.'))
H A Ddot_writer.py261 r, g, b = map(lambda x: x * max(1 - depth / 7.0, 0.3), node_colour)
269 r, g, b = map(lambda x: 0.8 * x, (r, g, b))
/gem5/src/mem/ruby/network/
H A DMessageBuffer.hh150 // use a std::map for the stalled messages as this container is
152 typedef std::map<Addr, std::list<MsgPtr> > StallMsgMapType;
155 * A map from line addresses to lists of stalled messages for that line.
162 * NOTE: The stall map holds messages in the order in which they were
170 * Current size of the stall map.
171 * Track the number of messages held in stall map lists. This is used to
/gem5/ext/systemc/src/tlm_utils/
H A Dmulti_socket_bases.h26 #include <map>
394 //this method shall return a map of all multi initiator sockets that are bound to this multi target
395 // the key of the map is the index at which the multi initiator i bound, while the value
397 virtual std::map<unsigned int, tlm::tlm_bw_transport_if<TYPES>*>& get_multi_binds()=0;
/gem5/src/gpu-compute/
H A Dhsail_code.cc231 Label &lbl = map[lbl_name];
246 Label &lbl = map[name];
H A Dcompute_unit.hh41 #include <map>
241 // this hash map will keep track of page divergence
242 // per memory instruction per wavefront. The hash map
244 std::map<Addr, int> pagesTouched;
740 std::map<unsigned, waveQueue> xactCasLoadMap;
H A Dkernel_cfg.cc44 #include <map>
/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc44 # include <map> // Used in ThreadLocal.
482 typedef std::map<const ThreadLocalBase*,
486 typedef std::map<DWORD, ThreadLocalValues> ThreadIdToThreadLocals;
531 // Returns map of thread local instances.
534 static ThreadIdToThreadLocals* map = new ThreadIdToThreadLocals; local
535 return map;
/gem5/ext/googletest/googlemock/src/
H A Dgmock-spec-builders.cc41 #include <map>
544 typedef std::map<const void*, MockObjectState> StateMap;
603 std::map<const void*, internal::CallReaction> g_uninteresting_call_reaction;
/gem5/src/arch/riscv/linux/
H A Dprocess.cc37 #include <map>
125 std::map<int, SyscallDesc> RiscvLinuxProcess64::syscallDescs = {
456 std::map<int, SyscallDesc> RiscvLinuxProcess32::syscallDescs = {
/gem5/src/mem/ruby/profiler/
H A DProfiler.cc359 for (map<uint32_t, AbstractController*>::iterator it =
373 for (map<uint32_t, AbstractController*>::iterator it =
392 for (map<uint32_t, AbstractController*>::iterator it =
/gem5/src/arch/riscv/
H A Dregisters.hh55 #include <map>
438 const std::map<int, CSRMetadata> CSRData = {
718 const std::map<int, RegVal> CSRMasks = {
/gem5/src/mem/ruby/system/
H A DSequencer.cc659 operator<<(ostream &out, const std::unordered_map<KEY, VALUE> &map) argument
661 auto i = map.begin();
662 auto end = map.end();
/gem5/ext/pybind11/include/pybind11/
H A Dstl.h15 #include <map>
255 template <typename Key, typename Value, typename Compare, typename Alloc> struct type_caster<std::map<Key, Value, Compare, Alloc>>
256 : map_caster<std::map<Key, Value, Compare, Alloc>, Key, Value> { };
/gem5/src/systemc/ext/tlm_utils/
H A Dmulti_socket_bases.h23 #include <map>
418 // This method shall return a map of all multi initiator sockets that are
419 // bound to this multi target the key of the map is the index at which the
422 virtual std::map<unsigned int, tlm::tlm_bw_transport_if<TYPES>*> &
/gem5/src/arch/alpha/
H A Dkernel_stats.cc34 #include <map>
/gem5/src/systemc/tests/include/
H A DSimpleLTInitiator2_DMI.h41 #include <map>
H A DSimpleLTInitiator3_DMI.h40 #include <map>

Completed in 54 milliseconds

12345678