Home
last modified time | relevance | path

Searched refs:smp_ops (Results 1 – 25 of 48) sorted by relevance

12

/Linux-v5.10/arch/x86/include/asm/
Dsmp.h36 struct smp_ops { struct
58 extern struct smp_ops smp_ops; argument
62 smp_ops.stop_other_cpus(0); in smp_send_stop()
67 smp_ops.stop_other_cpus(1); in stop_other_cpus()
72 smp_ops.smp_prepare_boot_cpu(); in smp_prepare_boot_cpu()
77 smp_ops.smp_prepare_cpus(max_cpus); in smp_prepare_cpus()
82 smp_ops.smp_cpus_done(max_cpus); in smp_cpus_done()
87 return smp_ops.cpu_up(cpu, tidle); in __cpu_up()
92 return smp_ops.cpu_disable(); in __cpu_disable()
97 smp_ops.cpu_die(cpu); in __cpu_die()
[all …]
/Linux-v5.10/arch/x86/xen/
Dsmp_hvm.c70 smp_ops.smp_prepare_cpus = xen_hvm_smp_prepare_cpus; in xen_hvm_smp_init()
71 smp_ops.smp_send_reschedule = xen_smp_send_reschedule; in xen_hvm_smp_init()
72 smp_ops.cpu_die = xen_hvm_cpu_die; in xen_hvm_smp_init()
73 smp_ops.send_call_func_ipi = xen_smp_send_call_function_ipi; in xen_hvm_smp_init()
74 smp_ops.send_call_func_single_ipi = xen_smp_send_call_function_single_ipi; in xen_hvm_smp_init()
75 smp_ops.smp_prepare_boot_cpu = xen_hvm_smp_prepare_boot_cpu; in xen_hvm_smp_init()
76 smp_ops.smp_cpus_done = xen_smp_cpus_done; in xen_hvm_smp_init()
/Linux-v5.10/arch/arm/kernel/
Dsmp.c91 static struct smp_operations smp_ops __ro_after_init;
96 smp_ops = *ops; in smp_set_ops()
136 if (!smp_ops.smp_boot_secondary) in __cpu_up()
161 ret = smp_ops.smp_boot_secondary(cpu, idle); in __cpu_up()
186 if (smp_ops.smp_init_cpus) in smp_init_cpus()
187 smp_ops.smp_init_cpus(); in smp_init_cpus()
192 return !!smp_ops.smp_boot_secondary; in platform_can_secondary_boot()
198 if (smp_ops.cpu_kill) in platform_can_cpu_hotplug()
208 if (smp_ops.cpu_kill) in platform_cpu_kill()
209 return smp_ops.cpu_kill(cpu); in platform_cpu_kill()
[all …]
/Linux-v5.10/arch/powerpc/kernel/
Dsmp.c116 struct smp_ops_t *smp_ops; variable
278 smp_ops->cause_ipi(cpu); in smp_muxed_ipi_message_pass()
334 if (smp_ops->message_pass) in do_message_pass()
335 smp_ops->message_pass(cpu, msg); in do_message_pass()
344 if (likely(smp_ops)) in smp_send_reschedule()
452 if (!safe && smp_ops->cause_nmi_ipi && smp_ops->cause_nmi_ipi(cpu)) in do_smp_send_nmi_ipi()
484 if (unlikely(!smp_ops)) in __smp_send_nmi_ipi()
999 if (smp_ops && smp_ops->probe) in smp_prepare_cpus()
1000 smp_ops->probe(); in smp_prepare_cpus()
1115 if (smp_ops == NULL || in __cpu_up()
[all …]
/Linux-v5.10/arch/powerpc/platforms/pseries/
Dsmp.c239 ic_cause_ipi = smp_ops->cause_ipi; in pSeries_smp_probe()
240 smp_ops->cause_ipi = dbell_or_ic_cause_ipi; in pSeries_smp_probe()
260 smp_ops = &pseries_smp_ops; in smp_init_pseries()
284 smp_ops->give_timebase = rtas_give_timebase; in smp_init_pseries()
285 smp_ops->take_timebase = rtas_take_timebase; in smp_init_pseries()
/Linux-v5.10/arch/powerpc/platforms/cell/
Dsmp.c145 smp_ops = &bpa_iic_smp_ops; in smp_init_cell()
160 smp_ops->give_timebase = rtas_give_timebase; in smp_init_cell()
161 smp_ops->take_timebase = rtas_take_timebase; in smp_init_cell()
/Linux-v5.10/arch/x86/kernel/
Dsmp.c260 struct smp_ops smp_ops = { variable
279 EXPORT_SYMBOL_GPL(smp_ops);
/Linux-v5.10/arch/powerpc/platforms/powernv/
Dsmp.c338 ic_cause_ipi = smp_ops->cause_ipi; in pnv_smp_probe()
342 smp_ops->cause_ipi = doorbell_global_ipi; in pnv_smp_probe()
344 smp_ops->cause_ipi = pnv_cause_ipi; in pnv_smp_probe()
434 smp_ops = &pnv_smp_ops; in pnv_smp_init()
/Linux-v5.10/arch/arm/include/asm/mach/
Darch.h17 #define smp_ops(ops) (&(ops)) macro
20 #define smp_ops(ops) (struct smp_operations *)NULL macro
/Linux-v5.10/arch/powerpc/platforms/powermac/
Dsmp.c298 smp_ops->give_timebase = smp_generic_give_timebase; in smp_psurge_probe()
299 smp_ops->take_timebase = smp_generic_take_timebase; in smp_psurge_probe()
739 smp_ops->give_timebase = smp_generic_give_timebase; in smp_core99_setup()
740 smp_ops->take_timebase = smp_generic_take_timebase; in smp_core99_setup()
1003 smp_ops = &core99_smp_ops; in pmac_setup_smp()
1016 smp_ops = &psurge_smp_ops; in pmac_setup_smp()
1021 smp_ops->cpu_offline_self = pmac_cpu_offline_self; in pmac_setup_smp()
/Linux-v5.10/arch/arm/mach-omap2/
Dboard-generic.c265 .smp = smp_ops(omap4_smp_ops),
290 .smp = smp_ops(omap4_smp_ops),
339 .smp = smp_ops(omap4_smp_ops),
/Linux-v5.10/arch/arm/mach-imx/
Dmach-ls1021a.c16 .smp = smp_ops(ls1021a_smp_ops),
/Linux-v5.10/arch/arm/mach-bcm/
Dboard_bcm2835.c28 .smp = smp_ops(bcm2836_smp_ops),
Dbcm2711.c24 .smp = smp_ops(bcm2836_smp_ops),
/Linux-v5.10/arch/x86/power/
Dcpu.c293 void (*play_dead)(void) = smp_ops.play_dead; in hibernate_resume_nonboot_cpu_disable()
315 smp_ops.play_dead = resume_play_dead; in hibernate_resume_nonboot_cpu_disable()
317 smp_ops.play_dead = play_dead; in hibernate_resume_nonboot_cpu_disable()
/Linux-v5.10/arch/arm/mach-shmobile/
Dsetup-emev2.c23 .smp = smp_ops(emev2_smp_ops),
Dsetup-sh73a0.c57 .smp = smp_ops(sh73a0_smp_ops),
Dsetup-r8a7779.c73 .smp = smp_ops(r8a7779_smp_ops),
/Linux-v5.10/arch/arm/mach-sti/
Dboard-dt.c30 .smp = smp_ops(sti_smp_ops),
/Linux-v5.10/arch/arm/mach-spear/
Dspear1340.c32 .smp = smp_ops(spear13xx_smp_ops),
Dspear1310.c59 .smp = smp_ops(spear13xx_smp_ops),
/Linux-v5.10/arch/arm/mach-vexpress/
Dv2m.c38 .smp = smp_ops(vexpress_smp_dt_ops),
/Linux-v5.10/arch/arm/mach-prima2/
Dcommon.c61 .smp = smp_ops(sirfsoc_smp_ops),
/Linux-v5.10/arch/arm/mach-tegra/
Dtegra.c116 .smp = smp_ops(tegra_smp_ops),
/Linux-v5.10/arch/arm/mach-keystone/
Dkeystone.c106 .smp = smp_ops(keystone_smp_ops),

12