Searched refs:gic_common_ops (Results 1 – 3 of 3) sorted by relevance
17 static const struct gic_common_ops *gic_common_ops; variable22 gic_common_ops->gic_cpu_init(cpu); in gic_cpu_init()27 const struct gic_common_ops *gic_ops = NULL; in gic_dist_init()32 if (gic_common_ops) { in gic_dist_init()43 gic_common_ops = gic_ops; in gic_dist_init()64 GUEST_ASSERT(gic_common_ops); in gic_irq_enable()65 gic_common_ops->gic_irq_enable(intid); in gic_irq_enable()70 GUEST_ASSERT(gic_common_ops); in gic_irq_disable()71 gic_common_ops->gic_irq_disable(intid); in gic_irq_disable()79 GUEST_ASSERT(gic_common_ops); in gic_get_and_ack_irq()[all …]
10 struct gic_common_ops { struct30 extern const struct gic_common_ops gicv3_ops; argument
385 const struct gic_common_ops gicv3_ops = {