Function write_msr

Source
pub unsafe fn write_msr(msr: u32, val: u64)
Expand description

Write a value to an MSR.

ยงSafety

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