Home
last modified time | relevance | path

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

12345678910>>...47

/linux-6.3-rc2/arch/alpha/kernel/
A Dentry.S53 subq $sp, SP_OFF, $sp
129 addq $sp, SP_OFF, $sp
201 subq $sp, 56, $sp
230 addq $sp, 56, $sp
253 lda $sp, -256($sp)
347 lda $sp, 256($sp)
381 lda $sp, 256($sp) /* pop entUna's stack frame */
385 lda $sp, -56($sp)
412 lda $sp, 56($sp)
653 lda $sp, -SWITCH_STACK_SIZE($sp)
[all …]
/linux-6.3-rc2/drivers/net/hamradio/
A D6pack.c150 sp->tty->ops->write(sp->tty, &sp->led_state, 1); in sp_xmit_on_air()
152 actual = sp->tty->ops->write(sp->tty, sp->xbuff, sp->status2); in sp_xmit_on_air()
156 sp->tty->ops->write(sp->tty, &sp->led_state, 1); in sp_xmit_on_air()
217 sp->tty->ops->write(sp->tty, &sp->led_state, 1); in sp_encaps()
223 sp->tty->ops->write(sp->tty, &sp->led_state, 1); in sp_encaps()
226 sp->xhead = sp->xbuff; in sp_encaps()
517 sp->tty->ops->write(sp->tty, &sp->led_state, 1); in resync_tnc()
876 sp->tty->ops->write(sp->tty, &sp->led_state, 1); in decode_prio_command()
878 actual = sp->tty->ops->write(sp->tty, sp->xbuff, sp->status2); in decode_prio_command()
888 sp->tty->ops->write(sp->tty, &sp->led_state, 1); in decode_prio_command()
[all …]
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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)
87 ldw sp, PT_SP(sp) /* Restore sp last */
91 addi sp, sp, -SWITCH_STACK_SIZE
[all …]
/linux-6.3-rc2/arch/riscv/kernel/
A Dmcount-dyn.S30 addi sp, sp, -ABI_SIZE_ON_STACK
32 REG_S a0, ABI_A0(sp)
33 REG_S a1, ABI_A1(sp)
34 REG_S a2, ABI_A2(sp)
35 REG_S a3, ABI_A3(sp)
36 REG_S a4, ABI_A4(sp)
56 addi sp, sp, ABI_SIZE_ON_STACK
61 addi sp, sp, -PT_SIZE_ON_STACK
130 addi sp, sp, PT_SIZE_ON_STACK
141 mv a3, sp
[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)
243 move a0, sp
380 move a0, sp
410 REG_AMOSWAP_AQ sp, sp, (sp)
414 addi sp, sp, SHADOW_OVERFLOW_STACK_SIZE
417 addi sp, sp, -(PT_SIZE_ON_STACK)
460 REG_L sp, -8(sp)
[all …]
/linux-6.3-rc2/arch/riscv/kernel/probes/
A Drethook_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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/arch/loongarch/kernel/
A Dmcount_dyn.S31 PTR_ADDI sp, sp, -PT_SIZE
33 PTR_S a0, sp, PT_R4
34 PTR_S a1, sp, PT_R5
35 PTR_S a2, sp, PT_R6
36 PTR_S a3, sp, PT_R7
37 PTR_S a4, sp, PT_R8
107 PTR_ADDI sp, sp, PT_SIZE
134 PTR_ADDI sp, sp, -2 * SZREG
135 PTR_S a0, sp, 0
143 PTR_L a0, sp, 0
[all …]
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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 …]
A Dcommand.c40 cmd->lock = &sp->lock; in ibmasm_new_command()
93 exec_next_command(sp); in do_exec_command()
114 if (!sp->current_command) { in ibmasm_exec_command()
115 sp->current_command = cmd; in ibmasm_exec_command()
118 do_exec_command(sp); in ibmasm_exec_command()
120 enqueue_command(sp, cmd); in ibmasm_exec_command()
133 sp->current_command = dequeue_command(sp); in exec_next_command()
134 if (sp->current_command) { in exec_next_command()
137 do_exec_command(sp); in exec_next_command()
165 if (!sp->current_command) in ibmasm_receive_command_response()
[all …]
/linux-6.3-rc2/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-6.3-rc2/drivers/spi/
A Dspi-ath79.c77 sp->ioc_base |= cs_bit; in ath79_spi_chipselect()
81 ath79_spi_wr(sp, AR71XX_SPI_REG_IOC, sp->ioc_base); in ath79_spi_chipselect()
90 sp->reg_ctrl = ath79_spi_rr(sp, AR71XX_SPI_REG_CTRL); in ath79_spi_enable()
91 sp->ioc_base = ath79_spi_rr(sp, AR71XX_SPI_REG_IOC); in ath79_spi_enable()
103 ath79_spi_wr(sp, AR71XX_SPI_REG_CTRL, sp->reg_ctrl); in ath79_spi_disable()
112 u32 ioc = sp->ioc_base; in ath79_spi_txrx_mode0()
160 ath79_spi_wr(sp, AR71XX_SPI_REG_IOC, sp->ioc_base); in ath79_exec_mem_op()
172 struct ath79_spi *sp; in ath79_spi_probe() local
204 if (IS_ERR(sp->clk)) { in ath79_spi_probe()
221 sp->rrw_delay); in ath79_spi_probe()
[all …]
A Dspi-mtk-nor.c383 if (sp->has_irq) { in mtk_nor_dma_exec()
393 if (sp->has_irq) { in mtk_nor_dma_exec()
419 ret = mtk_nor_dma_exec(sp, op->addr.val, rdlen, sp->buffer_dma); in mtk_nor_read_bounce()
645 sp->spi_freq); in mtk_nor_setup()
865 sp->base = base; in mtk_nor_probe()
868 sp->ctlr = ctlr; in mtk_nor_probe()
874 sp->caps = caps; in mtk_nor_probe()
879 if (!sp->buffer) in mtk_nor_probe()
891 sp->spi_freq = clk_get_rate(sp->spi_clk); in mtk_nor_probe()
893 mtk_nor_init(sp); in mtk_nor_probe()
[all …]
/linux-6.3-rc2/arch/m68k/68000/
A Dentry.S43 subql #4,%sp
47 addql #4,%sp
70 pea %sp@
133 movel %sp,%sp@-
144 movel %sp,%sp@-
155 movel %sp,%sp@-
166 movel %sp,%sp@-
177 movel %sp,%sp@-
188 movel %sp,%sp@-
199 movel %sp,%sp@-
[all …]
/linux-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/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-6.3-rc2/arch/loongarch/power/
A Dsuspend_asm.S17 addi.d sp, sp, -PT_SIZE
18 st.d $r1, sp, PT_R1
19 st.d $r2, sp, PT_R2
20 st.d $r3, sp, PT_R3
21 st.d $r4, sp, PT_R4
35 st.d sp, t0, 0
39 ld.d $r1, sp, PT_R1
40 ld.d $r2, sp, PT_R2
65 addi.d a1, sp, 0
84 ld.d sp, t0, 0
[all …]
/linux-6.3-rc2/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 …]

Completed in 62 milliseconds

12345678910>>...47