Lines Matching refs:handle_vmx_instruction
5950 static int handle_vmx_instruction(struct kvm_vcpu *vcpu) in handle_vmx_instruction() function
6028 [EXIT_REASON_VMCLEAR] = handle_vmx_instruction,
6029 [EXIT_REASON_VMLAUNCH] = handle_vmx_instruction,
6030 [EXIT_REASON_VMPTRLD] = handle_vmx_instruction,
6031 [EXIT_REASON_VMPTRST] = handle_vmx_instruction,
6032 [EXIT_REASON_VMREAD] = handle_vmx_instruction,
6033 [EXIT_REASON_VMRESUME] = handle_vmx_instruction,
6034 [EXIT_REASON_VMWRITE] = handle_vmx_instruction,
6035 [EXIT_REASON_VMOFF] = handle_vmx_instruction,
6036 [EXIT_REASON_VMON] = handle_vmx_instruction,
6053 [EXIT_REASON_INVEPT] = handle_vmx_instruction,
6054 [EXIT_REASON_INVVPID] = handle_vmx_instruction,
6059 [EXIT_REASON_VMFUNC] = handle_vmx_instruction,