Home
last modified time | relevance | path

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

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