Function vmxon

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

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.

ยงSafety

Needs CPL 0.