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

/linux-master/tools/testing/selftests/kvm/lib/aarch64/
H A Dgic.c17 static const struct gic_common_ops *gic_common_ops; variable in typeref:struct:gic_common_ops
22 gic_common_ops->gic_cpu_init(cpu, redist_base);
28 const struct gic_common_ops *gic_ops = NULL;
33 if (gic_common_ops) {
44 gic_common_ops = gic_ops;
68 GUEST_ASSERT(gic_common_ops);
69 gic_common_ops->gic_irq_enable(intid);
74 GUEST_ASSERT(gic_common_ops);
75 gic_common_ops
[all...]
H A Dgic_private.h10 struct gic_common_ops { struct
30 extern const struct gic_common_ops gicv3_ops;
H A Dgic_v3.c380 const struct gic_common_ops gicv3_ops = {

Completed in 137 milliseconds