Searched refs:h2g_tlb1_rmap (Results 1 – 2 of 2) sorted by relevance
213 vcpu_e500->h2g_tlb1_rmap[hw_tlb_indx] = 0; in inval_gtlbe_on_host()278 if (vcpu_e500->h2g_tlb1_rmap) in clear_tlb1_bitmap()279 memset(vcpu_e500->h2g_tlb1_rmap, 0, in clear_tlb1_bitmap()545 if (vcpu_e500->h2g_tlb1_rmap[sesel]) { in kvmppc_e500_tlb1_map_tlb1()546 unsigned int idx = vcpu_e500->h2g_tlb1_rmap[sesel] - 1; in kvmppc_e500_tlb1_map_tlb1()552 vcpu_e500->h2g_tlb1_rmap[sesel] = esel + 1; in kvmppc_e500_tlb1_map_tlb1()801 vcpu_e500->h2g_tlb1_rmap = kzalloc(sizeof(unsigned int) * 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