Home
last modified time | relevance | path

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

/DragonOS/kernel/src/arch/x86_64/kvm/vmx/
H A Dvmexit.rs60 pub fn vmexit_vmx_instruction_executed() -> Result<(), SystemError> { in vmexit_vmx_instruction_executed() function
210 vmexit_vmx_instruction_executed().expect("previledge instruction handle error"); in vmexit_handler()