Searched refs:call_on_stack (Results 1 – 8 of 8) sorted by relevance
/linux/arch/x86/kernel/ |
H A D | irq_32.c | 54 static void call_on_stack(void *func, void *stack) in call_on_stack() function 93 call_on_stack(print_stack_overflow, isp); in execute_on_irq_stack() 144 call_on_stack(__do_softirq, isp); in do_softirq_own_stack()
|
/linux/arch/x86/include/asm/ |
H A D | irq_stack.h | 81 #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 D | softirq_stack.h | 11 call_on_stack(0, get_lowcore()->async_stack, void, __do_softirq); in do_softirq_own_stack()
|
/linux/arch/parisc/kernel/ |
H A 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()
|
H A D | entry.S | 2152 /* void call_on_stack(unsigned long param1, void *func, 2154 ENTRY_CFI(call_on_stack, FRAME=2*FRAME_SIZE,CALLS,SAVE_RP,SAVE_SP) 2161 argument region allocated for the call to call_on_stack. */ 2190 ENDPROC_CFI(call_on_stack)
|
/linux/arch/s390/lib/ |
H A D | test_unwind.c | 137 #define UWM_SWITCH_STACK 0x10 /* Use call_on_stack. */ 359 rc = call_on_stack(1, get_lowcore()->nodat_stack, in unwindme_func2()
|
/linux/arch/x86/mm/ |
H A D | fault.c | 674 call_on_stack(__this_cpu_ist_top_va(DF) - sizeof(void*), in page_fault_oops()
|
/linux/arch/s390/kernel/ |
H A D | smp.c | 319 call_on_stack(2, stack, void, __pcpu_delegate, in pcpu_delegate()
|