Searched refs:smp_ops (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Dsmp.h48 struct smp_ops { struct
72 extern struct smp_ops smp_ops;
76 smp_ops.stop_other_cpus(0);
81 smp_ops.stop_other_cpus(1);
86 smp_ops.smp_prepare_boot_cpu();
91 smp_ops.smp_prepare_cpus(max_cpus);
96 smp_ops.smp_cpus_done(max_cpus);
101 return smp_ops.cpu_up(cpu);
106 return smp_ops
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dsmp.c69 struct smp_ops_t *smp_ops; variable in typeref:struct:smp_ops_t
183 if (likely(smp_ops))
184 smp_ops->message_pass(cpu, PPC_MSG_RESCHEDULE);
189 smp_ops->message_pass(cpu, PPC_MSG_CALL_FUNC_SINGLE);
197 smp_ops->message_pass(cpu, PPC_MSG_CALL_FUNCTION);
203 if (likely(smp_ops))
204 smp_ops->message_pass(cpu, PPC_MSG_DEBUGGER_BREAK);
212 if (crash_ipi_callback && smp_ops) {
214 smp_ops->message_pass(MSG_ALL_BUT_SELF, PPC_MSG_DEBUGGER_BREAK);
284 if (smp_ops)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dsmp.c183 smp_ops = &bpa_iic_smp_ops;
199 smp_ops->give_timebase = rtas_give_timebase;
200 smp_ops->take_timebase = rtas_take_timebase;
H A Dbeat_smp.c121 smp_ops = &bpa_beatic_smp_ops;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dsmp.c150 struct smp_ops smp_ops = { variable in typeref:struct:smp_ops
166 EXPORT_SYMBOL_GPL(smp_ops); variable
H A Dkvmclock.c208 smp_ops.smp_prepare_boot_cpu = kvm_smp_prepare_boot_cpu;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pseries/
H A Dsmp.c236 smp_ops->give_timebase = rtas_give_timebase;
237 smp_ops->take_timebase = rtas_take_timebase;
246 smp_ops = &pSeries_mpic_smp_ops;
254 smp_ops = &pSeries_xics_smp_ops;
H A Dhotplug-cpu.c399 smp_ops->cpu_disable = pseries_cpu_disable;
400 smp_ops->cpu_die = pseries_cpu_die;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/86xx/
H A Dmpc86xx_smp.c118 smp_ops = &smp_86xx_ops;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dsmp.h156 extern struct smp_ops_t *smp_ops;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/44x/
H A Diss4xx.c134 smp_ops = &iss_smp_ops;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/iseries/
H A Dsmp.c119 smp_ops = &iSeries_smp_ops;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/ps3/
H A Dsmp.c146 smp_ops = &ps3_smp_ops;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dsmp.c301 smp_ops->give_timebase = smp_generic_give_timebase;
302 smp_ops->take_timebase = smp_generic_take_timebase;
739 smp_ops->give_timebase = smp_generic_give_timebase;
740 smp_ops->take_timebase = smp_generic_take_timebase;
937 smp_ops = &core99_smp_ops;
950 smp_ops = &psurge_smp_ops;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/85xx/
H A Dsmp.c184 smp_ops = &smp_85xx_ops;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/xen/
H A Dsmp.c4 * This file implements the Xen versions of smp_ops. SMP under Xen is
463 static const struct smp_ops xen_smp_ops __initdata = {
482 smp_ops = xen_smp_ops;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/maple/
H A Dsetup.c184 smp_ops = &maple_smp_ops;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/pasemi/
H A Dsetup.c121 smp_ops = &pas_smp_ops;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/chrp/
H A Dsetup.c535 smp_ops = &chrp_smp_ops;

Completed in 188 milliseconds