Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dirq_stack.h81 #define call_on_stack(stack, func, asm_call, argconstr...) \ macro
119 call_on_stack(__this_cpu_read(hardirq_stack_ptr), \
/linux/arch/s390/include/asm/
H A Dsoftirq_stack.h11 call_on_stack(0, get_lowcore()->async_stack, void, __do_softirq); in do_softirq_own_stack()
H A Dstacktrace.h188 #define call_on_stack(nr, stack, rettype, fn, ...) \ macro
/linux/arch/parisc/kernel/
H A Dirq.c446 void call_on_stack(unsigned long p1, void *func, unsigned long new_stack);
474 call_on_stack(param1, func, irq_stack); in execute_on_irq_stack()
H A Dentry.S2162 ENTRY_CFI(call_on_stack, FRAME=2*FRAME_SIZE,CALLS,SAVE_RP,SAVE_SP)
2198 ENDPROC_CFI(call_on_stack)
/linux/arch/s390/kernel/
H A Dirq.c125 call_on_stack(2, get_lowcore()->async_stack, void, do_IRQ, in do_irq_async()
H A Dsmp.c321 call_on_stack(2, stack, void, __pcpu_delegate, in pcpu_delegate()
/linux/arch/s390/lib/
H A Dtest_unwind.c359 rc = call_on_stack(1, get_lowcore()->nodat_stack, in unwindme_func2()
/linux/arch/x86/mm/
H A Dfault.c674 call_on_stack(__this_cpu_ist_top_va(DF) - sizeof(void*), in page_fault_oops()