Searched refs:shmobile_smp_hook (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/arch/arm/mach-shmobile/ |
D | platsmp-scu.c | 24 shmobile_smp_hook(cpu, __pa_symbol(shmobile_boot_scu), in shmobile_scu_cpu_prepare() 51 shmobile_smp_hook(cpu, 0, 0); in shmobile_smp_scu_cpu_die()
|
D | platsmp-apmu.c | 132 shmobile_smp_hook(cpu, 0, 0); in shmobile_smp_apmu_cpu_die() 150 shmobile_smp_hook(cpu, __pa_symbol(cpu_resume), 0); in shmobile_smp_apmu_do_suspend() 263 shmobile_smp_hook(cpu, __pa_symbol(shmobile_boot_apmu), 0); in shmobile_smp_apmu_boot_secondary()
|
D | platsmp.c | 19 void shmobile_smp_hook(unsigned int cpu, unsigned long fn, unsigned long arg) in shmobile_smp_hook() function
|
D | common.h | 15 extern void shmobile_smp_hook(unsigned int cpu, unsigned long fn,
|