Home
last modified time | relevance | path

Searched full:stp (Results 1 – 25 of 428) sorted by relevance

12345678910>>...18

/kernel/linux/linux-6.6/drivers/scsi/
Dst.c245 struct scsi_tape *STp = NULL; in scsi_tape_get() local
250 STp = idr_find(&st_index_idr, dev); in scsi_tape_get()
251 if (!STp) goto out; in scsi_tape_get()
253 kref_get(&STp->kref); in scsi_tape_get()
255 if (!STp->device) in scsi_tape_get()
258 if (scsi_device_get(STp->device)) in scsi_tape_get()
264 kref_put(&STp->kref, scsi_tape_release); in scsi_tape_get()
265 STp = NULL; in scsi_tape_get()
269 return STp; in scsi_tape_get()
272 static void scsi_tape_put(struct scsi_tape *STp) in scsi_tape_put() argument
[all …]
/kernel/linux/linux-5.10/drivers/scsi/
Dst.c244 struct scsi_tape *STp = NULL; in scsi_tape_get() local
249 STp = idr_find(&st_index_idr, dev); in scsi_tape_get()
250 if (!STp) goto out; in scsi_tape_get()
252 kref_get(&STp->kref); in scsi_tape_get()
254 if (!STp->device) in scsi_tape_get()
257 if (scsi_device_get(STp->device)) in scsi_tape_get()
263 kref_put(&STp->kref, scsi_tape_release); in scsi_tape_get()
264 STp = NULL; in scsi_tape_get()
268 return STp; in scsi_tape_get()
271 static void scsi_tape_put(struct scsi_tape *STp) in scsi_tape_put() argument
[all …]
/kernel/linux/linux-6.6/arch/arm64/lib/
Dmemcpy.S73 stp A_l, A_h, [dstin]
74 stp D_l, D_h, [dstend, -16]
118 stp A_l, A_h, [dstin]
119 stp B_l, B_h, [dstin, 16]
120 stp C_l, C_h, [dstend, -32]
121 stp D_l, D_h, [dstend, -16]
133 stp G_l, G_h, [dstend, -64]
134 stp H_l, H_h, [dstend, -48]
136 stp A_l, A_h, [dstin]
137 stp B_l, B_h, [dstin, 16]
[all …]
Dmemset.S75 * The count is not less than 16, we can use stp to store the start 16 bytes,
79 stp A_l, A_l, [dst] /*non-aligned store..*/
96 stp A_l, A_l, [dst], #16
98 stp A_l, A_l, [dst], #16
100 stp A_l, A_l, [dst], #16
102 * The last store length is less than 16,use stp to write last 16 bytes.
109 stp A_l, A_l, [dst, #-16] /* Repeat some/all of last store. */
122 stp A_l, A_l, [dst, #16]
123 stp A_l, A_l, [dst, #32]
124 stp A_l, A_l, [dst, #48]
[all …]
/kernel/uniproton/src/arch/cpu/armv8/common/exc/
Dprt_hw_exc.S24 stp x3, x2, [sp,#-16]!
25 stp x5, x4, [sp,#-16]!
26 stp x7, x6, [sp,#-16]!
27 stp x9, x8, [sp,#-16]!
28 stp x11, x10, [sp,#-16]!
29 stp x13, x12, [sp,#-16]!
30 stp x15, x14, [sp,#-16]!
31 stp x17, x16, [sp,#-16]!
32 stp x19, x18, [sp,#-16]!
33 stp x21, x20, [sp,#-16]!
[all …]
/kernel/linux/linux-6.6/arch/arm64/kernel/probes/
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]
18 stp x10, x11, [sp, #S_X10]
19 stp x12, x13, [sp, #S_X12]
20 stp x14, x15, [sp, #S_X14]
21 stp x16, x17, [sp, #S_X16]
22 stp x18, x19, [sp, #S_X18]
[all …]
/kernel/linux/linux-5.10/arch/arm64/kernel/probes/
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]
18 stp x10, x11, [sp, #S_X10]
19 stp x12, x13, [sp, #S_X12]
20 stp x14, x15, [sp, #S_X14]
21 stp x16, x17, [sp, #S_X16]
22 stp x18, x19, [sp, #S_X18]
[all …]
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dkexec.h46 "stp x0, x1, [%2, #16 * 0]\n" in crash_setup_regs()
47 "stp x2, x3, [%2, #16 * 1]\n" in crash_setup_regs()
48 "stp x4, x5, [%2, #16 * 2]\n" in crash_setup_regs()
49 "stp x6, x7, [%2, #16 * 3]\n" in crash_setup_regs()
50 "stp x8, x9, [%2, #16 * 4]\n" in crash_setup_regs()
51 "stp x10, x11, [%2, #16 * 5]\n" in crash_setup_regs()
52 "stp x12, x13, [%2, #16 * 6]\n" in crash_setup_regs()
53 "stp x14, x15, [%2, #16 * 7]\n" in crash_setup_regs()
54 "stp x16, x17, [%2, #16 * 8]\n" in crash_setup_regs()
55 "stp x18, x19, [%2, #16 * 9]\n" in crash_setup_regs()
[all …]
Dfpsimdmacros.h10 stp q0, q1, [\state, #16 * 0]
11 stp q2, q3, [\state, #16 * 2]
12 stp q4, q5, [\state, #16 * 4]
13 stp q6, q7, [\state, #16 * 6]
14 stp q8, q9, [\state, #16 * 8]
15 stp q10, q11, [\state, #16 * 10]
16 stp q12, q13, [\state, #16 * 12]
17 stp q14, q15, [\state, #16 * 14]
18 stp q16, q17, [\state, #16 * 16]
19 stp q18, q19, [\state, #16 * 18]
[all …]
/kernel/linux/linux-6.6/arch/arm64/include/asm/
Dkexec.h46 "stp x0, x1, [%2, #16 * 0]\n" in crash_setup_regs()
47 "stp x2, x3, [%2, #16 * 1]\n" in crash_setup_regs()
48 "stp x4, x5, [%2, #16 * 2]\n" in crash_setup_regs()
49 "stp x6, x7, [%2, #16 * 3]\n" in crash_setup_regs()
50 "stp x8, x9, [%2, #16 * 4]\n" in crash_setup_regs()
51 "stp x10, x11, [%2, #16 * 5]\n" in crash_setup_regs()
52 "stp x12, x13, [%2, #16 * 6]\n" in crash_setup_regs()
53 "stp x14, x15, [%2, #16 * 7]\n" in crash_setup_regs()
54 "stp x16, x17, [%2, #16 * 8]\n" in crash_setup_regs()
55 "stp x18, x19, [%2, #16 * 9]\n" in crash_setup_regs()
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/lib/aarch64/
Dhandlers.S5 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]
12 stp x14, x15, [sp, #16 * 7]
13 stp x16, x17, [sp, #16 * 8]
14 stp x18, x19, [sp, #16 * 9]
[all …]
/kernel/uniproton/src/arch/cpu/armv8/common/hwi/
Dprt_dispatch.S25 stp x3, x2, [sp,#-16]!
26 stp x5, x4, [sp,#-16]!
27 stp x7, x6, [sp,#-16]!
28 stp x9, x8, [sp,#-16]!
29 stp x11, x10, [sp,#-16]!
30 stp x13, x12, [sp,#-16]!
31 stp x15, x14, [sp,#-16]!
32 stp x17, x16, [sp,#-16]!
33 stp x19, x18, [sp,#-16]!
34 stp x21, x20, [sp,#-16]!
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/abi/
Dsyscall-abi-asm.S74 stp x29, x30, [sp, #-112]!
76 stp x0, x1, [sp, #16]
77 stp x19, x20, [sp, #32]
78 stp x21, x22, [sp, #48]
79 stp x23, x24, [sp, #64]
80 stp x25, x26, [sp, #80]
81 stp x27, x28, [sp, #96]
222 stp x8, x9, [x2], #16
223 stp x10, x11, [x2], #16
224 stp x12, x13, [x2], #16
[all …]
/kernel/linux/linux-5.10/drivers/usb/gadget/legacy/
Ddbgp.c94 int stp; in dbgp_complete() local
99 stp = 1; in dbgp_complete()
104 stp = 2; in dbgp_complete()
113 stp = 3; in dbgp_complete()
125 "complete: failure (%d:%d) ==> %d\n", stp, err, status); in dbgp_complete()
130 int err, stp; in dbgp_enable_ep_req() local
136 stp = 1; in dbgp_enable_ep_req()
143 stp = 2; in dbgp_enable_ep_req()
151 stp = 3; in dbgp_enable_ep_req()
163 "enable ep req: failure (%d:%d)\n", stp, err); in dbgp_enable_ep_req()
[all …]
/kernel/linux/linux-6.6/drivers/usb/gadget/legacy/
Ddbgp.c94 int stp; in dbgp_complete() local
99 stp = 1; in dbgp_complete()
104 stp = 2; in dbgp_complete()
113 stp = 3; in dbgp_complete()
125 "complete: failure (%d:%d) ==> %d\n", stp, err, status); in dbgp_complete()
130 int err, stp; in dbgp_enable_ep_req() local
136 stp = 1; in dbgp_enable_ep_req()
143 stp = 2; in dbgp_enable_ep_req()
151 stp = 3; in dbgp_enable_ep_req()
163 "enable ep req: failure (%d:%d)\n", stp, err); in dbgp_enable_ep_req()
[all …]
/kernel/linux/linux-5.10/arch/arm64/kernel/
Dentry-ftrace.S41 stp x0, x1, [sp, #S_X0]
42 stp x2, x3, [sp, #S_X2]
43 stp x4, x5, [sp, #S_X4]
44 stp x6, x7, [sp, #S_X6]
45 stp x8, x9, [sp, #S_X8]
49 stp x10, x11, [sp, #S_X10]
50 stp x12, x13, [sp, #S_X12]
51 stp x14, x15, [sp, #S_X14]
52 stp x16, x17, [sp, #S_X16]
53 stp x18, x19, [sp, #S_X18]
[all …]
/kernel/linux/linux-6.6/arch/arm64/kernel/
Dsmccc-call.S14 stp x0, x1, [x4, #ARM_SMCCC_RES_X0_OFFS]
15 stp x2, x3, [x4, #ARM_SMCCC_RES_X2_OFFS]
49 stp x1, x19, [sp, #-16]!
71 stp x0, x1, [x19, #ARM_SMCCC_1_2_REGS_X0_OFFS]
72 stp x2, x3, [x19, #ARM_SMCCC_1_2_REGS_X2_OFFS]
73 stp x4, x5, [x19, #ARM_SMCCC_1_2_REGS_X4_OFFS]
74 stp x6, x7, [x19, #ARM_SMCCC_1_2_REGS_X6_OFFS]
75 stp x8, x9, [x19, #ARM_SMCCC_1_2_REGS_X8_OFFS]
76 stp x10, x11, [x19, #ARM_SMCCC_1_2_REGS_X10_OFFS]
77 stp x12, x13, [x19, #ARM_SMCCC_1_2_REGS_X12_OFFS]
[all …]
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/nvhe/
Dhost.S21 stp x2, x3, [x0, #CPU_XREG_OFFSET(2)]
27 stp x2, x3, [x0, #CPU_XREG_OFFSET(0)]
28 stp x4, x5, [x0, #CPU_XREG_OFFSET(4)]
29 stp x6, x7, [x0, #CPU_XREG_OFFSET(6)]
30 stp x8, x9, [x0, #CPU_XREG_OFFSET(8)]
31 stp x10, x11, [x0, #CPU_XREG_OFFSET(10)]
32 stp x12, x13, [x0, #CPU_XREG_OFFSET(12)]
33 stp x14, x15, [x0, #CPU_XREG_OFFSET(14)]
34 stp x16, x17, [x0, #CPU_XREG_OFFSET(16)]
174 stp x0, x1, [sp, #-16]!
[all …]
/kernel/linux/linux-5.10/arch/arm64/lib/
Dmemmove.S104 stp A_l, A_h, [dst, #-16]!
107 stp A_l, A_h, [dst, #-16]!
110 stp A_l, A_h, [dst, #-16]!
140 stp A_l, A_h, [dst, #-16]
143 stp B_l, B_h, [dst, #-32]
144 stp C_l, C_h, [dst, #-48]
146 stp D_l, D_h, [dst, #-64]!
168 stp A_l, A_h, [dst, #-16]
170 stp B_l, B_h, [dst, #-32]
172 stp C_l, C_h, [dst, #-48]
[all …]
Dmemset.S76 * The count is not less than 16, we can use stp to store the start 16 bytes,
80 stp A_l, A_l, [dst] /*non-aligned store..*/
97 stp A_l, A_l, [dst], #16
99 stp A_l, A_l, [dst], #16
101 stp A_l, A_l, [dst], #16
103 * The last store length is less than 16,use stp to write last 16 bytes.
110 stp A_l, A_l, [dst, #-16] /* Repeat some/all of last store. */
123 stp A_l, A_l, [dst, #16]
124 stp A_l, A_l, [dst, #32]
125 stp A_l, A_l, [dst, #48]
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/pinctrl/
Dlantiq,pinctrl-xway.txt52 spi_cs4, spi_cs5, spi_cs6, asc0, asc0 cts rts, stp, nmi, gpt1, gpt2,
57 spi, asc, cgu, jtag, exin, stp, gpt, nmi, pci, ebu
64 asc0, asc0 cts rts, stp, nmi, gpt1, gpt2, gpt3, clkout0, clkout1,
69 spi, asc, cgu, jtag, exin, stp, gpt, nmi, pci, ebu, mdio, gphy
74 spi_cs3, spi_cs4, spi_cs5, spi_cs6, asc, stp, gpt1, gpt2, gpt3, clkout0,
78 spi, asc, cgu, jtag, exin, stp, gpt, mdio, ephy, dfe
84 spi_cs2, spi_cs3, spi_cs4, spi_cs5, spi_cs6, asc0, asc0 cts rts, stp, nmi,
89 spi, asc, cgu, jtag, exin, stp, gpt, nmi, pci, ebu, dfe
96 spi_cs6, asc0, asc0 cts rts, stp, nmi, gpt1, gpt2, gpt3, clkout0, clkout1,
101 spi, asc, cgu, exin, stp, gpt, nmi, pci, ebu, mdio, dfe
[all …]
/kernel/linux/linux-6.6/arch/arm64/kvm/hyp/
Dhyp-entry.S20 stp x2, x3, [sp, #-16]!
21 stp x4, x5, [sp, #-16]!
22 stp x6, x7, [sp, #-16]!
23 stp x8, x9, [sp, #-16]!
24 stp x10, x11, [sp, #-16]!
25 stp x12, x13, [sp, #-16]!
26 stp x14, x15, [sp, #-16]!
27 stp x16, x17, [sp, #-16]!
99 stp x29, x30, [sp, #-16]!
115 stp x29, x30, [sp, #-16]!
[all …]
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/
Dhyp-entry.S19 stp x2, x3, [sp, #-16]!
20 stp x4, x5, [sp, #-16]!
21 stp x6, x7, [sp, #-16]!
22 stp x8, x9, [sp, #-16]!
23 stp x10, x11, [sp, #-16]!
24 stp x12, x13, [sp, #-16]!
25 stp x14, x15, [sp, #-16]!
26 stp x16, x17, [sp, #-16]!
97 stp x29, x30, [sp, #-16]!
113 stp x29, x30, [sp, #-16]!
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/pinctrl/
Dlantiq,pinctrl-xway.txt47 spi_cs3, spi_cs4, spi_cs5, spi_cs6, asc, stp, gpt1, gpt2, gpt3, clkout0,
51 spi, asc, cgu, jtag, exin, stp, gpt, mdio, ephy, dfe
57 spi_cs2, spi_cs3, spi_cs4, spi_cs5, spi_cs6, asc0, asc0 cts rts, stp, nmi,
62 spi, asc, cgu, jtag, exin, stp, gpt, nmi, pci, ebu, dfe
69 spi_cs6, asc0, asc0 cts rts, stp, nmi, gpt1, gpt2, gpt3, clkout0, clkout1,
74 spi, asc, cgu, exin, stp, gpt, nmi, pci, ebu, mdio, dfe
84 stp, nmi, gpt1, gpt2, gpt3, clkout0, clkout1, clkout2, clkout3, gnt1,
89 spi, usif, cgu, exin, stp, gpt, nmi, pci, ebu, mdio, dfe, gphy
97 usif spi_di, usif spi_do, usif spi_clk, usif spi_cs0, stp, clkout2,
101 spi, usif, cgu, exin, stp, ebu, mdio, dfe, ephy
[all …]
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/nvhe/
Dhost.S16 stp x0, x1, [sp, #-16]!
21 stp x2, x3, [x0, #CPU_XREG_OFFSET(2)]
27 stp x2, x3, [x0, #CPU_XREG_OFFSET(0)]
28 stp x4, x5, [x0, #CPU_XREG_OFFSET(4)]
29 stp x6, x7, [x0, #CPU_XREG_OFFSET(6)]
30 stp x8, x9, [x0, #CPU_XREG_OFFSET(8)]
31 stp x10, x11, [x0, #CPU_XREG_OFFSET(10)]
32 stp x12, x13, [x0, #CPU_XREG_OFFSET(12)]
33 stp x14, x15, [x0, #CPU_XREG_OFFSET(14)]
34 stp x16, x17, [x0, #CPU_XREG_OFFSET(16)]
[all …]

12345678910>>...18