gem5  v20.1.0.0
locked_mem.cc
Go to the documentation of this file.
2 
3 #include <stack>
4 
5 #include "base/types.hh"
6 
7 namespace RiscvISA
8 {
9  std::unordered_map<int, std::stack<Addr>> locked_addrs;
10 }
RiscvISA
Definition: fs_workload.cc:36
RiscvISA::locked_addrs
std::unordered_map< int, std::stack< Addr > > locked_addrs
Definition: locked_mem.cc:9
locked_mem.hh
types.hh

Generated on Wed Sep 30 2020 14:02:07 for gem5 by doxygen 1.8.17