Lines Matching refs:handle_vmx_instruction
5606 static int handle_vmx_instruction(struct kvm_vcpu *vcpu) in handle_vmx_instruction() function
5645 [EXIT_REASON_VMCLEAR] = handle_vmx_instruction,
5646 [EXIT_REASON_VMLAUNCH] = handle_vmx_instruction,
5647 [EXIT_REASON_VMPTRLD] = handle_vmx_instruction,
5648 [EXIT_REASON_VMPTRST] = handle_vmx_instruction,
5649 [EXIT_REASON_VMREAD] = handle_vmx_instruction,
5650 [EXIT_REASON_VMRESUME] = handle_vmx_instruction,
5651 [EXIT_REASON_VMWRITE] = handle_vmx_instruction,
5652 [EXIT_REASON_VMOFF] = handle_vmx_instruction,
5653 [EXIT_REASON_VMON] = handle_vmx_instruction,
5670 [EXIT_REASON_INVEPT] = handle_vmx_instruction,
5671 [EXIT_REASON_INVVPID] = handle_vmx_instruction,
5676 [EXIT_REASON_VMFUNC] = handle_vmx_instruction,