Home
last modified time | relevance | path

Searched refs:vmxoff (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/arch/x86_64/kvm/vmx/
H A Dvmx_asm_wrapper.rs19 pub fn vmxoff() -> Result<(), SystemError> { in vmxoff() function
20 match unsafe { x86::bits64::vmx::vmxoff() } { in vmxoff()
H A Dvcpu.rs5 use super::vmx_asm_wrapper::{vmx_vmclear, vmx_vmptrld, vmx_vmread, vmx_vmwrite, vmxoff, vmxon};
456 vmxoff()?; in devirtualize_cpu()