Lines Matching defs:vpes
172 struct its_vpe **vpes;
1782 * If the VM wasn't mapped yet, iterate over the vpes and get
1791 struct its_vpe *vpe = vm->vpes[i];
1819 its_send_vmapp(its, vm->vpes[i], false);
3697 vpe_proxy.vpes[vpe->vpe_proxy_event] = NULL;
3706 if (vpe_proxy.vpes[vpe_proxy.next_victim])
3738 if (vpe_proxy.vpes[vpe_proxy.next_victim])
3739 its_vpe_db_proxy_unmap_locked(vpe_proxy.vpes[vpe_proxy.next_victim]);
3742 vpe_proxy.vpes[vpe_proxy.next_victim] = vpe;
4498 vm->vpes[i]->vpe_db_lpi = base + i;
4499 err = its_vpe_init(vm->vpes[i]);
4503 vm->vpes[i]->vpe_db_lpi);
4507 irqchip, vm->vpes[i]);
4891 vpe_proxy.vpes = kcalloc(entries, sizeof(*vpe_proxy.vpes),
4893 if (!vpe_proxy.vpes) {
4902 kfree(vpe_proxy.vpes);