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

  /src/sys/arch/x86/x86/
ipi.c 100 x86_send_ipi(struct cpu_info *ci, int ipimask) function in typeref:typename:int
247 x86_send_ipi(ci, X86_IPI_XCALL);
262 x86_send_ipi(ci, X86_IPI_GENERIC);
272 x86_send_ipi(struct cpu_info *ci, int ipimask) function in typeref:typename:int
cpu.c 1599 x86_send_ipi(ci, X86_IPI_AST);
x86_machdep.c 339 x86_send_ipi(ci, X86_IPI_KPREEMPT);
  /src/sys/arch/x86/include/
intr.h 236 int x86_send_ipi(struct cpu_info *, int);

Completed in 42 milliseconds