Home
last modified time | relevance | path

Searched refs:gic_irq_clear_active (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/tools/testing/selftests/kvm/lib/aarch64/
Dgic.c123 void gic_irq_clear_active(unsigned int intid) in gic_irq_clear_active() function
126 gic_common_ops->gic_irq_clear_active(intid); in gic_irq_clear_active()
Dgic_private.h22 void (*gic_irq_clear_active)(uint32_t intid); member
Dgic_v3.c397 .gic_irq_clear_active = gicv3_irq_clear_active,
/linux-6.12.1/tools/testing/selftests/kvm/include/aarch64/
Dgic.h54 void gic_irq_clear_active(unsigned int intid);