Access to the Model-Specific Register (MSR)
More...
#include <core_msr.h>
|
static uint64_t | read () |
| Read the value of the current MSR. More...
|
|
static void | write (uint64_t value) |
| Write a value into the current MSR. More...
|
|
template<enum MSRs id>
class Core::MSR< id >
Access to the Model-Specific Register (MSR)
- See also
- ISDMv3, 9.4 Model-Specific Registers (MSRs)
-
ISDMv4
- Template Parameters
-
id | ID of the Model-Specific Register to access |
◆ read()
template<enum MSRs id>
static uint64_t Core::MSR< id >::read |
( |
void |
| ) |
|
|
inlinestatic |
◆ write()
template<enum MSRs id>
static void Core::MSR< id >::write |
( |
uint64_t |
value | ) |
|
|
inlinestatic |
The documentation for this class was generated from the following file: