Searched refs:gtlb_priv (Results 1 – 3 of 3) sorted by relevance
192 struct tlbe_ref *ref = &vcpu_e500->gtlb_priv[tlbsel][esel].ref; in inval_gtlbe_on_host()292 &vcpu_e500->gtlb_priv[tlbsel][i].ref; in clear_tlb_privs()524 ref = &vcpu_e500->gtlb_priv[0][esel].ref; in kvmppc_e500_tlb0_map()551 vcpu_e500->gtlb_priv[1][esel].ref.flags |= E500_TLB_BITMAP; in kvmppc_e500_tlb1_map_tlb1()566 struct tlbe_ref *ref = &vcpu_e500->gtlb_priv[1][esel].ref; in kvmppc_e500_tlb1_map()577 vcpu_e500->gtlb_priv[1][esel].ref.flags |= E500_TLB_TLB0; in kvmppc_e500_tlb1_map()602 priv = &vcpu_e500->gtlb_priv[tlbsel][esel]; in kvmppc_mmu_map()
551 kfree(vcpu_e500->gtlb_priv[0]); in free_gtlb()552 kfree(vcpu_e500->gtlb_priv[1]); in free_gtlb()824 vcpu_e500->gtlb_priv[0] = privs[0]; in kvm_vcpu_ioctl_config_tlb()825 vcpu_e500->gtlb_priv[1] = privs[1]; in kvm_vcpu_ioctl_config_tlb()932 vcpu_e500->gtlb_priv[0] = kcalloc(vcpu_e500->gtlb_params[0].entries, in kvmppc_e500_tlb_init()935 if (!vcpu_e500->gtlb_priv[0]) in kvmppc_e500_tlb_init()938 vcpu_e500->gtlb_priv[1] = kcalloc(vcpu_e500->gtlb_params[1].entries, in kvmppc_e500_tlb_init()941 if (!vcpu_e500->gtlb_priv[1]) in kvmppc_e500_tlb_init()
70 struct tlbe_priv *gtlb_priv[E500_TLB_NUM]; member