Lines Matching refs:handle_vmx_instruction
5544 static int handle_vmx_instruction(struct kvm_vcpu *vcpu) in handle_vmx_instruction() function
5596 [EXIT_REASON_VMCLEAR] = handle_vmx_instruction,
5597 [EXIT_REASON_VMLAUNCH] = handle_vmx_instruction,
5598 [EXIT_REASON_VMPTRLD] = handle_vmx_instruction,
5599 [EXIT_REASON_VMPTRST] = handle_vmx_instruction,
5600 [EXIT_REASON_VMREAD] = handle_vmx_instruction,
5601 [EXIT_REASON_VMRESUME] = handle_vmx_instruction,
5602 [EXIT_REASON_VMWRITE] = handle_vmx_instruction,
5603 [EXIT_REASON_VMOFF] = handle_vmx_instruction,
5604 [EXIT_REASON_VMON] = handle_vmx_instruction,
5621 [EXIT_REASON_INVEPT] = handle_vmx_instruction,
5622 [EXIT_REASON_INVVPID] = handle_vmx_instruction,
5627 [EXIT_REASON_VMFUNC] = handle_vmx_instruction,