gem5  v21.1.0.1
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 gem5
8 {
9 
10 namespace RiscvISA
11 {
12  std::unordered_map<int, std::stack<Addr>> locked_addrs;
13 } // namespace RiscvISA
14 } // namespace gem5
locked_mem.hh
gem5::RiscvISA::locked_addrs
std::unordered_map< int, std::stack< Addr > > locked_addrs
Definition: locked_mem.cc:12
types.hh
gem5
Reference material can be found at the JEDEC website: UFS standard http://www.jedec....
Definition: decoder.cc:40

Generated on Tue Sep 7 2021 14:53:42 for gem5 by doxygen 1.8.17