Searched refs:handle_vmx_instruction (Results 1 – 1 of 1) sorted by relevance
5730 static int handle_vmx_instruction(struct kvm_vcpu *vcpu) in handle_vmx_instruction() function5769 [EXIT_REASON_VMCLEAR] = handle_vmx_instruction,5770 [EXIT_REASON_VMLAUNCH] = handle_vmx_instruction,5771 [EXIT_REASON_VMPTRLD] = handle_vmx_instruction,5772 [EXIT_REASON_VMPTRST] = handle_vmx_instruction,5773 [EXIT_REASON_VMREAD] = handle_vmx_instruction,5774 [EXIT_REASON_VMRESUME] = handle_vmx_instruction,5775 [EXIT_REASON_VMWRITE] = handle_vmx_instruction,5776 [EXIT_REASON_VMOFF] = handle_vmx_instruction,5777 [EXIT_REASON_VMON] = handle_vmx_instruction,[all …]