/linux/drivers/scsi/qla2xxx/ |
H A D | qla_mr.c | 1766 srb_t *sp = data; in qla2x00_fxdisc_iocb_timeout() local 1772 static void qla2x00_fxdisc_sp_done(srb_t *sp, int res) in qla2x00_fxdisc_sp_done() 1782 srb_t *sp; in qlafx00_fx_disc() local 2101 qlafx00_handle_sense(srb_t *sp, uint8_t *sense_data, uint32_t par_sense_len, in qlafx00_handle_sense() 2148 struct tsk_mgmt_entry_fx00 *pkt, srb_t *sp, in qlafx00_tm_iocb_entry() 2166 srb_t *sp; in qlafx00_abort_iocb_entry() local 2183 srb_t *sp; in qlafx00_ioctl_iosb_entry() local 2250 srb_t *sp; in qlafx00_status_entry() local 2530 srb_t *sp = rsp->status_srb; in qlafx00_status_cont_entry() local 2607 srb_t *sp; in qlafx00_multistatus_entry() local [all …]
|
H A D | qla_inline.h | 135 qla2x00_hba_err_chk_enabled(srb_t *sp) in qla2x00_hba_err_chk_enabled() 181 static void qla2xxx_init_sp(srb_t *sp, scsi_qla_host_t *vha, in qla2xxx_init_sp() 199 srb_t *sp = NULL; in qla2xxx_get_qpair_sp() local 218 qla2xxx_rel_qpair_sp(struct qla_qpair *qpair, srb_t *sp) in qla2xxx_rel_qpair_sp() 230 srb_t *sp = NULL; in qla2x00_get_sp() local 249 qla2x00_rel_sp(srb_t *sp) in qla2x00_rel_sp()
|
/linux/drivers/misc/ibmasm/ |
H A D | ibmasmfs.c | 206 void ibmasmfs_add_sp(struct service_processor *sp) in ibmasmfs_add_sp() 213 struct service_processor *sp; member 219 struct service_processor *sp; member 226 struct service_processor *sp; member 340 struct service_processor *sp; in event_file_open() local 372 struct service_processor *sp = event_data->sp; in event_file_read() local 581 struct service_processor *sp; in ibmasmfs_create_files() local
|
H A D | uart.c | 20 void ibmasm_register_uart(struct service_processor *sp) in ibmasm_register_uart() 51 void ibmasm_unregister_uart(struct service_processor *sp) in ibmasm_unregister_uart()
|
H A D | lowlevel.c | 19 int ibmasm_send_i2o_message(struct service_processor *sp) in ibmasm_send_i2o_message() 46 struct service_processor *sp = (struct service_processor *)dev_id; in ibmasm_interrupt_handler() local
|
H A D | module.c | 54 struct service_processor *sp; in ibmasm_init_one() local 156 struct service_processor *sp = pci_get_drvdata(pdev); in ibmasm_remove_one() local
|
H A D | r_heartbeat.c | 36 void ibmasm_init_reverse_heartbeat(struct service_processor *sp, struct reverse_heartbeat *rhb) in ibmasm_init_reverse_heartbeat() 48 int ibmasm_start_reverse_heartbeat(struct service_processor *sp, struct reverse_heartbeat *rhb) in ibmasm_start_reverse_heartbeat()
|
/linux/arch/sparc/mm/ |
H A D | fault_32.c | 345 static void check_stack_aligned(unsigned long sp) in check_stack_aligned() 353 unsigned long sp; in window_overflow_fault() local 363 void window_underflow_fault(unsigned long sp) in window_underflow_fault() 374 unsigned long sp; in window_ret_fault() local
|
/linux/drivers/crypto/ccp/ |
H A D | ccp-dev.c | 475 struct ccp_device *ccp_alloc_struct(struct sp_device *sp) in ccp_alloc_struct() 551 void ccp_dev_suspend(struct sp_device *sp) in ccp_dev_suspend() 577 void ccp_dev_resume(struct sp_device *sp) in ccp_dev_resume() 600 int ccp_dev_init(struct sp_device *sp) in ccp_dev_init() 662 void ccp_dev_destroy(struct sp_device *sp) in ccp_dev_destroy()
|
H A D | sp-dev.h | 162 static inline int ccp_dev_init(struct sp_device *sp) in ccp_dev_init() 166 static inline void ccp_dev_destroy(struct sp_device *sp) { } in ccp_dev_destroy() 167 static inline void ccp_dev_suspend(struct sp_device *sp) { } in ccp_dev_suspend() 168 static inline void ccp_dev_resume(struct sp_device *sp) { } in ccp_dev_resume() 180 static inline int psp_dev_init(struct sp_device *sp) { return 0; } in psp_dev_init() 182 static inline void psp_dev_destroy(struct sp_device *sp) { } in psp_dev_destroy()
|
/linux/arch/mips/math-emu/ |
H A D | ieee754sp.h | 27 #define SPSIGN(sp) (sp.sign) argument 28 #define SPBEXP(sp) (sp.bexp) argument 29 #define SPMANT(sp) (sp.mant) argument
|
/linux/arch/xtensa/include/asm/ |
H A D | stacktrace.h | 17 unsigned long sp; member 22 unsigned long sp; in stack_pointer() local
|
H A D | processor.h | 141 #define SPILL_SLOT(sp, reg) (*(((unsigned long *)(sp)) - 4 + (reg))) argument 146 #define SPILL_SLOT_CALL8(sp, reg) (*(((unsigned long *)(sp)) - 12 + (reg))) argument 151 #define SPILL_SLOT_CALL12(sp, reg) (*(((unsigned long *)(sp)) - 16 + (reg))) argument 157 unsigned long sp; /* kernel's a1: stack pointer */ member
|
/linux/arch/arm64/include/asm/stacktrace/ |
H A D | common.h | 47 unsigned long sp, unsigned long size) in stackinfo_on_stack() 74 unsigned long sp, in unwind_find_stack() 104 unsigned long sp, in unwind_consume_stack()
|
/linux/arch/mips/kernel/ |
H A D | perf_event.c | 29 unsigned long *sp = (unsigned long *)reg29; in save_raw_perf_callchain() local 45 unsigned long sp = regs->regs[29]; in perf_callchain_kernel() local
|
/linux/drivers/video/fbdev/ |
H A D | sunxvr2500.c | 34 static int s3d_get_props(struct s3d_info *sp) in s3d_get_props() 73 static int s3d_set_fbinfo(struct s3d_info *sp) in s3d_set_fbinfo() 121 struct s3d_info *sp; in s3d_pci_register() local
|
/linux/drivers/gpu/drm/tegra/ |
H A D | uapi.c | 52 struct host1x_syncpt *sp; in tegra_drm_uapi_close_file() local 303 struct host1x_syncpt *sp; in tegra_drm_ioctl_syncpoint_allocate() local 328 struct host1x_syncpt *sp; in tegra_drm_ioctl_syncpoint_free() local 347 struct host1x_syncpt *sp; in tegra_drm_ioctl_syncpoint_wait() local
|
/linux/net/rxrpc/ |
H A D | recvmsg.c | 112 struct rxrpc_skb_priv *sp; in rxrpc_rotate_rx_window() local 154 struct rxrpc_skb_priv *sp = rxrpc_skb(skb); in rxrpc_verify_data() local 189 struct rxrpc_skb_priv *sp = rxrpc_skb(challenge); in rxrpc_recvmsg_challenge() local 247 struct rxrpc_skb_priv *sp; in rxrpc_recvmsg_data() local
|
/linux/arch/powerpc/perf/ |
H A D | callchain.c | 26 static int valid_next_sp(unsigned long sp, unsigned long prev_sp) in valid_next_sp() 46 unsigned long sp, next_sp; in perf_callchain_kernel() local
|
/linux/arch/powerpc/kernel/ |
H A D | irq.c | 188 static inline void check_stack_overflow(unsigned long sp) in check_stack_overflow() 203 static __always_inline void call_do_softirq(const void *sp) in call_do_softirq() 257 static __always_inline void call_do_irq(struct pt_regs *regs, void *sp) in call_do_irq()
|
H A D | process.c | 1731 static void setup_ksp_vsid(struct task_struct *p, unsigned long sp) in setup_ksp_vsid() 1766 unsigned long sp = (unsigned long)task_stack_page(p) + THREAD_SIZE; in copy_thread() local 1905 void start_thread(struct pt_regs *regs, unsigned long start, unsigned long sp) in start_thread() 2158 static inline int valid_irq_stack(unsigned long sp, struct task_struct *p, in valid_irq_stack() 2179 static inline int valid_emergency_stack(unsigned long sp, struct task_struct *p, in valid_emergency_stack() 2213 static inline int valid_emergency_stack(unsigned long sp, struct task_struct *p, in valid_emergency_stack() 2234 int validate_sp_size(unsigned long sp, struct task_struct *p, in validate_sp_size() 2251 int validate_sp(unsigned long sp, struct task_struct *p) in validate_sp() 2258 unsigned long ip, sp; in ___get_wchan() local 2314 unsigned long sp, ip, lr, newsp; in show_stack() local [all …]
|
/linux/arch/sh/kernel/ |
H A D | dumpstack.c | 89 unsigned long *sp, const struct stacktrace_ops *ops, in stack_reader_dump() 123 void show_trace(struct task_struct *tsk, unsigned long *sp, in show_trace() 141 void show_stack(struct task_struct *tsk, unsigned long *sp, const char *loglvl) in show_stack()
|
/linux/drivers/pinctrl/sophgo/ |
H A D | pinctrl-cv18xx.c | 92 const struct sophgo_pin *sp = sophgo_get_pin(pctrl, pin_id); in cv1800_pctrl_dbg_show() local 206 const struct sophgo_pin *sp, u32 config) in cv1800_set_pinmux_config() 247 const struct sophgo_pin *sp = sophgo_get_pin(pctrl, pin_id); in cv1800_pconf_get() local 311 const struct sophgo_pin *sp, in cv1800_pinconf_compute_config() 388 const struct sophgo_pin *sp, in cv1800_set_pinconf_config()
|
/linux/arch/sparc/kernel/ |
H A D | kstack.h | 11 static inline bool kstack_valid(struct thread_info *tp, unsigned long sp) in kstack_valid() 67 void *orig_sp, *sp = hardirq_stack[smp_processor_id()]; in set_hardirq_stack() local
|
/linux/arch/csky/kernel/ |
H A D | stacktrace.c | 19 unsigned long fp, sp, pc; in walk_stackframe() local 63 unsigned long sp, pc; in walk_stackframe() local 96 void show_stack(struct task_struct *task, unsigned long *sp, const char *loglvl) in show_stack()
|