Searched refs:teardown_cpu (Results 1 - 9 of 9) sorted by relevance

/linux-master/arch/powerpc/sysdev/xive/
H A Dxive-internal.h49 void (*teardown_cpu)(unsigned int cpu, struct xive_cpu *xc); member in struct:xive_ops
H A Dspapr.c694 .teardown_cpu = xive_spapr_teardown_cpu,
H A Dnative.c483 .teardown_cpu = xive_native_teardown_cpu,
H A Dcommon.c1646 if (xive_ops->teardown_cpu)
1647 xive_ops->teardown_cpu(cpu, xc);
/linux-master/arch/powerpc/sysdev/xics/
H A Dicp-hv.c157 .teardown_cpu = icp_hv_teardown_cpu,
H A Dicp-opal.c179 .teardown_cpu = icp_opal_teardown_cpu,
H A Dicp-native.c315 .teardown_cpu = icp_native_teardown_cpu,
H A Dxics-common.c159 icp_ops->teardown_cpu();
/linux-master/arch/powerpc/include/asm/
H A Dxics.h58 void (*teardown_cpu)(void); member in struct:icp_ops

Completed in 124 milliseconds