Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dvmx.c6219 static int handle_vmx_instruction(struct kvm_vcpu *vcpu) in handle_vmx_instruction() function
6320 [EXIT_REASON_VMCLEAR] = handle_vmx_instruction,
6321 [EXIT_REASON_VMLAUNCH] = handle_vmx_instruction,
6322 [EXIT_REASON_VMPTRLD] = handle_vmx_instruction,
6323 [EXIT_REASON_VMPTRST] = handle_vmx_instruction,
6324 [EXIT_REASON_VMREAD] = handle_vmx_instruction,
6325 [EXIT_REASON_VMRESUME] = handle_vmx_instruction,
6326 [EXIT_REASON_VMWRITE] = handle_vmx_instruction,
6327 [EXIT_REASON_VMOFF] = handle_vmx_instruction,
6328 [EXIT_REASON_VMON] = handle_vmx_instruction,
[all …]