Searched refs:orig_sp (Results 1 - 10 of 10) sorted by relevance

/linux-master/arch/sparc/kernel/
H A Dkstack.h67 void *orig_sp, *sp = hardirq_stack[smp_processor_id()]; local
69 __asm__ __volatile__("mov %%sp, %0" : "=r" (orig_sp));
70 if (orig_sp < sp ||
71 orig_sp > (sp + THREAD_SIZE)) {
76 return orig_sp;
79 static inline __attribute__((always_inline)) void restore_hardirq_stack(void *orig_sp) argument
81 __asm__ __volatile__("mov %0, %%sp" : : "r" (orig_sp));
H A Dnmi.c90 void *orig_sp; local
98 orig_sp = set_hardirq_stack();
125 restore_hardirq_stack(orig_sp);
H A Dirq_64.c819 void *orig_sp; local
837 orig_sp = set_hardirq_stack();
852 restore_hardirq_stack(orig_sp);
861 void *orig_sp, *sp = softirq_stack[smp_processor_id()]; local
867 : "=&r" (orig_sp)
871 : : "r" (orig_sp));
H A Dprocess_64.c513 "%s[%d]: bad register window fault: SP %08lx (orig_sp %08lx) TPC %08lx O7 %08lx\n";
515 "%s[%d]: bad register window fault: SP %016lx (orig_sp %016lx) TPC %08lx O7 %016lx\n";
530 unsigned long sp, orig_sp; local
532 orig_sp = sp = t->rwbuf_stkptrs[window];
548 sp, orig_sp, local
/linux-master/arch/x86/kernel/
H A Dunwind_frame.c48 for (sp = PTR_ALIGN(state->orig_sp, sizeof(long)); sp;
234 if (state->orig_sp && state->stack_info.type == prev_type &&
257 if (!state->orig_sp)
258 state->orig_sp = frame;
/linux-master/arch/x86/include/asm/
H A Dunwind.h29 unsigned long *bp, *orig_sp, ip; member in struct:unwind_state
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_nvme.c1002 void qla_nvme_abort_set_option(struct abort_entry_24xx *abt, srb_t *orig_sp) argument
1006 if (!(ql2xabts_wait_nvme && QLA_ABTS_WAIT_ENABLED(orig_sp)))
1009 ha = orig_sp->fcport->vha->hw;
1021 void qla_nvme_abort_process_comp_status(struct abort_entry_24xx *abt, srb_t *orig_sp) argument
1026 if (!(ql2xabts_wait_nvme && QLA_ABTS_WAIT_ENABLED(orig_sp)))
1029 vha = orig_sp->fcport->vha;
1077 inline void qla_wait_nvme_release_cmd_kref(srb_t *orig_sp) argument
1079 if (!(ql2xabts_wait_nvme && QLA_ABTS_WAIT_ENABLED(orig_sp)))
1081 kref_put(&orig_sp->cmd_kref, orig_sp
[all...]
H A Dqla_isr.c3855 srb_t *orig_sp = NULL; local
3864 orig_sp = sp->cmd_sp;
3866 if (orig_sp)
3867 qla_nvme_abort_process_comp_status(pkt, orig_sp);
H A Dqla_iocb.c3694 srb_t *orig_sp = sp->cmd_sp; local
3713 if (orig_sp)
3714 qla_nvme_abort_set_option(abt_iocb, orig_sp);
H A Dqla_init.c161 srb_t *orig_sp = sp->cmd_sp; local
163 if (orig_sp)
164 qla_wait_nvme_release_cmd_kref(orig_sp);

Completed in 210 milliseconds