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

  /src/sys/arch/aarch64/aarch64/
cpuswitch.S 172 * craft TF_X30 to have softint_cleanup.
187 adr x2, softint_cleanup /* return address for cpu_switchto() */
194 stp x29, x2, [sp, #TF_X29] /* tf->tf_lr = softint_cleanup; */
305 * softint_cleanup(struct lwp *softlwp)
313 ENTRY_NP(softint_cleanup)
325 END(softint_cleanup)
  /src/sys/arch/powerpc/powerpc/
locore_subr.S 334 _ENTRY(softint_cleanup)
373 lis %r8, _C_LABEL(softint_cleanup)@ha
374 addi %r8, %r8, _C_LABEL(softint_cleanup)@l
  /src/sys/arch/vax/vax/
subr.S 293 .globl softint_cleanup,softint_exit,softint_process
294 .type softint_cleanup@function
297 softint_cleanup: label
343 pushab softint_cleanup
  /src/sys/arch/mips/mips/
locore.S 401 PTR_LA t2, softint_cleanup # if softint blocks, return here
468 softint_cleanup: label

Completed in 14 milliseconds