Home
last modified time | relevance | path

Searched refs:gtlb_nv (Results 1 – 2 of 2) sorted by relevance

/arch/powerpc/kvm/
De500_mmu.c44 victim = vcpu_e500->gtlb_nv[0]++; in gtlb0_get_next_victim()
45 if (unlikely(vcpu_e500->gtlb_nv[0] >= vcpu_e500->gtlb_params[0].ways)) in gtlb0_get_next_victim()
46 vcpu_e500->gtlb_nv[0] = 0; in gtlb0_get_next_victim()
142 | MAS0_NV(vcpu_e500->gtlb_nv[tlbsel]); in kvmppc_e500_deliver_tlb_miss()
336 vcpu->arch.shared->mas0 |= MAS0_NV(vcpu_e500->gtlb_nv[tlbsel]); in kvmppc_e500_emul_tlbre()
364 | MAS0_NV(vcpu_e500->gtlb_nv[tlbsel]); in kvmppc_e500_emul_tlbsx()
377 | MAS0_NV(vcpu_e500->gtlb_nv[tlbsel]); in kvmppc_e500_emul_tlbsx()
De500.h74 unsigned int gtlb_nv[E500_TLB_NUM]; member