Home
last modified time | relevance | path

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

/arch/powerpc/sysdev/xive/
Dxive-internal.h54 void (*sync_source)(u32 hw_irq); member
Dcommon.c897 if (xive_ops->sync_source) in xive_irq_set_vcpu_affinity()
898 xive_ops->sync_source(hw_irq); in xive_irq_set_vcpu_affinity()
914 if (xive_ops->sync_source) in xive_irq_set_vcpu_affinity()
915 xive_ops->sync_source(hw_irq); in xive_irq_set_vcpu_affinity()
Dspapr.c695 .sync_source = xive_spapr_sync_source,
Dnative.c484 .sync_source = xive_native_sync_source,