Lines Matching defs:vpes
174 struct its_vpe **vpes;
1796 * If the VM wasn't mapped yet, iterate over the vpes and get
1805 struct its_vpe *vpe = vm->vpes[i];
1833 its_send_vmapp(its, vm->vpes[i], false);
3741 vpe_proxy.vpes[vpe->vpe_proxy_event] = NULL;
3750 if (vpe_proxy.vpes[vpe_proxy.next_victim])
3782 if (vpe_proxy.vpes[vpe_proxy.next_victim])
3783 its_vpe_db_proxy_unmap_locked(vpe_proxy.vpes[vpe_proxy.next_victim]);
3786 vpe_proxy.vpes[vpe_proxy.next_victim] = vpe;
4550 vm->vpes[i]->vpe_db_lpi = base + i;
4551 err = its_vpe_init(vm->vpes[i]);
4555 vm->vpes[i]->vpe_db_lpi);
4559 irqchip, vm->vpes[i]);
5030 vpe_proxy.vpes = kcalloc(entries, sizeof(*vpe_proxy.vpes),
5032 if (!vpe_proxy.vpes)
5039 kfree(vpe_proxy.vpes);