Home
last modified time | relevance | path

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

/linux/arch/powerpc/kvm/
H A De500_mmu_host.c214 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()
505 if (vcpu_e500->h2g_tlb1_rmap[sesel]) { in kvmppc_e500_tlb1_map_tlb1()
506 unsigned int idx = vcpu_e500->h2g_tlb1_rmap[sesel] - 1; in kvmppc_e500_tlb1_map_tlb1()
512 vcpu_e500->h2g_tlb1_rmap[sesel] = esel + 1; in kvmppc_e500_tlb1_map_tlb1()
747 vcpu_e500->h2g_tlb1_rmap = kcalloc(host_tlb_params[1].entries, in e500_mmu_host_init()
748 sizeof(*vcpu_e500->h2g_tlb1_rmap), in e500_mmu_host_init()
750 if (!vcpu_e500->h2g_tlb1_rmap) in e500_mmu_host_init()
758 kfree(vcpu_e500->h2g_tlb1_rmap); in e500_mmu_host_uninit()
H A De500.h88 unsigned int *h2g_tlb1_rmap; member