HomeSort by: relevance | last modified time | path
    Searched defs:alpha_ipi_xcall (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/alpha/alpha/
ipifuncs.c 67 static void alpha_ipi_xcall(struct cpu_info *, struct trapframe *);
76 [ilog2(ALPHA_IPI_XCALL)] = alpha_ipi_xcall,
86 [ilog2(ALPHA_IPI_XCALL)] = "xcall ipi",
306 alpha_ipi_xcall(struct cpu_info * const ci __unused, function in typeref:typename:void
320 alpha_send_ipi(ci->ci_cpuid, ALPHA_IPI_XCALL);
323 alpha_broadcast_ipi(ALPHA_IPI_XCALL);

Completed in 13 milliseconds