Searched refs:gic_irq_enable (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/testing/selftests/kvm/lib/aarch64/
H A Dgic_private.h13 void (*gic_irq_enable)(unsigned int intid); member in struct:gic_common_ops
H A Dgic.c66 void gic_irq_enable(unsigned int intid) function
69 gic_common_ops->gic_irq_enable(intid);
H A Dgic_v3.c383 .gic_irq_enable = gicv3_irq_enable,
/linux-master/tools/testing/selftests/kvm/include/aarch64/
H A Dgic.h26 void gic_irq_enable(unsigned int intid);
/linux-master/tools/testing/selftests/kvm/aarch64/
H A Darch_timer.c158 gic_irq_enable(vtimer_irq);
159 gic_irq_enable(ptimer_irq);
H A Dvgic_irq.c484 gic_irq_enable(i);

Completed in 293 milliseconds