Home
last modified time | relevance | path

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

/linux-6.12.1/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.c90 void *orig_sp; in perfctr_irq() local
Dprocess_64.c530 unsigned long sp, orig_sp; in fault_in_user_windows() local
Dirq_64.c815 void *orig_sp; in handler_irq() local
857 void *orig_sp, *sp = softirq_stack[smp_processor_id()]; in do_softirq_own_stack() local
/linux-6.12.1/drivers/scsi/qla2xxx/
Dqla_nvme.c1005 void qla_nvme_abort_set_option(struct abort_entry_24xx *abt, srb_t *orig_sp) in qla_nvme_abort_set_option()
1024 void qla_nvme_abort_process_comp_status(struct abort_entry_24xx *abt, srb_t *orig_sp) in qla_nvme_abort_process_comp_status()
1080 inline void qla_wait_nvme_release_cmd_kref(srb_t *orig_sp) in qla_wait_nvme_release_cmd_kref()
Dqla_iocb.c3694 srb_t *orig_sp = sp->cmd_sp; in qla24xx_abort_iocb() local
Dqla_isr.c3849 srb_t *orig_sp = NULL; in qla24xx_abort_iocb_entry() local
Dqla_init.c161 srb_t *orig_sp = sp->cmd_sp; in qla24xx_abort_sp_done() local
/linux-6.12.1/arch/x86/include/asm/
Dunwind.h29 unsigned long *bp, *orig_sp, ip; member