gem5
v20.1.0.0
|
Go to the source code of this file.
Namespaces | |
X86ISA | |
This is exposed globally, independent of the ISA. | |
Typedefs | |
typedef std::unordered_map< Addr, MiscRegIndex > | X86ISA::MsrMap |
Functions | |
bool | X86ISA::msrAddrToIndex (MiscRegIndex ®Num, Addr addr) |
Find and return the misc reg corresponding to an MSR address. More... | |
Variables | |
const MsrMap | X86ISA::msrMap |
Map between MSR addresses and their corresponding misc registers. More... | |