Home
last modified time | relevance | path

Searched refs:gic_common_ops (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/kvm/lib/aarch64/
A Dgic.c17 static const struct gic_common_ops *gic_common_ops; variable
28 const struct gic_common_ops *gic_ops = NULL; in gic_dist_init()
33 if (gic_common_ops) { in gic_dist_init()
44 gic_common_ops = gic_ops; in gic_dist_init()
68 GUEST_ASSERT(gic_common_ops); in gic_irq_enable()
69 gic_common_ops->gic_irq_enable(intid); in gic_irq_enable()
74 GUEST_ASSERT(gic_common_ops); in gic_irq_disable()
75 gic_common_ops->gic_irq_disable(intid); in gic_irq_disable()
83 GUEST_ASSERT(gic_common_ops); in gic_get_and_ack_irq()
93 GUEST_ASSERT(gic_common_ops); in gic_set_eoi()
[all …]
A Dgic_private.h10 struct gic_common_ops { struct
19 extern const struct gic_common_ops gicv3_ops; argument
A Dgic_v3.c233 const struct gic_common_ops gicv3_ops = {

Completed in 5 milliseconds