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

  /src/sys/sys/
intr.h 60 void softint_dispatch(lwp_t *, int);
  /src/sys/arch/amd64/amd64/
spl.S 167 call _C_LABEL(softint_dispatch)/* run handlers */
  /src/sys/arch/arm/arm32/
cpuswitch.S 338 * r1 = ipl for softint_dispatch
421 bl _C_LABEL(softint_dispatch)
  /src/sys/arch/i386/i386/
spl.S 409 call _C_LABEL(softint_dispatch)/* run handlers */
  /src/sys/arch/aarch64/aarch64/
cpuswitch.S 175 * call softint_dispatch(pinned_lwp, ipl);
257 /* softint_dispatch(pinned_lwp, ipl) */
259 bl _C_LABEL(softint_dispatch)
  /src/sys/arch/powerpc/powerpc/
locore_subr.S 449 bl _C_LABEL(softint_dispatch)
485 * Since softint_dispatch returned to us, we know that the callee-saved
  /src/sys/kern/
kern_softint.c 143 * call MI softint_dispatch, passing old curlwp and IPL
788 * the interrupt stub and softint_dispatch().
798 * softint_dispatch:
803 softint_dispatch(lwp_t *pinned, int s) function in typeref:typename:void
858 * run. softint_dispatch() won't be reentered until the priority is
  /src/sys/arch/riscv/riscv/
cpu_switch.S 194 call _C_LABEL(softint_dispatch)
  /src/sys/arch/mips/mips/
locore.S 387 * Save our state in case softint_dispatch blocks and get switched back
444 jal _C_LABEL(softint_dispatch)
  /src/sys/arch/vax/vax/
subr.S 311 calls $2,_C_LABEL(softint_dispatch) /* dispatch it */
  /src/sys/arch/alpha/alpha/
locore.s 687 * for the call to softint_dispatch().
731 * to softint_dispatch() in s0, which we'll need to restore
739 * Step 4: Call softint_dispatch().
744 CALL(softint_dispatch)

Completed in 18 milliseconds