Searched refs:xive_ops (Results 1 – 4 of 4) sorted by relevance
59 static const struct xive_ops *xive_ops; variable343 xive_ops->update_pending(xc); in xive_get_irq()893 if (xive_ops->sync_source) in xive_irq_set_vcpu_affinity()1249 xive_ops->put_ipi(cpu, xc); in xive_cleanup_cpu_ipi()1481 if (xive_ops->prepare_cpu) in xive_prepare_cpu()1496 if (xive_ops->setup_cpu) in xive_setup_cpu()1625 if (xive_ops->teardown_cpu) in xive_teardown_cpu()1639 xive_ops->shutdown(); in xive_shutdown()1647 xive_ops = ops; in xive_core_init()1665 xive_ops->name); in xive_core_init()[all …]
40 struct xive_ops { struct64 bool xive_core_init(struct device_node *np, const struct xive_ops *ops, argument
666 static const struct xive_ops xive_spapr_ops = {
462 static const struct xive_ops xive_native_ops = {
Completed in 18 milliseconds