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

  /src/sys/arch/x86/x86/
ipi.c 65 static void x86_ipi_xcall(struct cpu_info *);
90 x86_ipi_xcall, /* X86_IPI_XCALL */
227 x86_ipi_xcall(struct cpu_info *ci) function in typeref:typename:void
247 x86_send_ipi(ci, X86_IPI_XCALL);
250 x86_broadcast_ipi(X86_IPI_XCALL);

Completed in 28 milliseconds