39d38
< #include "mem/ruby/structures/SparseMemory.hh"
55d53
< bool isSparseImplementation() { return m_use_map; }
63,64d60
< void invalidateBlock(PhysAddress address);
<
66,67d61
< void regStats();
<
91,93d84
< SparseMemory* m_sparseMemory;
< bool m_use_map;
< int m_map_levels;