Searched refs:kvmppc_get_last_inst (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dkvm_booke.h56 static inline u32 kvmppc_get_last_inst(struct kvm_vcpu *vcpu) function
H A Dkvm_book3s.h228 static inline u32 kvmppc_get_last_inst(struct kvm_vcpu *vcpu) function in struct:kvmppc_slb
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kvm/
H A Dbook3s.c690 u32 last_inst = kvmppc_get_last_inst(vcpu);
901 printk(KERN_INFO "Userspace triggered 0x700 exception at 0x%lx (0x%x)\n", kvmppc_get_pc(vcpu), kvmppc_get_last_inst(vcpu));
903 if ((kvmppc_get_last_inst(vcpu) & 0xff0007ff) !=
922 __func__, kvmppc_get_pc(vcpu), kvmppc_get_last_inst(vcpu));
984 kvmppc_get_last_inst(vcpu));
986 kvmppc_get_last_inst(vcpu));
H A Demulate.c119 u32 inst = kvmppc_get_last_inst(vcpu);
H A Dpowerpc.c67 kvmppc_get_last_inst(vcpu));
H A Dbook3s_paired_singles.c638 u32 inst = kvmppc_get_last_inst(vcpu);

Completed in 135 milliseconds