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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dsmp.h51 struct smp_ops struct
65 extern struct smp_ops smp_ops;
69 smp_ops.smp_prepare_boot_cpu();
73 smp_ops.smp_prepare_cpus(max_cpus);
77 return smp_ops.cpu_up(cpu);
81 smp_ops.smp_cpus_done(max_cpus);
86 smp_ops.smp_send_stop();
90 smp_ops.smp_send_reschedule(cpu);
96 return smp_ops
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dsmp.c71 struct smp_ops_t *smp_ops; variable in typeref:struct:smp_ops_t
124 if (likely(smp_ops))
125 smp_ops->message_pass(cpu, PPC_MSG_RESCHEDULE);
131 if (likely(smp_ops))
132 smp_ops->message_pass(cpu, PPC_MSG_DEBUGGER_BREAK);
140 if (crash_ipi_callback && smp_ops) {
142 smp_ops->message_pass(MSG_ALL_BUT_SELF, PPC_MSG_DEBUGGER_BREAK);
203 if (unlikely(smp_ops == NULL))
233 smp_ops->message_pass(cpu, PPC_MSG_CALL_FUNCTION);
375 if (smp_ops)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/kernel/
H A Dsmp.c52 struct smp_ops_t *smp_ops; variable in typeref:struct:smp_ops_t
77 if (smp_ops) {
79 smp_ops->message_pass(target, msg);
293 if (smp_ops == NULL) {
299 num_cpus = smp_ops->probe();
348 smp_ops->setup_cpu(cpu);
350 smp_ops->take_timebase();
379 smp_ops->kick_cpu(cpu);
400 smp_ops->give_timebase();
411 smp_ops
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pseries/
H A Dsmp.c253 smp_ops->give_timebase = pSeries_give_timebase;
254 smp_ops->take_timebase = pSeries_take_timebase;
263 smp_ops = &pSeries_mpic_smp_ops;
271 smp_ops = &pSeries_xics_smp_ops;
H A Dhotplug-cpu.c265 smp_ops->cpu_disable = pseries_cpu_disable;
266 smp_ops->cpu_die = pseries_cpu_die;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dsmp.h37 extern struct smp_ops_t *smp_ops;
H A Dmachdep.h126 struct smp_ops_t *smp_ops; member in struct:machdep_calls
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Dsmp.c204 smp_ops = &bpa_iic_smp_ops;
224 smp_ops->give_timebase = cell_give_timebase;
225 smp_ops->take_timebase = cell_take_timebase;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/86xx/
H A Dmpc86xx_smp.c113 smp_ops = &smp_86xx_ops;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/celleb/
H A Dsmp.c121 smp_ops = &bpa_beatic_smp_ops;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dsmp.h113 extern struct smp_ops_t *smp_ops;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/iseries/
H A Dsmp.c119 smp_ops = &iSeries_smp_ops;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/ps3/
H A Dsmp.c159 smp_ops = &ps3_smp_ops;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pasemi/
H A Dsetup.c89 smp_ops = &pas_smp_ops;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dsmp.c612 struct smp_ops smp_ops = { variable in typeref:struct:smp_ops
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dsetup.c363 smp_ops = &core99_smp_ops;
377 smp_ops = &psurge_smp_ops;
H A Dsmp.c729 smp_ops->give_timebase = smp_generic_give_timebase;
730 smp_ops->take_timebase = smp_generic_take_timebase;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/maple/
H A Dsetup.c187 smp_ops = &maple_smp_ops;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/chrp/
H A Dsetup.c507 smp_ops = &chrp_smp_ops;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/mach-voyager/
H A Dvoyager_smp.c1848 struct smp_ops smp_ops = { variable in typeref:struct:smp_ops
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/
H A Dpplus.c900 smp_ops = &pplus_smp_ops;
H A Dprep_setup.c1163 smp_ops = &prep_smp_ops;
H A Dhdpu.c940 smp_ops = &hdpu_smp_ops;

Completed in 121 milliseconds