Searched refs:h2g_tlb1_rmap (Results 1 – 2 of 2) sorted by relevance
214 vcpu_e500->h2g_tlb1_rmap[hw_tlb_indx] = 0; in inval_gtlbe_on_host()279 if (vcpu_e500->h2g_tlb1_rmap) in clear_tlb1_bitmap()280 memset(vcpu_e500->h2g_tlb1_rmap, 0, in clear_tlb1_bitmap()546 if (vcpu_e500->h2g_tlb1_rmap[sesel]) { in kvmppc_e500_tlb1_map_tlb1()547 unsigned int idx = vcpu_e500->h2g_tlb1_rmap[sesel] - 1; in kvmppc_e500_tlb1_map_tlb1()553 vcpu_e500->h2g_tlb1_rmap[sesel] = esel + 1; in kvmppc_e500_tlb1_map_tlb1()801 vcpu_e500->h2g_tlb1_rmap = kcalloc(host_tlb_params[1].entries, in e500_mmu_host_init()802 sizeof(*vcpu_e500->h2g_tlb1_rmap), in e500_mmu_host_init()804 if (!vcpu_e500->h2g_tlb1_rmap) in e500_mmu_host_init()812 kfree(vcpu_e500->h2g_tlb1_rmap); in e500_mmu_host_uninit()
89 unsigned int *h2g_tlb1_rmap; member