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

Generated on Fri Jun 9 2017 13:03:40 for gem5 by doxygen 1.8.6