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/
H A Dgic.c17 static const struct gic_common_ops *gic_common_ops; variable
22 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 …]
H A Dgic_private.h10 struct gic_common_ops { struct
30 extern const struct gic_common_ops gicv3_ops; argument
H A Dgic_v3.c385 const struct gic_common_ops gicv3_ops = {