Home
last modified time | relevance | path

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

/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.c85 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
Dprocess_64.c543 unsigned long sp, orig_sp; in fault_in_user_windows() local
/arch/x86/include/asm/
Dunwind.h25 unsigned long *bp, *orig_sp, ip; member