Lines Matching refs:vpes
172 struct its_vpe **vpes; member
1796 struct its_vpe *vpe = vm->vpes[i]; in its_map_vm()
1824 its_send_vmapp(its, vm->vpes[i], false); in its_unmap_vm()
3715 vpe_proxy.vpes[vpe->vpe_proxy_event] = NULL; in its_vpe_db_proxy_unmap_locked()
3724 if (vpe_proxy.vpes[vpe_proxy.next_victim]) in its_vpe_db_proxy_unmap_locked()
3756 if (vpe_proxy.vpes[vpe_proxy.next_victim]) in its_vpe_db_proxy_map_locked()
3757 its_vpe_db_proxy_unmap_locked(vpe_proxy.vpes[vpe_proxy.next_victim]); in its_vpe_db_proxy_map_locked()
3760 vpe_proxy.vpes[vpe_proxy.next_victim] = vpe; in its_vpe_db_proxy_map_locked()
4520 vm->vpes[i]->vpe_db_lpi = base + i; in its_vpe_irq_domain_alloc()
4521 err = its_vpe_init(vm->vpes[i]); in its_vpe_irq_domain_alloc()
4525 vm->vpes[i]->vpe_db_lpi); in its_vpe_irq_domain_alloc()
4529 irqchip, vm->vpes[i]); in its_vpe_irq_domain_alloc()
4927 vpe_proxy.vpes = kcalloc(entries, sizeof(*vpe_proxy.vpes), in its_init_vpe_domain()
4929 if (!vpe_proxy.vpes) in its_init_vpe_domain()
4936 kfree(vpe_proxy.vpes); in its_init_vpe_domain()