Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/sysdev/xive/
Dxive-internal.h52 int (*get_ipi)(unsigned int cpu, struct xive_cpu *xc); member
Dnative.c462 .get_ipi = xive_native_get_ipi,
Dspapr.c603 .get_ipi = xive_spapr_get_ipi,
Dcommon.c1072 if (xive_ops->get_ipi(cpu, xc)) in xive_setup_cpu_ipi()