Searched defs:smp_funcall (Results 1 – 3 of 3) sorted by relevance
159 static struct smp_funcall { struct160 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. */
361 static struct smp_funcall { struct362 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. */
270 static struct smp_funcall { struct271 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. */