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

12345678

/gem5/src/dev/pci/
H A Dhost.hh244 std::map<PciBusAddr, PciDevice *> devices;
268 * dynamically map a PciBusAddr and PciIntPin to a platform-specific
/gem5/src/cpu/
H A Dprofile.cc127 map<Addr, Counter>::const_iterator i, end = pc_count.end();
/gem5/src/arch/alpha/
H A Dtlb.hh35 #include <map>
/gem5/src/arch/power/
H A Dtlb.hh40 #include <map>
/gem5/src/arch/arm/
H A DArmSystem.py48 map = { variable in class:ArmMachineType
H A Dpmu.hh44 #include <map>
627 std::map<EventTypeId, PMUEvent*> eventMap;
H A Dremote_gdb.cc319 static const std::map<std::string, std::string> annexMap32{
324 static const std::map<std::string, std::string> annexMap64{
/gem5/src/mem/ruby/profiler/
H A DProfiler.hh48 #include <map>
/gem5/src/dev/arm/
H A Dsmmu_v3.hh44 #include <map>
/gem5/src/arch/generic/
H A Ddebugfaults.hh97 static std::map<OnceToken, bool> tokenMap;
/gem5/ext/systemc/src/tlm_utils/
H A Dsimple_target_socket.h141 typename std::map<transaction_type*, sc_core::sc_event *>::iterator it;
477 typename std::map<transaction_type*, sc_core::sc_event *>::iterator it =
506 typename std::map<transaction_type*, sc_core::sc_event *>::iterator it =
560 std::map<transaction_type*, sc_core::sc_event *> m_pending_trans;
672 typename std::map<transaction_type*, sc_core::sc_event *>::iterator it;
1020 typename std::map<transaction_type*, sc_core::sc_event *>::iterator it =
1049 typename std::map<transaction_type*, sc_core::sc_event *>::iterator it =
1107 std::map<transaction_type*, sc_core::sc_event *> m_pending_trans;
/gem5/src/mem/
H A Dmem_checker.hh45 #include <map>
130 * Orders Transactions for use with std::map.
350 * Maintains a map of Serial -> Transaction for all outstanding reads.
352 * Use an ordered map here, as this makes pruneTransactions() more
355 std::map<Serial, Transaction> outstandingReads;
503 * Maintain a map of address --> byte-tracker. Per-byte entries are
H A Dmulti_level_page_table.hh216 map(Addr vaddr, Addr paddr, int64_t size, uint64_t flags = 0) override
218 EmulationPageTable::map(vaddr, paddr, size, flags);
/gem5/src/arch/arm/linux/
H A Dsystem.cc109 // address map being resolved in the interconnect
267 std::map<uint32_t, uint32_t>::iterator itr = taskMap.find(pid);
354 std::map<uint32_t, uint32_t>& taskMap = sys->taskMap;
/gem5/configs/example/
H A Dmemtest.py145 print("Generated random tree -c", ':'.join(map(str, cachespec)),
146 "-t", ':'.join(map(str, testerspec)))
H A Dmemcheck.py124 print("Generated random tree -c", ':'.join(map(str, cachespec)),
125 "-t", ':'.join(map(str, testerspec)))
/gem5/src/base/
H A Dremote_gdb.hh51 #include <map>
267 static std::map<char, GdbCommand> command_map;
/gem5/src/sim/
H A Dinit.cc187 std::map<std::string, EmbeddedPyBind *> &
190 static std::map<std::string, EmbeddedPyBind *> objs;
H A Dfd_array.cc63 std::map<std::string, int>::iterator it;
141 std::map<std::string, int>::iterator it;
H A Dsystem.hh278 * is part of the global address map.
607 std::map<std::pair<uint32_t,uint32_t>, Tick> lastWorkItemStarted;
608 std::map<uint32_t, Stats::Histogram*> workItemStats;
/gem5/src/systemc/ext/tlm_utils/
H A Dsimple_target_socket.h140 typename std::map<transaction_type *,
487 typename std::map<transaction_type *,
519 typename std::map<transaction_type *,
581 std::map<transaction_type *, sc_core::sc_event *> m_pending_trans;
723 typename std::map<transaction_type *,
1082 typename std::map<transaction_type *,
1115 typename std::map<transaction_type *,
1181 std::map<transaction_type *, sc_core::sc_event *> m_pending_trans;
/gem5/src/systemc/tlm_core/2/generic_payload/
H A Dgp.cc21 #include <map>
41 typedef std::map<std::type_index, key_type> type_map;
/gem5/src/arch/riscv/
H A Dprocess.cc40 #include <map>
229 std::map<IntType, string> aux_keys = {
/gem5/src/mem/cache/compressors/
H A Dcpack.hh49 #include <map>
316 static std::map<PatternNumber, std::string> patternNames = {
/gem5/src/arch/x86/
H A Dprocess.cc551 pTable->map(syscallCodeVirtAddr, syscallCodePhysAddr,
554 pTable->map(GDTVirtAddr, gdtPhysAddr, PageBytes, false);
556 pTable->map(IDTVirtAddr, idtPhysAddr, PageBytes, false);
558 pTable->map(TSSVirtAddr, tssPhysAddr, PageBytes, false);
560 pTable->map(ISTVirtAddr, istPhysAddr, PageBytes, false);
562 pTable->map(PFHandlerVirtAddr, pfHandlerPhysAddr, PageBytes, false);
564 pTable->map(MMIORegionVirtAddr, MMIORegionPhysAddr,
965 // map memory
971 // map out initial stack contents

Completed in 54 milliseconds

12345678