pub unsafe fn vmxon(addr: u64) -> Result<()>
Enable VMX operation.
addr specifies a 4KB-aligned physical address of VMXON region initialized in accordance with Intel SDM, Volume 3C, Section 24.11.5.
addr
Needs CPL 0.