Home
last modified time | relevance | path

Searched refs:orig_sp (Results 1 – 8 of 8) sorted by relevance

/linux/arch/sparc/kernel/
H A Dkstack.h67 void *orig_sp, *sp = hardirq_stack[smp_processor_id()]; in set_hardirq_stack() local
69 __asm__ __volatile__("mov %%sp, %0" : "=r" (orig_sp)); in set_hardirq_stack()
70 if (orig_sp < sp || in set_hardirq_stack()
71 orig_sp > (sp + THREAD_SIZE)) { in set_hardirq_stack()
76 return orig_sp; in set_hardirq_stack()
79 static inline __attribute__((always_inline)) void restore_hardirq_stack(void *orig_sp) in restore_hardirq_stack() argument
81 __asm__ __volatile__("mov %0, %%sp" : : "r" (orig_sp)); in restore_hardirq_stack()
H A Dnmi.c90 void *orig_sp; in perfctr_irq() local
98 orig_sp = set_hardirq_stack(); in perfctr_irq()
125 restore_hardirq_stack(orig_sp); in perfctr_irq()
H A Dprocess_64.c530 unsigned long sp, orig_sp; in fault_in_user_windows() local
532 orig_sp = sp = t->rwbuf_stkptrs[window]; in fault_in_user_windows()
548 sp, orig_sp, in fault_in_user_windows()
/linux/arch/x86/kernel/
H A Dunwind_frame.c48 for (sp = PTR_ALIGN(state->orig_sp, sizeof(long)); sp; in unwind_dump()
234 if (state->orig_sp && state->stack_info.type == prev_type && in update_stack_state()
257 if (!state->orig_sp) in update_stack_state()
258 state->orig_sp = frame; in update_stack_state()
/linux/arch/x86/include/asm/
H A Dunwind.h29 unsigned long *bp, *orig_sp, ip; member
/linux/drivers/scsi/qla2xxx/
H A Dqla_isr.c3849 srb_t *orig_sp = NULL; in qla24xx_abort_iocb_entry() local
3858 orig_sp = sp->cmd_sp; in qla24xx_abort_iocb_entry()
3860 if (orig_sp) in qla24xx_abort_iocb_entry()
3861 qla_nvme_abort_process_comp_status(pkt, orig_sp); in qla24xx_abort_iocb_entry()
H A Dqla_iocb.c3694 srb_t *orig_sp = sp->cmd_sp; in qla24xx_abort_iocb() local
3713 if (orig_sp) in qla24xx_abort_iocb()
3714 qla_nvme_abort_set_option(abt_iocb, orig_sp); in qla24xx_abort_iocb()
H A Dqla_init.c161 srb_t *orig_sp = sp->cmd_sp; in qla24xx_abort_sp_done() local
163 if (orig_sp) in qla24xx_abort_sp_done()
164 qla_wait_nvme_release_cmd_kref(orig_sp); in qla24xx_abort_sp_done()