Home
last modified time | relevance | path

Searched refs:sync_source (Results 1 – 4 of 4) sorted by relevance

/arch/powerpc/sysdev/xive/
Dxive-internal.h49 void (*sync_source)(u32 hw_irq); member
Dcommon.c866 if (xive_ops->sync_source) in xive_irq_set_vcpu_affinity()
867 xive_ops->sync_source(hw_irq); in xive_irq_set_vcpu_affinity()
884 if (xive_ops->sync_source) in xive_irq_set_vcpu_affinity()
885 xive_ops->sync_source(hw_irq); in xive_irq_set_vcpu_affinity()
Dspapr.c546 .sync_source = xive_spapr_sync_source,
Dnative.c478 .sync_source = xive_native_sync_source,