Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/sysdev/xive/
H A Dxive-internal.h48 void (*teardown_cpu)(unsigned int cpu, struct xive_cpu *xc); member
H A Dcommon.c1506 if (xive_ops->teardown_cpu) in xive_teardown_cpu()
1507 xive_ops->teardown_cpu(cpu, xc); in xive_teardown_cpu()
H A Dnative.c480 .teardown_cpu = xive_native_teardown_cpu,
H A Dspapr.c685 .teardown_cpu = xive_spapr_teardown_cpu,
/OK3568_Linux_fs/kernel/arch/powerpc/sysdev/xics/
H A Dicp-opal.c178 .teardown_cpu = icp_opal_teardown_cpu,
H A Dicp-hv.c156 .teardown_cpu = icp_hv_teardown_cpu,
H A Dicp-native.c319 .teardown_cpu = icp_native_teardown_cpu,
H A Dxics-common.c160 icp_ops->teardown_cpu(); in xics_teardown_cpu()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dxics.h58 void (*teardown_cpu)(void); member