Lines Matching refs:owner
310 * their owner.
312 static bool vgic_validate_injection(struct vgic_irq *irq, bool level, void *owner)
314 if (irq->owner != owner)
430 * @owner: The opaque pointer to the owner of the IRQ being raised to verify
432 * injections will have owner == NULL.
439 bool level, void *owner)
462 if (!vgic_validate_injection(irq, level, owner)) {
578 * kvm_vgic_set_owner - Set the owner of an interrupt for a VM
582 * @owner: Opaque pointer to the owner
585 * owner is set, otherwise returns an error code.
587 int kvm_vgic_set_owner(struct kvm_vcpu *vcpu, unsigned int intid, void *owner)
602 if (irq->owner && irq->owner != owner)
605 irq->owner = owner;