Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/kvm/
H A Dmod.rs2 use crate::arch::kvm::vmx::vmx_asm_wrapper::{vmx_vmlaunch, vmx_vmread};
70 match vmx_vmlaunch() { in kvm_arch_vcpu_ioctl_run()
/DragonOS/kernel/src/arch/x86_64/kvm/vmx/
H A Dvmx_asm_wrapper.rs56 pub fn vmx_vmlaunch() -> Result<(), SystemError> { in vmx_vmlaunch() function