Function read_msr

Source
pub unsafe fn read_msr(msr: u32) -> u64
Expand description

Reads a value from an MSR.

ยงSafety

The caller must guarantee that this is a safe operation, based on the behavior of the specified MSR.