Home
last modified time | relevance | path

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

/linux-3.4.99/arch/powerpc/include/asm/
Dkvm_booke.h66 static inline ulong kvmppc_get_ctr(struct kvm_vcpu *vcpu) in kvmppc_get_ctr() function
Dkvm_book3s.h269 static inline ulong kvmppc_get_ctr(struct kvm_vcpu *vcpu) in kvmppc_get_ctr() function
401 static inline ulong kvmppc_get_ctr(struct kvm_vcpu *vcpu) in kvmppc_get_ctr() function
/linux-3.4.99/arch/powerpc/kvm/
Dbook3s.c415 regs->ctr = kvmppc_get_ctr(vcpu); in kvm_arch_vcpu_ioctl_get_regs()