gem5  v20.0.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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 }
std::unordered_map< int, std::stack< Addr > > locked_addrs
Definition: locked_mem.cc:9
Defines global host-dependent types: Counter, Tick, and (indirectly) {int,uint}{8,16,32,64}_t.

Generated on Thu May 28 2020 16:21:29 for gem5 by doxygen 1.8.13