Searched refs:call_on_stack (Results 1 – 10 of 10) sorted by relevance
/linux-6.6.21/arch/x86/kernel/ |
D | irq_32.c | 55 static void call_on_stack(void *func, void *stack) in call_on_stack() function 95 call_on_stack(print_stack_overflow, isp); in execute_on_irq_stack() 147 call_on_stack(__do_softirq, isp); in do_softirq_own_stack()
|
/linux-6.6.21/arch/x86/include/asm/ |
D | irq_stack.h | 81 #define call_on_stack(stack, func, asm_call, argconstr...) \ macro 119 call_on_stack(__this_cpu_read(pcpu_hot.hardirq_stack_ptr), \
|
/linux-6.6.21/arch/s390/include/asm/ |
D | softirq_stack.h | 11 call_on_stack(0, S390_lowcore.async_stack, void, __do_softirq); in do_softirq_own_stack()
|
D | stacktrace.h | 168 #define call_on_stack(nr, stack, rettype, fn, ...) \ macro
|
/linux-6.6.21/arch/parisc/kernel/ |
D | irq.c | 446 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()
|
D | entry.S | 2149 ENTRY_CFI(call_on_stack, FRAME=2*FRAME_SIZE,CALLS,SAVE_RP,SAVE_SP) 2185 ENDPROC_CFI(call_on_stack)
|
/linux-6.6.21/arch/s390/kernel/ |
D | irq.c | 121 call_on_stack(2, S390_lowcore.async_stack, void, do_IRQ, in do_irq_async()
|
D | smp.c | 334 call_on_stack(2, stack, void, __pcpu_delegate, in pcpu_delegate()
|
/linux-6.6.21/arch/s390/lib/ |
D | test_unwind.c | 359 rc = call_on_stack(1, S390_lowcore.nodat_stack, in unwindme_func2()
|
/linux-6.6.21/arch/x86/mm/ |
D | fault.c | 668 call_on_stack(__this_cpu_ist_top_va(DF) - sizeof(void*), in page_fault_oops()
|