Searched refs:set_softint (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/arch/sparc/include/asm/ |
D | irq_64.h | 66 static inline void set_softint(unsigned long bits) in set_softint() function
|
/linux-4.4.14/arch/sparc/kernel/ |
D | ivec.S | 34 wr %g0, 1 << PIL_DEVICE_IRQ, %set_softint
|
D | pcr.c | 48 set_softint(1 << PIL_DEFERRED_PCR_WORK); in arch_irq_work_raise()
|
D | sun4v_ivec.S | 116 wr %g0, 1 << PIL_DEVICE_IRQ, %set_softint
|
D | smp_64.c | 1409 set_softint(1 << PIL_SMP_RECEIVE_SIGNAL); in smp_send_reschedule()
|
/linux-4.4.14/arch/sparc/mm/ |
D | ultra.S | 780 wr %g0, (1 << PIL_SMP_CALL_FUNC), %set_softint 785 wr %g0, (1 << PIL_SMP_CALL_FUNC_SNGL), %set_softint 790 wr %g0, (1 << PIL_SMP_RECEIVE_SIGNAL), %set_softint 795 wr %g0, (1 << PIL_SMP_CAPTURE), %set_softint 800 wr %g0, (1 << PIL_SMP_CTX_NEW_VERSION), %set_softint 806 wr %g0, (1 << PIL_KGDB_CAPTURE), %set_softint
|