HomeSort by: relevance | last modified time | path
    Searched refs:alpha_send_ipi (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/alpha/include/
cpu_counter.h 45 alpha_send_ipi(hwrpb->rpb_primary_cpu_id, ALPHA_IPI_PRIMARY_CC)
intr.h 190 void alpha_send_ipi(unsigned long, unsigned long);
  /src/sys/arch/alpha/alpha/
ipifuncs.c 131 * alpha_send_ipi happens-before everything after
152 alpha_send_ipi(u_long const cpu_id, u_long const ipimask) function in typeref:typename:void
161 * alpha_send_ipi() have completed before informing
195 alpha_send_ipi(ci->ci_cpuid, ipimask);
216 alpha_send_ipi(ci->ci_cpuid, ipimask);
320 alpha_send_ipi(ci->ci_cpuid, ALPHA_IPI_XCALL);
342 alpha_send_ipi(ci->ci_cpuid, ALPHA_IPI_GENERIC);
cpu.c 792 alpha_send_ipi(cpu_id, ALPHA_IPI_PAUSE);
machdep.c 1949 alpha_send_ipi(ci->ci_cpuid, ALPHA_IPI_AST);

Completed in 220 milliseconds