Searched refs:set_softint (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | ivec.S | 35 wr %g0, 1 << PIL_DEVICE_IRQ, %set_softint
|
H A D | pcr.c | 49 set_softint(1 << PIL_DEFERRED_PCR_WORK); in arch_irq_work_raise()
|
H A D | sun4v_ivec.S | 132 wr %g0, 1 << PIL_DEVICE_IRQ, %set_softint
|
H A D | smp_64.c | 1421 set_softint(1 << PIL_SMP_RECEIVE_SIGNAL); in scheduler_poke() 1443 set_softint(1 << PIL_SMP_RECEIVE_SIGNAL); in smp_send_reschedule()
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | ivec.S | 35 wr %g0, 1 << PIL_DEVICE_IRQ, %set_softint
|
H A D | pcr.c | 49 set_softint(1 << PIL_DEFERRED_PCR_WORK); in arch_irq_work_raise()
|
H A D | sun4v_ivec.S | 132 wr %g0, 1 << PIL_DEVICE_IRQ, %set_softint
|
H A D | smp_64.c | 1431 set_softint(1 << PIL_SMP_RECEIVE_SIGNAL); in scheduler_poke() 1453 set_softint(1 << PIL_SMP_RECEIVE_SIGNAL); in arch_smp_send_reschedule()
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | irq_64.h | 67 static inline void set_softint(unsigned long bits) in set_softint() function 69 __asm__ __volatile__("wr %0, 0x0, %%set_softint" in set_softint()
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | irq_64.h | 66 static inline void set_softint(unsigned long bits) in set_softint() function 68 __asm__ __volatile__("wr %0, 0x0, %%set_softint" in set_softint()
|
/kernel/linux/linux-5.10/arch/sparc/mm/ |
H A D | ultra.S | 957 wr %g0, (1 << PIL_SMP_CALL_FUNC), %set_softint 962 wr %g0, (1 << PIL_SMP_CALL_FUNC_SNGL), %set_softint 967 wr %g0, (1 << PIL_SMP_RECEIVE_SIGNAL), %set_softint 972 wr %g0, (1 << PIL_SMP_CAPTURE), %set_softint 978 wr %g0, (1 << PIL_KGDB_CAPTURE), %set_softint
|
/kernel/linux/linux-6.6/arch/sparc/mm/ |
H A D | ultra.S | 957 wr %g0, (1 << PIL_SMP_CALL_FUNC), %set_softint 962 wr %g0, (1 << PIL_SMP_CALL_FUNC_SNGL), %set_softint 967 wr %g0, (1 << PIL_SMP_RECEIVE_SIGNAL), %set_softint 972 wr %g0, (1 << PIL_SMP_CAPTURE), %set_softint 978 wr %g0, (1 << PIL_KGDB_CAPTURE), %set_softint
|
Completed in 13 milliseconds