Searched refs:call_on_stack (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/arch/x86/kernel/ |
D | irq_32.c | 57 static void call_on_stack(void *func, void *stack) in call_on_stack() function 97 call_on_stack(print_stack_overflow, isp); in execute_on_irq_stack() 148 call_on_stack(__do_softirq, isp); in do_softirq_own_stack()
|
/Linux-v5.10/arch/parisc/kernel/ |
D | irq.c | 466 void call_on_stack(unsigned long p1, void *func, unsigned long new_stack); 494 call_on_stack(param1, func, irq_stack); in execute_on_irq_stack()
|
D | entry.S | 2231 ENTRY_CFI(call_on_stack, FRAME=2*FRAME_SIZE,CALLS,SAVE_RP,SAVE_SP) 2267 ENDPROC_CFI(call_on_stack)
|