Function tdx_guest::tdvmcall::wrmsr

source ·
pub unsafe fn wrmsr(index: u32, value: u64) -> Result<(), TdVmcallError>
Expand description

§Safety

Make sure the index and the corresponding value are valid.