gem5
v20.1.0.0
|
Classes | |
class | AddrMap |
A sparse map from an Addr to a Value, stored in page chunks. More... | |
Typedefs | |
template<typename EMI > | |
using | InstMap = std::unordered_map< EMI, StaticInstPtr > |
Hash for decoded instructions. More... | |
using DecodeCache::InstMap = typedef std::unordered_map<EMI, StaticInstPtr> |
Hash for decoded instructions.
Definition at line 42 of file decode_cache.hh.