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

  /src/sys/arch/sparc/sparc/
cpuvar.h 192 void xcallintr(void *);
intr.c 364 * We pass the address of xcallintr() itself to indicate that
368 xcallintr(void *v) function in typeref:typename:void
374 if (v != xcallintr)
756 xcall_cookie = sparc_softintr_establish(13, xcallintr, NULL);
cpu.c 757 * call xcallintr() if there is a valid msg.tag.
782 xcallintr(xcallintr);

Completed in 13 milliseconds