Lines Matching refs:vcpu_e500
128 int kvmppc_e500_emul_mt_mmucsr0(struct kvmppc_vcpu_e500 *vcpu_e500,
135 int kvmppc_e500_tlb_init(struct kvmppc_vcpu_e500 *vcpu_e500);
136 void kvmppc_e500_tlb_uninit(struct kvmppc_vcpu_e500 *vcpu_e500);
147 unsigned int kvmppc_e500_get_sid(struct kvmppc_vcpu_e500 *vcpu_e500,
279 struct kvmppc_vcpu_e500 *vcpu_e500, int tlbsel, int entry) in get_entry() argument
281 int offset = vcpu_e500->gtlb_offset[tlbsel]; in get_entry()
282 return &vcpu_e500->gtlb_arch[offset + entry]; in get_entry()
285 void kvmppc_e500_tlbil_one(struct kvmppc_vcpu_e500 *vcpu_e500,
287 void kvmppc_e500_tlbil_all(struct kvmppc_vcpu_e500 *vcpu_e500);
318 struct kvmppc_vcpu_e500 *vcpu_e500 = to_e500(vcpu); in get_tlbmiss_tid() local
321 return vcpu_e500->pid[tidseld]; in get_tlbmiss_tid()