pub unsafe fn vmptrld(addr: u64) -> Result<()>
Load current VMCS pointer.
Marks the current-VMCS pointer valid and loads it with the physical address addr.
addr
Needs CPL 0.