Searched refs:exit_handler_fn (Results 1 – 2 of 2) sorted by relevance
874 typedef bool (*exit_handler_fn)(struct kvm_vcpu *, u64 *); typedef883 const exit_handler_fn *handlers) in kvm_hyp_handle_exit()885 exit_handler_fn fn = handlers[kvm_vcpu_trap_get_class(vcpu)]; in kvm_hyp_handle_exit()916 const exit_handler_fn *handlers) in __fixup_guest_exit()
521 static const exit_handler_fn hyp_exit_handlers[] = {