Searched refs:map (Results 151 - 175 of 198) sorted by relevance

12345678

/gem5/src/systemc/tests/tlm/static_extensions/ext2gp/
H A DSimpleLTInitiator_ext.h31 #include <map>
/gem5/src/systemc/tests/tlm/static_extensions/ext2gp2ext/
H A DSimpleLTInitiator_ext.h31 #include <map>
/gem5/ext/testlib/
H A Dlog.py132 map(lambda handler:handler.prehandle(), self.handlers)
H A Drunner.py166 pool.map(lambda suite : suite.runner(suite).run(), self.testable)
/gem5/ext/googletest/googlemock/scripts/generator/cpp/
H A Dgmock_class.py193 '.'.join(map(str, _VERSION)))
/gem5/configs/ruby/
H A DMI_example.py118 phys_mem_size = sum(map(lambda r: r.size(), system.mem_ranges))
/gem5/src/cpu/o3/
H A Drename_impl.hh990 // Tell the rename map to set the architected register to the
1069 RenameMap *map = renameMap[tid]; local
1078 renamed_reg = map->lookup(tc->flattenRegId(src_reg));
1136 RenameMap *map = renameMap[tid]; local
1147 rename_result = map->rename(flat_dest_regid);
H A Dfetch_impl.hh51 #include <map>
1523 std::map<unsigned, ThreadID> threadMap;
1560 std::map<unsigned, ThreadID> threadMap;
/gem5/ext/googletest/googlemock/test/
H A Dgmock-generated-matchers_test.cc37 #include <map>
51 using std::map;
1187 map<const char*, int> my_map;
1192 map<string, int> another_map;
1202 map<int, int> some_map;
/gem5/src/arch/arm/
H A Disa.cc433 const auto &map = getMiscIndices(misc_reg);
434 int lower = map.first, upper = map.second;
758 const auto &map = getMiscIndices(misc_reg);
759 int lower = map.first, upper = map.second;
H A Dsemihosting.cc56 const std::map<uint32_t, ArmSemihosting::SemiCall> ArmSemihosting::calls{
96 const std::map<uint64_t, const char *> ArmSemihosting::exitCodes{
124 const std::map<const std::string, FILE *> ArmSemihosting::stdioMap{
/gem5/src/base/
H A Dremote_gdb.cc318 std::map<Addr, HardBreakpoint *> hardBreakMap;
775 std::map<char, BaseRemoteGDB::GdbCommand> BaseRemoteGDB::command_map = {
/gem5/src/python/m5/
H A Dparams.py945 return ':'.join(map(lambda x: '%02x' % x, bytes))
1309 if 'map' in init_dict:
1310 if not isinstance(cls.map, dict):
1311 raise TypeError("Enum-derived class attribute 'map' " \
1313 # build list of value strings from map
1314 cls.vals = list(cls.map.keys())
1320 # build string->value map from vals sequence
1321 cls.map = {}
1323 cls.map[val] = idx
1326 "attribute 'map' o
[all...]
/gem5/ext/mcpat/cacti/
H A Dcacti_interface.h40 #include <map>
/gem5/src/systemc/tests/include/
H A DSimpleBusAT.h362 typedef std::map<transaction_type*, ConnectionInfo> PendingTransactions;
/gem5/src/systemc/utils/
H A Dsc_report_handler.cc31 #include <map>
/gem5/src/dev/arm/
H A Dgpu_nomali.cc51 static const std::map<Enums::NoMaliGpuType, nomali_gpu_type_t> gpuTypeMap{
/gem5/tests/configs/
H A Dgpu-ruby.py78 root.system.cpu[0].workload[0].map(0x10000000, 0x200000000, 4096)
/gem5/src/cpu/trace/
H A Dtrace_cpu.hh98 * A map called 'inFlightNodes' is added to track nodes that are not only in
769 * A map from the sequence number to the ROB number of the in-
774 * node and since a map container keeps all its keys sorted using
778 std::map<NodeSeqNum, NodeRobNum> inFlightNodes;
/gem5/util/minorview/
H A Dmodel.py215 self.counts = map(int, re.split('/', string))
219 return map(colours.number_to_colour, self.counts)
537 map(find_inst, blocks)
/gem5/ext/systemc/src/tlm_utils/
H A Dtlm2_base_protocol_checker.h25 // Version 4, 12 Aug 2008 Add header #include <map>
132 #include <map>
157 static std::map<tlm::tlm_generic_payload*, path_t> shared_map;
324 std::map<tlm::tlm_generic_payload*, state_t> m_map;
687 // Setup clones of transaction and buffers in map
690 gp = new tlm::tlm_generic_payload; // Memory leak: transactions are never cleared from map
732 // Setup clone of transaction in map in order to check gp_option only
735 gp = new tlm::tlm_generic_payload; // Memory leak: transactions are never cleared from map
/gem5/src/mem/ruby/system/
H A DGPUCoalescer.cc961 operator<<(ostream &out, const std::unordered_map<KEY, VALUE> &map) argument
964 for (auto i = map.begin(); i != map.end(); ++i)
/gem5/ext/pybind11/include/pybind11/
H A Deigen.h200 // satisfied: writeable=True (for a mutable reference), and, depending on the map's stride
356 // Base class for casting reference/map/block/etc. objects back to python.
363 // Directly referencing a ref/map's data is a bit dangerous (whatever the map/ref points to has
380 // move, take_ownership don't make any sense for a ref/map:
395 // We can return any map-like object (but can only load Refs, specialized next):
416 std::unique_ptr<MapType> map; member in struct:type_caster
466 map.reset(new MapType(data(copy_or_ref), fits.rows, fits.cols, make_stride(fits.stride.outer(), fits.stride.inner())));
467 ref.reset(new Type(*map));
/gem5/ext/googletest/googletest/test/
H A Dgtest-printers_test.cc44 #include <map>
198 using ::std::map;
887 map<int, bool> map1;
/gem5/ext/ply/example/GardenSnake/
H A DGardenSnake.py702 print "-->", " ".join(map(str,args))

Completed in 89 milliseconds

12345678