Lines Matching refs:vpes
172 struct its_vpe **vpes;
1759 * If the VM wasn't mapped yet, iterate over the vpes and get
1768 struct its_vpe *vpe = vm->vpes[i];
1797 its_send_vmapp(its, vm->vpes[i], false);
3708 vpe_proxy.vpes[vpe->vpe_proxy_event] = NULL;
3717 if (vpe_proxy.vpes[vpe_proxy.next_victim]) {
3753 if (vpe_proxy.vpes[vpe_proxy.next_victim]) {
3754 its_vpe_db_proxy_unmap_locked(vpe_proxy.vpes[vpe_proxy.next_victim]);
3758 vpe_proxy.vpes[vpe_proxy.next_victim] = vpe;
4510 vm->vpes[i]->vpe_db_lpi = base + i;
4511 err = its_vpe_init(vm->vpes[i]);
4515 err = its_irq_gic_domain_alloc(domain, virq + i, vm->vpes[i]->vpe_db_lpi);
4519 irq_domain_set_hwirq_and_chip(domain, virq + i, i, irqchip, vm->vpes[i]);
4915 vpe_proxy.vpes = kcalloc(entries, sizeof(*vpe_proxy.vpes), GFP_KERNEL);
4916 if (!vpe_proxy.vpes) {
4925 kfree(vpe_proxy.vpes);