Searched refs:vpes (Results 1 – 4 of 4) sorted by relevance
113 if (dist->its_vm.vpes) in vgic_v4_init()118 dist->its_vm.vpes = kcalloc(nr_vcpus, sizeof(*dist->its_vm.vpes), in vgic_v4_init()120 if (!dist->its_vm.vpes) in vgic_v4_init()126 dist->its_vm.vpes[i] = &vcpu->arch.vgic_cpu.vgic_v3.its_vpe; in vgic_v4_init()131 kfree(dist->its_vm.vpes); in vgic_v4_init()133 dist->its_vm.vpes = NULL; in vgic_v4_init()138 int irq = dist->its_vm.vpes[i]->irq; in vgic_v4_init()178 if (!its_vm->vpes) in vgic_v4_teardown()183 int irq = its_vm->vpes[i]->irq; in vgic_v4_teardown()190 kfree(its_vm->vpes); in vgic_v4_teardown()[all …]
105 vm->vpes[i]->its_vm = vm; in its_alloc_vcpu_irqs()106 vm->vpes[i]->idai = true; in its_alloc_vcpu_irqs()116 vm->vpes[i]->irq = vpe_base_irq + i; in its_alloc_vcpu_irqs()131 irq_domain_free_irqs(vm->vpes[0]->irq, vm->nr_vpes); in its_free_vcpu_irqs()
158 struct its_vpe **vpes; member1239 struct its_vpe *vpe = vm->vpes[i]; in its_map_vm()1267 its_send_vmapp(its, vm->vpes[i], false); in its_unmap_vm()2720 vpe_proxy.vpes[vpe->vpe_proxy_event] = NULL; in its_vpe_db_proxy_unmap_locked()2729 if (vpe_proxy.vpes[vpe_proxy.next_victim]) in its_vpe_db_proxy_unmap_locked()2753 if (vpe_proxy.vpes[vpe_proxy.next_victim]) in its_vpe_db_proxy_map_locked()2754 its_vpe_db_proxy_unmap_locked(vpe_proxy.vpes[vpe_proxy.next_victim]); in its_vpe_db_proxy_map_locked()2757 vpe_proxy.vpes[vpe_proxy.next_victim] = vpe; in its_vpe_db_proxy_map_locked()3103 vm->vpes[i]->vpe_db_lpi = base + i; in its_vpe_irq_domain_alloc()3104 err = its_vpe_init(vm->vpes[i]); in its_vpe_irq_domain_alloc()[all …]
23 struct its_vpe **vpes; member