Searched refs:h2g_tlb1_rmap (Results 1 – 2 of 2) sorted by relevance
211 vcpu_e500->h2g_tlb1_rmap[hw_tlb_indx] = 0; in inval_gtlbe_on_host()276 if (vcpu_e500->h2g_tlb1_rmap) in clear_tlb1_bitmap()277 memset(vcpu_e500->h2g_tlb1_rmap, 0, in clear_tlb1_bitmap()543 if (vcpu_e500->h2g_tlb1_rmap[sesel]) { in kvmppc_e500_tlb1_map_tlb1()544 unsigned int idx = vcpu_e500->h2g_tlb1_rmap[sesel] - 1; in kvmppc_e500_tlb1_map_tlb1()550 vcpu_e500->h2g_tlb1_rmap[sesel] = esel + 1; in kvmppc_e500_tlb1_map_tlb1()791 vcpu_e500->h2g_tlb1_rmap = kcalloc(host_tlb_params[1].entries, in e500_mmu_host_init()792 sizeof(*vcpu_e500->h2g_tlb1_rmap), in e500_mmu_host_init()794 if (!vcpu_e500->h2g_tlb1_rmap) in e500_mmu_host_init()802 kfree(vcpu_e500->h2g_tlb1_rmap); in e500_mmu_host_uninit()
86 unsigned int *h2g_tlb1_rmap; member