Lines Matching refs:exit_nr

53 static int kvmppc_handle_ext(struct kvm_vcpu *vcpu, unsigned int exit_nr,
366 ulong exit_nr; in kvmppc_handle_lost_math_exts() local
374 exit_nr = BOOK3S_INTERRUPT_FP_UNAVAIL; in kvmppc_handle_lost_math_exts()
376 exit_nr = BOOK3S_INTERRUPT_ALTIVEC; in kvmppc_handle_lost_math_exts()
378 exit_nr = BOOK3S_INTERRUPT_VSX; in kvmppc_handle_lost_math_exts()
380 kvmppc_handle_ext(vcpu, exit_nr, ext_diff); in kvmppc_handle_lost_math_exts()
866 static int kvmppc_handle_ext(struct kvm_vcpu *vcpu, unsigned int exit_nr, in kvmppc_handle_ext() argument
876 kvmppc_book3s_queue_irqprio(vcpu, exit_nr); in kvmppc_handle_ext()
1080 static int kvmppc_exit_pr_progint(struct kvm_vcpu *vcpu, unsigned int exit_nr) in kvmppc_exit_pr_progint() argument
1093 if (exit_nr == BOOK3S_INTERRUPT_PROGRAM) in kvmppc_exit_pr_progint()
1142 int kvmppc_handle_exit_pr(struct kvm_vcpu *vcpu, unsigned int exit_nr) in kvmppc_handle_exit_pr() argument
1155 trace_kvm_exit(exit_nr, vcpu); in kvmppc_handle_exit_pr()
1158 switch (exit_nr) { in kvmppc_handle_exit_pr()
1188 r = kvmppc_handle_pagefault(vcpu, kvmppc_get_pc(vcpu), exit_nr); in kvmppc_handle_exit_pr()
1238 r = kvmppc_handle_pagefault(vcpu, dar, exit_nr); in kvmppc_handle_exit_pr()
1282 r = kvmppc_exit_pr_progint(vcpu, exit_nr); in kvmppc_handle_exit_pr()
1342 kvmppc_book3s_queue_irqprio(vcpu, exit_nr); in kvmppc_handle_exit_pr()
1360 r = kvmppc_exit_pr_progint(vcpu, exit_nr); in kvmppc_handle_exit_pr()
1368 switch (exit_nr) { in kvmppc_handle_exit_pr()
1382 r = kvmppc_handle_ext(vcpu, exit_nr, ext_msr); in kvmppc_handle_exit_pr()
1400 kvmppc_book3s_queue_irqprio(vcpu, exit_nr); in kvmppc_handle_exit_pr()
1411 kvmppc_book3s_queue_irqprio(vcpu, exit_nr); in kvmppc_handle_exit_pr()
1419 kvmppc_book3s_queue_irqprio(vcpu, exit_nr); in kvmppc_handle_exit_pr()
1428 exit_nr, kvmppc_get_pc(vcpu), shadow_srr1); in kvmppc_handle_exit_pr()