Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kvm/vmx/
Dvmx.c6018 static int handle_vmx_instruction(struct kvm_vcpu *vcpu) in handle_vmx_instruction() function
6096 [EXIT_REASON_VMCLEAR] = handle_vmx_instruction,
6097 [EXIT_REASON_VMLAUNCH] = handle_vmx_instruction,
6098 [EXIT_REASON_VMPTRLD] = handle_vmx_instruction,
6099 [EXIT_REASON_VMPTRST] = handle_vmx_instruction,
6100 [EXIT_REASON_VMREAD] = handle_vmx_instruction,
6101 [EXIT_REASON_VMRESUME] = handle_vmx_instruction,
6102 [EXIT_REASON_VMWRITE] = handle_vmx_instruction,
6103 [EXIT_REASON_VMOFF] = handle_vmx_instruction,
6104 [EXIT_REASON_VMON] = handle_vmx_instruction,
[all …]