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.
373 struct vgic_its *its;
385 its = vgic_get_its(kvm, irq_entry);
386 if (IS_ERR(its))
389 mutex_lock(&its->its_lock);
392 ret = vgic_its_resolve_lpi(kvm, its, irq_entry->msi.devid,
422 mutex_unlock(&its->its_lock);
429 struct vgic_its *its;
440 its = vgic_get_its(kvm, irq_entry);
441 if (IS_ERR(its))
444 mutex_lock(&its->its_lock);
446 ret = vgic_its_resolve_lpi(kvm, its, irq_entry->msi.devid,
459 mutex_unlock(&its->its_lock);