Home
last modified time | relevance | path

Searched refs:kvmppc_account_exit (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/arch/powerpc/kvm/
Dbooke.c1082 kvmppc_account_exit(vcpu, EXT_INTR_EXITS); in kvmppc_handle_exit()
1087 kvmppc_account_exit(vcpu, DEC_EXITS); in kvmppc_handle_exit()
1096 kvmppc_account_exit(vcpu, DBELL_EXITS); in kvmppc_handle_exit()
1101 kvmppc_account_exit(vcpu, GDBELL_EXITS); in kvmppc_handle_exit()
1112 kvmppc_account_exit(vcpu, GDBELL_EXITS); in kvmppc_handle_exit()
1139 kvmppc_account_exit(vcpu, DEBUG_EXITS); in kvmppc_handle_exit()
1154 kvmppc_account_exit(vcpu, USR_PR_INST); in kvmppc_handle_exit()
1163 kvmppc_account_exit(vcpu, FP_UNAVAIL); in kvmppc_handle_exit()
1229 kvmppc_account_exit(vcpu, DSI_EXITS); in kvmppc_handle_exit()
1235 kvmppc_account_exit(vcpu, ISI_EXITS); in kvmppc_handle_exit()
[all …]
Dtiming.h93 static inline void kvmppc_account_exit(struct kvm_vcpu *vcpu, int type) in kvmppc_account_exit() function
De500_emulate.c96 kvmppc_account_exit(vcpu, DEBUG_EXITS); in kvmppc_e500_emul_ehpriv()
Dpowerpc.c95 kvmppc_account_exit(vcpu, SIGNAL_EXITS); in kvmppc_prepare_to_enter()