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);
27 const struct gic_common_ops *gic_ops = NULL;
32 if (gic_common_ops) {
43 gic_common_ops = gic_ops;
64 GUEST_ASSERT(gic_common_ops);
65 gic_common_ops->gic_irq_enable(intid);
70 GUEST_ASSERT(gic_common_ops);
71 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.c385 const struct gic_common_ops gicv3_ops = {

Completed in 129 milliseconds