Home
last modified time | relevance | path

Searched refs:cpu_down_flush (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/platforms/85xx/
H A Dsmp.c131 cur_cpu_spec->cpu_down_flush(); in smp_85xx_cpu_offline_self()
374 cur_cpu_spec->cpu_down_flush(); in mpc85xx_smp_kexec_cpu_down()
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dcputable.c1979 .cpu_down_flush = cpu_down_flush_e500v2,
1999 .cpu_down_flush = cpu_down_flush_e500mc,
2024 .cpu_down_flush = cpu_down_flush_e5500,
2047 .cpu_down_flush = cpu_down_flush_e6500,
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dcputable.h71 void (*cpu_down_flush)(void); member