Function vmptrld

Source
pub unsafe fn vmptrld(addr: u64) -> Result<()>
Expand description

Load current VMCS pointer.

Marks the current-VMCS pointer valid and loads it with the physical address addr.

ยงSafety

Needs CPL 0.