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, redist_base); in gic_cpu_init()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()[all …]
10 struct gic_common_ops { struct30 extern const struct gic_common_ops gicv3_ops; argument
380 const struct gic_common_ops gicv3_ops = {