Searched refs:orig_sp (Results 1 – 6 of 6) sorted by relevance
66 void *orig_sp, *sp = hardirq_stack[smp_processor_id()]; in set_hardirq_stack() local68 __asm__ __volatile__("mov %%sp, %0" : "=r" (orig_sp)); in set_hardirq_stack()69 if (orig_sp < sp || in set_hardirq_stack()70 orig_sp > (sp + THREAD_SIZE)) { in set_hardirq_stack()75 return orig_sp; in set_hardirq_stack()78 static inline __attribute__((always_inline)) void restore_hardirq_stack(void *orig_sp) in restore_hardirq_stack() argument80 __asm__ __volatile__("mov %0, %%sp" : : "r" (orig_sp)); in restore_hardirq_stack()
86 void *orig_sp; in perfctr_irq() local94 orig_sp = set_hardirq_stack(); in perfctr_irq()121 restore_hardirq_stack(orig_sp); in perfctr_irq()
813 void *orig_sp; in handler_irq() local831 orig_sp = set_hardirq_stack(); in handler_irq()846 restore_hardirq_stack(orig_sp); in handler_irq()854 void *orig_sp, *sp = softirq_stack[smp_processor_id()]; in do_softirq_own_stack() local860 : "=&r" (orig_sp) in do_softirq_own_stack()864 : : "r" (orig_sp)); in do_softirq_own_stack()
66 unsigned long orig_sp, new_sp; in save_stack_trace() local68 orig_sp = sp & PSW_ADDR_INSN; in save_stack_trace()69 new_sp = save_context_stack(trace, orig_sp, in save_stack_trace()72 if (new_sp != orig_sp) in save_stack_trace()77 if (new_sp != orig_sp) in save_stack_trace()
559 long orig_sp = regs->ARM_sp; in longjmp_break_handler() local563 if (orig_sp != stack_addr) { in longjmp_break_handler()567 orig_sp, stack_addr); in longjmp_break_handler()
617 void *orig_sp = jprobe_saved_regs_location + 1; in jprobe_return() local624 : : "d" (orig_sp)); in jprobe_return()