Home
last modified time | relevance | path

Searched refs:call_on_stack (Results 1 – 4 of 4) sorted by relevance

/arch/x86/kernel/
Dirq_32.c57 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()
/arch/parisc/kernel/
Dirq.c470 void call_on_stack(unsigned long p1, void *func, unsigned long new_stack);
498 call_on_stack(param1, func, irq_stack); in execute_on_irq_stack()
Dentry.S2223 ENTRY_CFI(call_on_stack, FRAME=2*FRAME_SIZE,CALLS,SAVE_RP,SAVE_SP)
2259 ENDPROC_CFI(call_on_stack)
/arch/s390/include/asm/
Dstacktrace.h204 #define call_on_stack(nr, stack, rettype, fn, ...) \ macro