Searched refs:exit_handler_fn (Results 1 – 3 of 3) sorted by relevance
173 static const exit_handler_fn hyp_exit_handlers[] = {185 static const exit_handler_fn pvm_exit_handlers[] = {196 static const exit_handler_fn *kvm_get_exit_handler_array(struct kvm_vcpu *vcpu) in kvm_get_exit_handler_array()206 const exit_handler_fn *handlers = kvm_get_exit_handler_array(vcpu); in fixup_guest_exit()
958 typedef bool (*exit_handler_fn)(struct kvm_vcpu *, u64 *); typedef967 const exit_handler_fn *handlers) in kvm_hyp_handle_exit()969 exit_handler_fn fn = handlers[kvm_vcpu_trap_get_class(vcpu)]; in kvm_hyp_handle_exit()1000 const exit_handler_fn *handlers) in __fixup_guest_exit()
511 static const exit_handler_fn hyp_exit_handlers[] = {
Completed in 10 milliseconds