Home
last modified time | relevance | path

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

12345678910>>...60

/openbmc/linux/arch/alpha/kernel/
H 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 …]
/openbmc/linux/drivers/net/hamradio/
H 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 …]
/openbmc/linux/drivers/crypto/ccp/
H 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 …]
/openbmc/linux/drivers/media/usb/pvrusb2/
H 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 …]
/openbmc/u-boot/arch/nios2/cpu/
H A Dexceptions.S23 addi sp, sp, -(33*4)
24 stw r0, 0(sp)
25 stw r1, 4(sp)
26 stw r2, 8(sp)
27 stw r3, 12(sp)
28 stw r4, 16(sp)
29 stw r5, 20(sp)
30 stw r6, 24(sp)
31 stw r7, 28(sp)
32 stw r8, 32(sp)
[all …]
/openbmc/linux/arch/nios2/include/asm/
H 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 …]
/openbmc/u-boot/arch/riscv/cpu/
H A Dmtrap.S33 addi sp, sp, -32 * REGBYTES
34 SREG x1, 1 * REGBYTES(sp)
35 SREG x2, 2 * REGBYTES(sp)
36 SREG x3, 3 * REGBYTES(sp)
37 SREG x4, 4 * REGBYTES(sp)
38 SREG x5, 5 * REGBYTES(sp)
39 SREG x6, 6 * REGBYTES(sp)
40 SREG x7, 7 * REGBYTES(sp)
41 SREG x8, 8 * REGBYTES(sp)
67 mv a2, sp
[all …]
/openbmc/linux/arch/riscv/kernel/probes/
H 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 …]
/openbmc/u-boot/arch/mips/lib/
H A Dgenex.S24 LONG_S $1, PT_R1(sp)
33 LONG_S $8, PT_R8(sp)
34 LONG_S $9, PT_R9(sp)
40 LONG_S v1, PT_HI(sp)
48 LONG_S v1, PT_LO(sp)
69 move sp, k1
71 LONG_S $3, PT_R3(sp)
72 LONG_S $0, PT_R0(sp)
167 LONG_L sp, PT_R29(sp)
190 move a0, sp
[all …]
/openbmc/linux/arch/csky/abiv2/inc/abi/
H 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 …]
/openbmc/linux/arch/m68k/include/asm/
H 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 …]
/openbmc/linux/arch/loongarch/kernel/
H A Dmcount_dyn.S30 PTR_ADDI sp, sp, -PT_SIZE
32 PTR_S a0, sp, PT_R4
33 PTR_S a1, sp, PT_R5
34 PTR_S a2, sp, PT_R6
35 PTR_S a3, sp, PT_R7
36 PTR_S a4, sp, PT_R8
37 PTR_S a5, sp, PT_R9
108 PTR_ADDI sp, sp, PT_SIZE
138 PTR_ADDI sp, sp, -FGRET_REGS_SIZE
143 move a0, sp
[all …]
/openbmc/linux/arch/nios2/kernel/
H 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 …]
/openbmc/qemu/tests/tcg/alpha/system/
H A Dboot.S214 subq $sp, 48, $sp
257 addq $sp, 48, $sp
279 subq $sp, 16, $sp
287 addq $sp, 16, $sp
305 subq $sp, 32, $sp
327 addq $sp, 32, $sp
345 subq $sp, 32, $sp
366 addq $sp, 32, $sp
378 subq $sp, 32, $sp
393 addq $sp, 32, $sp
[all …]
/openbmc/linux/sound/pci/emu10k1/
H 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 …]
/openbmc/linux/drivers/misc/ibmasm/
H 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 …]
/openbmc/linux/arch/csky/abiv1/inc/abi/
H 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 …]
/openbmc/linux/drivers/spi/
H 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 …]
/openbmc/linux/arch/m68k/68000/
H 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 …]
/openbmc/linux/arch/riscv/kernel/
H 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
81 addi sp, sp, PT_SIZE_ON_STACK
92 mv a3, sp
[all …]
/openbmc/linux/drivers/net/ethernet/seeq/
H 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 …]
/openbmc/linux/arch/riscv/include/asm/
H A Dasm.h109 REG_S x6, PT_T1(sp)
110 REG_S x7, PT_T2(sp)
111 REG_S x8, PT_S0(sp)
112 REG_S x9, PT_S1(sp)
113 REG_S x10, PT_A0(sp)
114 REG_S x11, PT_A1(sp)
115 REG_S x12, PT_A2(sp)
116 REG_S x13, PT_A3(sp)
117 REG_S x14, PT_A4(sp)
118 REG_S x15, PT_A5(sp)
[all …]
/openbmc/linux/tools/testing/selftests/kvm/lib/aarch64/
H 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 …]
/openbmc/linux/arch/arm64/kernel/probes/
H 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 …]
/openbmc/linux/sound/isa/sb/
H 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 …]

12345678910>>...60