Home
last modified time | relevance | path

Searched refs:sp (Results 1 – 25 of 1126) sorted by relevance

12345678910>>...46

/linux/arch/alpha/kernel/
A Dentry.S53 subq $sp, SP_OFF, $sp
129 addq $sp, SP_OFF, $sp
202 subq $sp, 56, $sp
231 addq $sp, 56, $sp
254 lda $sp, -256($sp)
348 lda $sp, 256($sp)
386 lda $sp, -56($sp)
413 lda $sp, 56($sp)
644 lda $sp, -SWITCH_STACK_SIZE($sp)
739 lda $sp, SWITCH_STACK_SIZE($sp)
[all …]
/linux/drivers/net/hamradio/
A D6pack.c149 sp->tty->ops->write(sp->tty, &sp->led_state, 1); in sp_xmit_on_air()
151 actual = sp->tty->ops->write(sp->tty, sp->xbuff, sp->status2); in sp_xmit_on_air()
155 sp->tty->ops->write(sp->tty, &sp->led_state, 1); in sp_xmit_on_air()
216 sp->tty->ops->write(sp->tty, &sp->led_state, 1); in sp_encaps()
222 sp->tty->ops->write(sp->tty, &sp->led_state, 1); in sp_encaps()
225 sp->xhead = sp->xbuff; in sp_encaps()
516 sp->tty->ops->write(sp->tty, &sp->led_state, 1); in resync_tnc()
874 sp->tty->ops->write(sp->tty, &sp->led_state, 1); in decode_prio_command()
876 actual = sp->tty->ops->write(sp->tty, sp->xbuff, sp->status2); in decode_prio_command()
886 sp->tty->ops->write(sp->tty, &sp->led_state, 1); in decode_prio_command()
[all …]
/linux/drivers/media/usb/pvrusb2/
A Dpvrusb2-io.c187 sp->r_bcount, sp->r_count); in pvr2_buffer_set_ready()
212 sp->i_bcount, sp->i_count); in pvr2_buffer_set_idle()
236 sp->q_bcount, sp->q_count); in pvr2_buffer_set_queued()
291 sp, in pvr2_stream_buffer_count()
321 sp->buffers[sp->buffer_total_count] = bp; in pvr2_stream_buffer_count()
359 sp, sp->buffer_total_count, sp->buffer_target_count); in pvr2_stream_achieve_buffer_count()
448 sp, urb->status, sp->fail_count); in buffer_complete()
456 sp->callback_func(sp->callback_data); in buffer_complete()
463 sp = kzalloc(sizeof(*sp), GFP_KERNEL); in pvr2_stream_create()
464 if (!sp) return sp; in pvr2_stream_create()
[all …]
/linux/arch/riscv/kernel/
A Dmcount-dyn.S29 addi sp, sp, -SZREG
30 addi sp, sp, -ABI_SIZE_ON_STACK
54 addi sp, sp, ABI_SIZE_ON_STACK
55 addi sp, sp, SZREG
60 addi sp, sp, -SZREG
61 addi sp, sp, -PT_SIZE_ON_STACK
64 addi sp, sp, PT_SIZE_ON_STACK
66 addi sp, sp, -PT_SIZE_ON_STACK
104 addi sp, sp, PT_SIZE_ON_STACK
106 addi sp, sp, -PT_SIZE_ON_STACK
[all …]
A Dentry.S35 addi sp, sp, -(PT_SIZE_ON_STACK)
36 srli sp, sp, THREAD_SHIFT
37 andi sp, sp, 0x1
45 addi sp, sp, -(PT_SIZE_ON_STACK)
369 move a0, sp
383 move a0, sp
390 addi sp, sp, SHADOW_OVERFLOW_STACK_SIZE
393 addi sp, sp, -(PT_SIZE_ON_STACK)
436 REG_L sp, -8(sp)
437 addi sp, sp, -(PT_SIZE_ON_STACK)
[all …]
/linux/drivers/crypto/ccp/
A Dsp-dev.c69 sp->ccp_irq_handler(irq, sp->ccp_irq_data); in sp_irq_handler()
72 sp->psp_irq_handler(irq, sp->psp_irq_data); in sp_irq_handler()
82 if ((sp->psp_irq == sp->ccp_irq) && sp->dev_vdata->psp_vdata) { in sp_request_ccp_irq()
89 sp->name, sp); in sp_request_ccp_irq()
110 if ((sp->psp_irq == sp->ccp_irq) && sp->dev_vdata->ccp_vdata) { in sp_request_psp_irq()
117 sp->name, sp); in sp_request_psp_irq()
135 if ((sp->psp_irq == sp->ccp_irq) && sp->dev_vdata->psp_vdata) { in sp_free_ccp_irq()
139 free_irq(sp->ccp_irq, sp); in sp_free_ccp_irq()
154 if ((sp->psp_irq == sp->ccp_irq) && sp->dev_vdata->ccp_vdata) { in sp_free_psp_irq()
158 free_irq(sp->psp_irq, sp); in sp_free_psp_irq()
[all …]
/linux/arch/nios2/include/asm/
A Dentry.h32 mov sp, r24
35 1 : mov r24, sp
36 addi sp, sp, -PT_REGS_SIZE /* Backup the kernel stack pointer */
39 stw r2, PT_R2(sp)
40 stw r3, PT_R3(sp)
41 stw r4, PT_R4(sp)
42 stw r5, PT_R5(sp)
43 stw r6, PT_R6(sp)
86 ldw sp, PT_SP(sp) /* Restore sp last */
90 addi sp, sp, -SWITCH_STACK_SIZE
[all …]
/linux/arch/csky/abiv2/inc/abi/
A Dentry.h24 subi sp, 152
26 stw lr, (sp, 4)
53 addi sp, 40
66 subi sp, 80
95 addi sp, 40
101 mfcr sp, ss0
123 addi sp, 40
136 subi sp, 80
156 addi sp, 40
175 subi sp, 16
[all …]
/linux/arch/riscv/kernel/probes/
A Dkprobes_trampoline.S14 REG_S x1, PT_RA(sp)
15 REG_S x3, PT_GP(sp)
16 REG_S x4, PT_TP(sp)
17 REG_S x5, PT_T0(sp)
18 REG_S x6, PT_T1(sp)
19 REG_S x7, PT_T2(sp)
20 REG_S x8, PT_S0(sp)
21 REG_S x9, PT_S1(sp)
22 REG_S x10, PT_A0(sp)
79 addi sp, sp, -(PT_SIZE_ON_STACK)
[all …]
/linux/arch/m68k/include/asm/
A Dentry.h75 lea %sp@(-32),%sp /* space for 8 regs */
85 lea %sp@(-32),%sp /* space for 8 regs */
102 lea %sp@(32),%sp /* space for 8 regs */
105 addl %sp@+,%sp /* stkadj */
131 lea %sp@(-32),%sp /* space for 8 regs */
140 lea %sp@(-32),%sp /* space for 8 regs */
146 lea %sp@(32),%sp /* space for 8 regs */
149 addl %sp@+,%sp /* stkadj */
166 lea %sp@(-24),%sp /* 6 regs */
172 lea %sp@(24),%sp /* 6 regs */
[all …]
/linux/arch/nios2/kernel/
A Dinsnemu.S22 ldw r2, PT_R2(sp)
23 ldw r3, PT_R3(sp)
24 ldw r4, PT_R4(sp)
25 ldw r5, PT_R5(sp)
26 ldw r6, PT_R6(sp)
27 ldw r7, PT_R7(sp)
28 ldw r8, PT_R8(sp)
29 ldw r9, PT_R9(sp)
44 addi sp, sp, PT_REGS_SIZE
114 addi sp, sp, -128
[all …]
/linux/sound/pci/emu10k1/
A Demu10k1_patch.c47 sp->v.end -= sp->v.start; in snd_emu10k1_sample_new()
48 sp->v.loopstart -= sp->v.start; in snd_emu10k1_sample_new()
49 sp->v.loopend -= sp->v.start; in snd_emu10k1_sample_new()
50 sp->v.start = 0; in snd_emu10k1_sample_new()
61 if (sp->v.loopstart >= sp->v.loopend) in snd_emu10k1_sample_new()
62 swap(sp->v.loopstart, sp->v.loopend); in snd_emu10k1_sample_new()
69 loopsize = sp->v.loopend - sp->v.loopstart; in snd_emu10k1_sample_new()
107 sp->block = NULL; in snd_emu10k1_sample_new()
166 sp->v.loopstart = sp->v.end + BLANK_LOOP_START; in snd_emu10k1_sample_new()
167 sp->v.loopend = sp->v.end + BLANK_LOOP_END; in snd_emu10k1_sample_new()
[all …]
/linux/arch/csky/abiv1/inc/abi/
A Dentry.h21 mtcr sp, usp
22 mfcr sp, ss0
26 mtcr sp, ss0
27 mfcr sp, usp
49 mov lr, sp
64 addi sp, 32
65 addi sp, 8
77 subi sp, 32
78 subi sp, 8
98 addi sp, 8
[all …]
/linux/drivers/spi/
A Dspi-ath79.c80 ath79_spi_wr(sp, AR71XX_SPI_REG_IOC, sp->ioc_base); in ath79_spi_chipselect()
89 sp->reg_ctrl = ath79_spi_rr(sp, AR71XX_SPI_REG_CTRL); in ath79_spi_enable()
90 sp->ioc_base = ath79_spi_rr(sp, AR71XX_SPI_REG_IOC); in ath79_spi_enable()
102 ath79_spi_wr(sp, AR71XX_SPI_REG_CTRL, sp->reg_ctrl); in ath79_spi_disable()
111 u32 ioc = sp->ioc_base; in ath79_spi_txrx_mode0()
139 struct ath79_spi *sp; in ath79_spi_probe() local
170 if (IS_ERR(sp->clk)) { in ath79_spi_probe()
187 sp->rrw_delay); in ath79_spi_probe()
189 ath79_spi_enable(sp); in ath79_spi_probe()
197 ath79_spi_disable(sp); in ath79_spi_probe()
[all …]
A Dspi-mtk-nor.c358 if (sp->has_irq) { in mtk_nor_dma_exec()
367 if (sp->has_irq) { in mtk_nor_dma_exec()
393 ret = mtk_nor_dma_exec(sp, op->addr.val, rdlen, sp->buffer_dma); in mtk_nor_read_bounce()
438 if (sp->wbuf_en) in mtk_nor_write_buffer_enable()
455 if (!sp->wbuf_en) in mtk_nor_write_buffer_disable()
614 sp->spi_freq); in mtk_nor_setup()
803 sp->base = base; in mtk_nor_probe()
806 sp->ctlr = ctlr; in mtk_nor_probe()
815 if (!sp->buffer) in mtk_nor_probe()
827 sp->spi_freq = clk_get_rate(sp->spi_clk); in mtk_nor_probe()
[all …]
/linux/drivers/misc/ibmasm/
A Dmodule.c68 if (sp == NULL) { in ibmasm_init_one()
78 sp->dev = &pdev->dev; in ibmasm_init_one()
80 snprintf(sp->dirname, IBMASM_NAME_SIZE, "%d", sp->number); in ibmasm_init_one()
81 snprintf(sp->devname, IBMASM_NAME_SIZE, "%s%d", DRIVER_NAME, sp->number); in ibmasm_init_one()
95 sp->irq = pdev->irq; in ibmasm_init_one()
103 result = request_irq(sp->irq, ibmasm_interrupt_handler, IRQF_SHARED, sp->devname, (void*)sp); in ibmasm_init_one()
127 ibmasmfs_add_sp(sp); in ibmasm_init_one()
137 free_irq(sp->irq, (void *)sp); in ibmasm_init_one()
145 kfree(sp); in ibmasm_init_one()
168 free_irq(sp->irq, (void *)sp); in ibmasm_remove_one()
[all …]
/linux/drivers/net/ethernet/seeq/
A Dsgiseeq.c53 #define TX_BUFFS_AVAIL(sp) ((sp->tx_old <= sp->tx_new) ? \ argument
55 sp->tx_old - sp->tx_new - 1)
189 sp->rx_new = sp->tx_new = 0; in seeq_init_ring()
190 sp->rx_old = sp->tx_old = 0; in seeq_init_ring()
336 hregs->rx_ndptr = VIRT_TO_DMA(sp, sp->rx_desc + sp->rx_new); in rx_maybe_restart()
353 rd = &sp->rx_desc[sp->rx_new]; in sgiseeq_rx()
405 sp->rx_new = NEXT_RX(sp->rx_new); in sgiseeq_rx()
407 rd = &sp->rx_desc[sp->rx_new]; in sgiseeq_rx()
494 sp->tx_old = NEXT_TX(sp->tx_old); in sgiseeq_tx()
521 if (sp->tx_old != sp->tx_new) in sgiseeq_interrupt()
[all …]
/linux/arch/m68k/68000/
A Dentry.S43 subql #4,%sp
47 addql #4,%sp
68 pea %sp@
131 movel %sp,%sp@-
142 movel %sp,%sp@-
153 movel %sp,%sp@-
164 movel %sp,%sp@-
175 movel %sp,%sp@-
186 movel %sp,%sp@-
197 movel %sp,%sp@-
[all …]
/linux/drivers/gpu/host1x/
A Dsyncpt.c96 return sp; in host1x_syncpt_alloc()
177 val = host1x_hw_syncpt_load(sp->host, sp); in host1x_syncpt_load()
188 host1x_hw_syncpt_load_wait_base(sp->host, sp); in host1x_syncpt_load_wait_base()
199 return host1x_hw_syncpt_cpu_incr(sp->host, sp); in host1x_syncpt_incr()
209 host1x_hw_syncpt_load(sp->host, sp); in syncpt_load_min_is_expired()
242 val = host1x_hw_syncpt_load(sp->host, sp); in host1x_syncpt_wait()
263 err = host1x_intr_add_action(sp->host, sp, thresh, in host1x_syncpt_wait()
301 current->comm, sp->id, sp->name, in host1x_syncpt_wait()
313 host1x_intr_put_ref(sp->host, sp->id, ref, true); in host1x_syncpt_wait()
433 if (!sp) in host1x_syncpt_put()
[all …]
/linux/sound/isa/sb/
A Demu8000_patch.c155 if (sp->v.loopstart > sp->v.loopend) in snd_emu8000_sample_new()
156 swap(sp->v.loopstart, sp->v.loopend); in snd_emu8000_sample_new()
161 truesize += sp->v.loopend - sp->v.loopstart; in snd_emu8000_sample_new()
181 sp->v.end -= sp->v.start; in snd_emu8000_sample_new()
182 sp->v.loopstart -= sp->v.start; in snd_emu8000_sample_new()
183 sp->v.loopend -= sp->v.start; in snd_emu8000_sample_new()
184 sp->v.start = 0; in snd_emu8000_sample_new()
229 int looplen = sp->v.loopend - sp->v.loopstart; in snd_emu8000_sample_new()
253 sp->v.loopstart = sp->v.end + BLANK_LOOP_START; in snd_emu8000_sample_new()
254 sp->v.loopend = sp->v.end + BLANK_LOOP_END; in snd_emu8000_sample_new()
[all …]
/linux/tools/testing/selftests/kvm/lib/aarch64/
A Dhandlers.S3 add sp, sp, #-16 * 17
5 stp x0, x1, [sp, #16 * 0]
6 stp x2, x3, [sp, #16 * 1]
7 stp x4, x5, [sp, #16 * 2]
8 stp x6, x7, [sp, #16 * 3]
9 stp x8, x9, [sp, #16 * 4]
10 stp x10, x11, [sp, #16 * 5]
11 stp x12, x13, [sp, #16 * 6]
26 add x1, sp, #16 * 17
58 add sp, sp, #16 * 17
[all …]
/linux/arch/arm64/kernel/probes/
A Dkprobes_trampoline.S13 stp x0, x1, [sp, #S_X0]
14 stp x2, x3, [sp, #S_X2]
15 stp x4, x5, [sp, #S_X4]
16 stp x6, x7, [sp, #S_X6]
17 stp x8, x9, [sp, #S_X8]
29 stp lr, x0, [sp, #S_LR]
44 ldr x0, [sp, #S_PSTATE]
65 sub sp, sp, #PT_REGS_SIZE
70 add x29, sp, #S_FP
72 mov x0, sp
[all …]
/linux/arch/arm64/kernel/
A Dentry-ftrace.S38 sub sp, sp, #(PT_REGS_SIZE + 16)
60 str x29, [sp, #S_FP]
68 str x30, [sp, #S_PC]
117 ldp x0, x1, [sp]
121 ldr x8, [sp, #S_X8]
129 add sp, sp, #PT_REGS_SIZE + 16
181 mov x29, sp
332 sub sp, sp, #64
333 stp x0, x1, [sp]
343 ldp x0, x1, [sp]
[all …]
/linux/arch/mips/alchemy/common/
A Dsleeper.S24 subu sp, PT_SIZE
25 sw $1, PT_R1(sp)
26 sw $2, PT_R2(sp)
27 sw $3, PT_R3(sp)
28 sw $4, PT_R4(sp)
29 sw $5, PT_R5(sp)
30 sw $6, PT_R6(sp)
31 sw $7, PT_R7(sp)
46 sw k0, 0x20(sp)
48 sw k0, 0x1c(sp)
[all …]
/linux/arch/csky/abiv2/
A Dmcount.S28 subi sp, 24
45 addi sp, 28
50 subi sp, 8
58 subi sp, 152
63 addi sp, 12
68 subi sp, 16
81 addi sp, 16
137 addi sp, 4
166 mov a0, sp
190 add t1, sp
[all …]

Completed in 54 milliseconds

12345678910>>...46