gem5  v20.1.0.5
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 }
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 Thu Mar 18 2021 12:09:13 for gem5 by doxygen 1.8.17