Searched refs:xive_ops (Results 1 – 4 of 4) sorted by relevance
59 static const struct xive_ops *xive_ops; variable363 xive_ops->update_pending(xc); in xive_get_irq()914 if (xive_ops->sync_source) in xive_irq_set_vcpu_affinity()1270 xive_ops->put_ipi(cpu, xc); in xive_cleanup_cpu_ipi()1502 if (xive_ops->prepare_cpu) in xive_prepare_cpu()1517 if (xive_ops->setup_cpu) in xive_setup_cpu()1646 if (xive_ops->teardown_cpu) in xive_teardown_cpu()1660 xive_ops->shutdown(); in xive_shutdown()1668 xive_ops = ops; in xive_core_init()1686 xive_ops->name); in xive_core_init()[all …]
40 struct xive_ops { struct65 bool xive_core_init(struct device_node *np, const struct xive_ops *ops, argument
472 static const struct xive_ops xive_native_ops = {
684 static const struct xive_ops xive_spapr_ops = {
Completed in 11 milliseconds