Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kvm/
H A Dtrace_booke.h39 TP_PROTO(unsigned int exit_nr, struct kvm_vcpu *vcpu),
40 TP_ARGS(exit_nr, vcpu),
43 __field( unsigned int, exit_nr )
51 __entry->exit_nr = exit_nr;
64 __print_symbolic(__entry->exit_nr, kvm_trace_symbol_exit),
H A Dtrace_pr.h218 TP_PROTO(unsigned int exit_nr, struct kvm_vcpu *vcpu),
219 TP_ARGS(exit_nr, vcpu),
222 __field( unsigned int, exit_nr )
231 __entry->exit_nr = exit_nr;
246 __print_symbolic(__entry->exit_nr, kvm_trace_symbol_exit),
H A Dbook3s_pr.c366 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()
876 kvmppc_book3s_queue_irqprio(vcpu, exit_nr); in kvmppc_handle_ext()
1093 if (exit_nr == BOOK3S_INTERRUPT_PROGRAM) in kvmppc_exit_pr_progint()
1155 trace_kvm_exit(exit_nr, vcpu); in kvmppc_handle_exit_pr()
1158 switch (exit_nr) { in kvmppc_handle_exit_pr()
1282 r = kvmppc_exit_pr_progint(vcpu, exit_nr); in kvmppc_handle_exit_pr()
[all …]
H A Dbook3s.h27 extern int kvmppc_handle_exit_pr(struct kvm_vcpu *vcpu, unsigned int exit_nr);
H A Dbooke.h113 int kvmppc_handle_exit(struct kvm_vcpu *vcpu, unsigned int exit_nr);
H A Dbooke.c938 unsigned int exit_nr) in kvmppc_restart_interrupt() argument
942 switch (exit_nr) { in kvmppc_restart_interrupt()
1011 int kvmppc_handle_exit(struct kvm_vcpu *vcpu, unsigned int exit_nr) in kvmppc_handle_exit() argument
1028 kvmppc_restart_interrupt(vcpu, exit_nr); in kvmppc_handle_exit()
1034 switch (exit_nr) { in kvmppc_handle_exit()
1052 trace_kvm_exit(exit_nr, vcpu); in kvmppc_handle_exit()
1079 switch (exit_nr) { in kvmppc_handle_exit()
1212 __func__, exit_nr, vcpu->arch.regs.nip); in kvmppc_handle_exit()
1213 run->hw.hardware_exit_reason = exit_nr; in kvmppc_handle_exit()
1392 printk(KERN_EMERG "exit_nr %d\n", exit_nr); in kvmppc_handle_exit()