Home
last modified time | relevance | path

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

/linux-2.6.39/arch/powerpc/kvm/
Dbooke.c287 kvmppc_account_exit(vcpu, EXT_INTR_EXITS); in kvmppc_handle_exit()
297 kvmppc_account_exit(vcpu, DEC_EXITS); in kvmppc_handle_exit()
309 kvmppc_account_exit(vcpu, USR_PR_INST); in kvmppc_handle_exit()
343 kvmppc_account_exit(vcpu, FP_UNAVAIL); in kvmppc_handle_exit()
365 kvmppc_account_exit(vcpu, DSI_EXITS); in kvmppc_handle_exit()
371 kvmppc_account_exit(vcpu, ISI_EXITS); in kvmppc_handle_exit()
385 kvmppc_account_exit(vcpu, SYSCALL_EXITS); in kvmppc_handle_exit()
403 kvmppc_account_exit(vcpu, DTLB_REAL_MISS_EXITS); in kvmppc_handle_exit()
419 kvmppc_account_exit(vcpu, DTLB_VIRT_MISS_EXITS); in kvmppc_handle_exit()
426 kvmppc_account_exit(vcpu, MMIO_EXITS); in kvmppc_handle_exit()
[all …]
D44x_emulate.c84 kvmppc_account_exit(vcpu, DCR_EXITS); in kvmppc_core_emulate_op()
104 kvmppc_account_exit(vcpu, DCR_EXITS); in kvmppc_core_emulate_op()
Dtiming.h100 static inline void kvmppc_account_exit(struct kvm_vcpu *vcpu, int type) in kvmppc_account_exit() function