Searched refs:exit_nr (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/arch/powerpc/kvm/ |
D | trace_booke.h | 40 TP_PROTO(unsigned int exit_nr, struct kvm_vcpu *vcpu), 41 TP_ARGS(exit_nr, vcpu), 44 __field( unsigned int, exit_nr ) 52 __entry->exit_nr = exit_nr; 65 __print_symbolic(__entry->exit_nr, kvm_trace_symbol_exit),
|
D | trace_pr.h | 219 TP_PROTO(unsigned int exit_nr, struct kvm_vcpu *vcpu), 220 TP_ARGS(exit_nr, vcpu), 223 __field( unsigned int, exit_nr ) 232 __entry->exit_nr = exit_nr; 247 __print_symbolic(__entry->exit_nr, kvm_trace_symbol_exit),
|
D | book3s_pr.c | 54 static int kvmppc_handle_ext(struct kvm_vcpu *vcpu, unsigned int exit_nr, 710 static int kvmppc_handle_ext(struct kvm_vcpu *vcpu, unsigned int exit_nr, in kvmppc_handle_ext() argument 720 kvmppc_book3s_queue_irqprio(vcpu, exit_nr); in kvmppc_handle_ext() 882 unsigned int exit_nr) in kvmppc_handle_exit_pr() argument 894 trace_kvm_exit(exit_nr, vcpu); in kvmppc_handle_exit_pr() 897 switch (exit_nr) { in kvmppc_handle_exit_pr() 927 r = kvmppc_handle_pagefault(run, vcpu, kvmppc_get_pc(vcpu), exit_nr); in kvmppc_handle_exit_pr() 943 kvmppc_book3s_queue_irqprio(vcpu, exit_nr); in kvmppc_handle_exit_pr() 979 r = kvmppc_handle_pagefault(run, vcpu, dar, exit_nr); in kvmppc_handle_exit_pr() 984 kvmppc_book3s_queue_irqprio(vcpu, exit_nr); in kvmppc_handle_exit_pr() [all …]
|
D | booke.c | 902 unsigned int exit_nr) in kvmppc_restart_interrupt() argument 906 switch (exit_nr) { in kvmppc_restart_interrupt() 976 unsigned int exit_nr) in kvmppc_handle_exit() argument 988 kvmppc_restart_interrupt(vcpu, exit_nr); in kvmppc_handle_exit() 994 switch (exit_nr) { in kvmppc_handle_exit() 1009 trace_kvm_exit(exit_nr, vcpu); in kvmppc_handle_exit() 1022 switch (exit_nr) { in kvmppc_handle_exit() 1155 __func__, exit_nr, vcpu->arch.pc); in kvmppc_handle_exit() 1156 run->hw.hardware_exit_reason = exit_nr; in kvmppc_handle_exit() 1335 printk(KERN_EMERG "exit_nr %d\n", exit_nr); in kvmppc_handle_exit()
|