Home
last modified time | relevance | path

Searched defs:orig_sp (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/sparc/kernel/
Dkstack.h67 void *orig_sp, *sp = hardirq_stack[smp_processor_id()]; in set_hardirq_stack() local
79 static inline __attribute__((always_inline)) void restore_hardirq_stack(void *orig_sp) in restore_hardirq_stack()
Dnmi.c84 void *orig_sp; in perfctr_irq() local
Dirq_64.c818 void *orig_sp; in handler_irq() local
859 void *orig_sp, *sp = softirq_stack[smp_processor_id()]; in do_softirq_own_stack() local
/Linux-v4.19/arch/x86/include/asm/
Dunwind.h25 unsigned long *bp, *orig_sp, ip; member