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

  /src/sys/arch/sparc64/include/
psl.h 273 #define SOFTINT %asr22 /* Software Interrupt register */
278 /* SOFTINT bit descriptions */
  /src/sys/arch/sparc64/sparc64/
locore.s 4214 * from here, or a softint at a particular level can be issued.
4221 * To simplify life all we do here is issue an appropriate softint.
4242 * to issue a softint of the appropriate level. The softint handler
4349 "interrupt_vector: number %lx softint mask %lx pil %lu slot %p\n")
4363 wr %g6, 0, SET_SOFTINT ! Invoke a softint
4461 * on a soft interrupt, is we should check which bits in SOFTINT(%asr22)
4525 * If this is a %tick or %stick softint, clear it then call
4529 rd SOFTINT, %g1
4643 mov 1, %l3 ! Ack softint
    [all...]
  /src/sys/arch/sparc/sparc/
locore.s 2498 ! tally softint (curcpu()->cpu_data.cpu_nintr++) (clobbers %o0,%o1,%o2)
2577 ! both softint pending and clear bits are in upper halfwords of
2590 btst %l4, %l5 ! make sure softint pending bit is set
2614 btst %l4, %l5 ! make sure softint pending bit is set
3099 set _C_LABEL(nmi_soft), %o3 ! assume a softint
3104 mov %o0, %o1 ! shift int clear bit to SOFTINT 15

Completed in 19 milliseconds