Searched refs:call_on_stack (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.15/arch/x86/kernel/ |
D | irq_32.c | 58 static void call_on_stack(void *func, void *stack) in call_on_stack() function 98 call_on_stack(print_stack_overflow, isp); in execute_on_irq_stack() 149 call_on_stack(__do_softirq, isp); in do_softirq_own_stack()
|
/Linux-v5.15/arch/s390/include/asm/ |
D | softirq_stack.h | 10 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-v5.15/arch/parisc/kernel/ |
D | irq.c | 468 void call_on_stack(unsigned long p1, void *func, unsigned long new_stack); 496 call_on_stack(param1, func, irq_stack); in execute_on_irq_stack()
|
D | entry.S | 2224 ENTRY_CFI(call_on_stack, FRAME=2*FRAME_SIZE,CALLS,SAVE_RP,SAVE_SP) 2260 ENDPROC_CFI(call_on_stack)
|
/Linux-v5.15/arch/s390/kernel/ |
D | machine_kexec.c | 135 rc = call_on_stack(1, S390_lowcore.nodat_stack, unsigned long, do_start_kdump, in kdump_csum_valid()
|
D | irq.c | 121 call_on_stack(2, S390_lowcore.async_stack, void, do_IRQ, in do_irq_async()
|
D | smp.c | 325 call_on_stack(2, stack, void, __pcpu_delegate, in pcpu_delegate()
|
/Linux-v5.15/arch/s390/mm/ |
D | maccess.c | 135 rc = call_on_stack(3, S390_lowcore.nodat_stack, in memcpy_real()
|
/Linux-v5.15/arch/s390/lib/ |
D | test_unwind.c | 214 rc = call_on_stack(1, S390_lowcore.nodat_stack, in unwindme_func2()
|