Searched refs:__do_softirq (Results 1 - 13 of 13) sorted by relevance

/linux-master/include/asm-generic/
H A Dsoftirq_stack.h10 __do_softirq();
/linux-master/arch/s390/include/asm/
H A Dsoftirq_stack.h11 call_on_stack(0, S390_lowcore.async_stack, void, __do_softirq);
/linux-master/arch/riscv/kernel/
H A Dirq.c85 __do_softirq();
93 __do_softirq();
/linux-master/arch/x86/include/asm/
H A Dirq_stack.h208 * Macro to invoke __do_softirq on the irq stack. This is only called from
216 call_on_irqstack(__do_softirq, ASM_CALL_ARG0); \
/linux-master/arch/arm64/kernel/
H A Dirq.c81 __do_softirq();
/linux-master/arch/arm/kernel/
H A Dirq.c76 __do_softirq();
/linux-master/arch/x86/kernel/
H A Dirq_32.c147 call_on_stack(__do_softirq, isp);
/linux-master/arch/sh/kernel/
H A Dirq.c175 : "r" (__do_softirq), "r" (isp)
/linux-master/kernel/
H A Dsoftirq.c243 __do_softirq();
349 * Special-case - softirqs can safely be enabled by __do_softirq(),
428 __do_softirq();
511 asmlinkage __visible void __softirq_entry __do_softirq(void) function
924 __do_softirq();
/linux-master/arch/powerpc/kernel/
H A Dirq.c205 /* Temporarily switch r1 to sp, call __do_softirq() then restore r1. */
218 [callee] "i" (__do_softirq)
/linux-master/arch/parisc/kernel/
H A Dirq.c483 execute_on_irq_stack(__do_softirq, 0);
/linux-master/include/linux/
H A Dinterrupt.h597 asmlinkage void __do_softirq(void);
/linux-master/arch/sparc/kernel/
H A Dirq_64.c869 __do_softirq();

Completed in 139 milliseconds