Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dvmx.c6011 static int (*kvm_vmx_exit_handlers[])(struct kvm_vcpu *vcpu) = { variable
6067 ARRAY_SIZE(kvm_vmx_exit_handlers);
6512 if (!kvm_vmx_exit_handlers[exit_handler_index]) in __vmx_handle_exit()
6515 return kvm_vmx_exit_handlers[exit_handler_index](vcpu); in __vmx_handle_exit()
8495 r = nested_vmx_hardware_setup(kvm_vmx_exit_handlers); in vmx_hardware_setup()