Function vmclear

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

Clear VMCS.

Ensures that VMCS data maintained on the processor is copied to the VMCS region located at 4KB-aligned physical address addr and initializes some parts of it.

ยงSafety

Needs CPL 0.