Lines Matching defs:its
44 * guest performs on its LPI through the vITS. For that, a number of
123 * IRQ. The SGI code will do its magic.
414 struct vgic_its *its;
427 its = vgic_get_its(kvm, irq_entry);
428 if (IS_ERR(its))
431 mutex_lock(&its->its_lock);
434 ret = vgic_its_resolve_lpi(kvm, its, irq_entry->msi.devid,
482 mutex_unlock(&its->its_lock);
489 struct vgic_its *its;
500 its = vgic_get_its(kvm, irq_entry);
501 if (IS_ERR(its))
504 mutex_lock(&its->its_lock);
506 ret = vgic_its_resolve_lpi(kvm, its, irq_entry->msi.devid,
519 mutex_unlock(&its->its_lock);