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

12345678

/gem5/src/dev/virtio/
H A Dfs9p.cc72 typedef std::map<P9MsgType, P9MsgInfo> P9MsgInfoMap;
/gem5/src/sim/
H A Dserialize.hh57 #include <map>
H A Dsyscall_emul.hh1811 warn("mmap: failed to map file into host address space");
1844 // Allocate physical memory and map it in. If the page table is already
1856 // some applications can map a couple of gigabytes of space
1882 // The loader will call mmap to map the images into its address
2469 std::map<int, int> trans_map;
/gem5/src/cpu/o3/
H A Dmem_dep_unit_impl.hh46 #include <map>
H A Dcpu.hh583 /** The rename map. */
586 /** The commit rename map. */
708 std::map<ThreadID, unsigned> threadMap;
H A Dlsq_unit.hh50 #include <map>
H A Dlsq.hh47 #include <map>
/gem5/src/python/m5/
H A Dmain.py346 print("command line:", " ".join(map(pipes.quote, sys.argv)))
H A DSimObject.py693 params = map(lambda k_v: k_v[1], sorted(cls._params.local.items()))
790 params = map(lambda k_v: k_v[1], sorted(cls._params.local.items()))
/gem5/src/base/
H A Dstatistics.cc48 #include <map>
H A Dstatistics.hh73 #include <map>
3391 typedef std::map<const void *, Info *> MapType;
3394 typedef std::map<std::string, Info *> NameMapType;
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h58 #include <map>
586 typedef ::std::map<std::string, CodeLocation> RegisteredTestsMap;
/gem5/configs/common/
H A DFSConfig.py290 self.machine_type = machine_type if machine_type in ArmMachineType.map \
459 # 1) kernel configured PCI device memory map address: address range
618 phys_mem_size = sum(map(lambda r: r.size(), self.mem_ranges))
/gem5/ext/ply/ply/
H A Dyacc.py1434 map = "%s -> %s" % (prodname,syms)
1435 if map in self.Prodmap:
1436 m = self.Prodmap[map]
1457 self.Prodmap[map] = p
2888 # Get the tokens map
2922 # Get the precedence map (if any)
2926 # Validate and parse the precedence map
/gem5/ext/testlib/
H A Dconfig.py194 if any(map(lambda vals: bool(vals), d.values())):
/gem5/ext/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc38 #include <map>
H A Dgmock-matchers_test.cc47 #include <map>
73 using std::map;
1332 map<int, char> container;
1450 map<int, char> container;
4118 map<string, int> container;
4293 map<int, std::string> my_map;
4297 map<int, std::string> test_map;
4301 const Matcher<const map<int, std::string>&> m = ContainerEq(my_map);
4442 map<string, int> word_counts;
5379 map<cons
[all...]
/gem5/configs/example/
H A Dapu_se.py553 host_cpu.workload[0].map(0x10000000, 0x200000000, 4096)
/gem5/src/cpu/checker/
H A Dcpu.hh48 #include <map>
/gem5/src/arch/
H A Disa_parser.py152 compositeCode = ' '.join(map(str, snippets.values()))
213 # if the argument is an object, we use its attribute map.
1421 compositeCode = ' '.join(map(str, snippets.values()))
2374 args = ','.join(map(str, t[3]))
2502 # create new object and store in global map
2588 # build a map elem -> vector (used in OperandList)
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h63 #include <map>
/gem5/ext/googletest/googletest/test/
H A Dgtest_unittest.cc64 #include <map>
1632 // We use an std::map to do so.
1633 static std::map<std::string, std::string*> added_env;
7531 sizeof(IsContainerTest<std::map<int, double> >(0)));
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc51 #include <map>
1098 typedef std::map<std::string, size_t> IdMap;
3536 // This is how Google Test concepts map to the DTD:

Completed in 165 milliseconds

12345678