Lines Matching refs:desc
42 p->desc ? p->desc->irq : INVALID_IRQ, state); in gic_set_lr()
198 if ( p->desc == NULL ) in gic_update_one_lr()
224 if ( p->desc != NULL ) in gic_update_one_lr()
225 clear_bit(_IRQ_INPROGRESS, &p->desc->status); in gic_update_one_lr()
245 irq_set_affinity(p->desc, cpumask_of(v_target->processor)); in gic_update_one_lr()
430 return p->desc; in vgic_get_hw_irq_desc()
434 struct irq_desc *desc, bool connect) in vgic_connect_hw_irq() argument
447 ASSERT(!connect || desc); in vgic_connect_hw_irq()
455 if ( !p->desc && in vgic_connect_hw_irq()
457 p->desc = desc; in vgic_connect_hw_irq()
463 if ( desc && p->desc != desc ) in vgic_connect_hw_irq()
466 p->desc = NULL; in vgic_connect_hw_irq()