Home
last modified time | relevance | path

Searched defs:smp_funcall (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/sparc/kernel/
H A Dsun4m_smp.c159 static struct smp_funcall { struct
160 void *func;
161 unsigned long arg1;
162 unsigned long arg2;
163 unsigned long arg3;
164 unsigned long arg4;
165 unsigned long arg5;
166 unsigned long processors_in[SUN4M_NCPUS]; /* Set when ipi entered. */
167 unsigned long processors_out[SUN4M_NCPUS]; /* Set when ipi exited. */
H A Dleon_smp.c361 static struct smp_funcall { struct
362 void *func;
363 unsigned long arg1;
364 unsigned long arg2;
365 unsigned long arg3;
366 unsigned long arg4;
367 unsigned long arg5;
368 unsigned long processors_in[NR_CPUS]; /* Set when ipi entered. */
369 unsigned long processors_out[NR_CPUS]; /* Set when ipi exited. */
H A Dsun4d_smp.c270 static struct smp_funcall { struct
271 void *func;
272 unsigned long arg1;
273 unsigned long arg2;
274 unsigned long arg3;
275 unsigned long arg4;
276 unsigned long arg5;
277 unsigned char processors_in[NR_CPUS]; /* Set when ipi entered. */
278 unsigned char processors_out[NR_CPUS]; /* Set when ipi exited. */