Home
last modified time | relevance | path

Searched refs:stp (Results 1 – 25 of 65) sorted by relevance

123

/Linux-v4.19/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 …]
/Linux-v4.19/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 …]
/Linux-v4.19/arch/arm64/kvm/hyp/
Dentry.S35 stp x19, x20, [\ctxt, #CPU_XREG_OFFSET(19)]
36 stp x21, x22, [\ctxt, #CPU_XREG_OFFSET(21)]
37 stp x23, x24, [\ctxt, #CPU_XREG_OFFSET(23)]
38 stp x25, x26, [\ctxt, #CPU_XREG_OFFSET(25)]
39 stp x27, x28, [\ctxt, #CPU_XREG_OFFSET(27)]
40 stp x29, lr, [\ctxt, #CPU_XREG_OFFSET(29)]
99 stp x2, x3, [x1, #CPU_XREG_OFFSET(2)]
105 stp x2, x3, [x1, #CPU_XREG_OFFSET(0)]
106 stp x4, x5, [x1, #CPU_XREG_OFFSET(4)]
107 stp x6, x7, [x1, #CPU_XREG_OFFSET(6)]
[all …]
/Linux-v4.19/arch/arm64/lib/
Dmemmove.S117 stp A_l, A_h, [dst, #-16]!
120 stp A_l, A_h, [dst, #-16]!
123 stp A_l, A_h, [dst, #-16]!
153 stp A_l, A_h, [dst, #-16]
156 stp B_l, B_h, [dst, #-32]
157 stp C_l, C_h, [dst, #-48]
159 stp D_l, D_h, [dst, #-64]!
181 stp A_l, A_h, [dst, #-16]
183 stp B_l, B_h, [dst, #-32]
185 stp C_l, C_h, [dst, #-48]
[all …]
Dmemset.S93 stp A_l, A_l, [dst] /*non-aligned store..*/
110 stp A_l, A_l, [dst], #16
112 stp A_l, A_l, [dst], #16
114 stp A_l, A_l, [dst], #16
123 stp A_l, A_l, [dst, #-16] /* Repeat some/all of last store. */
136 stp A_l, A_l, [dst, #16]
137 stp A_l, A_l, [dst, #32]
138 stp A_l, A_l, [dst, #48]
139 stp A_l, A_l, [dst, #64]!
199 stp A_l, A_l, [dst]
[all …]
/Linux-v4.19/arch/arm64/include/asm/
Dfpsimdmacros.h21 stp q0, q1, [\state, #16 * 0]
22 stp q2, q3, [\state, #16 * 2]
23 stp q4, q5, [\state, #16 * 4]
24 stp q6, q7, [\state, #16 * 6]
25 stp q8, q9, [\state, #16 * 8]
26 stp q10, q11, [\state, #16 * 10]
27 stp q12, q13, [\state, #16 * 12]
28 stp q14, q15, [\state, #16 * 14]
29 stp q16, q17, [\state, #16 * 16]
30 stp q18, q19, [\state, #16 * 18]
[all …]
/Linux-v4.19/arch/mips/alchemy/common/
Ddbdma.c259 dbdev_tab_t *stp, *dtp; in au1xxx_dbdma_chan_alloc() local
271 stp = find_dbdev_id(srcid); in au1xxx_dbdma_chan_alloc()
272 if (stp == NULL) in au1xxx_dbdma_chan_alloc()
282 if (!(stp->dev_flags & DEV_FLAGS_INUSE) || in au1xxx_dbdma_chan_alloc()
283 (stp->dev_flags & DEV_FLAGS_ANYUSE)) { in au1xxx_dbdma_chan_alloc()
285 stp->dev_flags |= DEV_FLAGS_INUSE; in au1xxx_dbdma_chan_alloc()
292 stp->dev_flags &= ~DEV_FLAGS_INUSE; in au1xxx_dbdma_chan_alloc()
325 ctp->chan_src = stp; in au1xxx_dbdma_chan_alloc()
332 if (stp->dev_intlevel) in au1xxx_dbdma_chan_alloc()
334 if (stp->dev_intpolarity) in au1xxx_dbdma_chan_alloc()
[all …]
/Linux-v4.19/fs/nfsd/
Dnfs4state.c1068 set_access(u32 access, struct nfs4_ol_stateid *stp) in set_access() argument
1073 stp->st_access_bmap |= mask; in set_access()
1078 clear_access(u32 access, struct nfs4_ol_stateid *stp) in clear_access() argument
1083 stp->st_access_bmap &= ~mask; in clear_access()
1088 test_access(u32 access, struct nfs4_ol_stateid *stp) in test_access() argument
1092 return (bool)(stp->st_access_bmap & mask); in test_access()
1097 set_deny(u32 deny, struct nfs4_ol_stateid *stp) in set_deny() argument
1102 stp->st_deny_bmap |= mask; in set_deny()
1107 clear_deny(u32 deny, struct nfs4_ol_stateid *stp) in clear_deny() argument
1112 stp->st_deny_bmap &= ~mask; in clear_deny()
[all …]
Dtrace.h131 TP_PROTO(stateid_t *stp),
132 TP_ARGS(stp),
140 __entry->cl_boot = stp->si_opaque.so_clid.cl_boot;
141 __entry->cl_id = stp->si_opaque.so_clid.cl_id;
142 __entry->si_id = stp->si_opaque.so_id;
143 __entry->si_generation = stp->si_generation;
154 TP_PROTO(stateid_t *stp), \
155 TP_ARGS(stp))
/Linux-v4.19/arch/arm64/kernel/
Dentry.S161 stp x0, x1, [sp, #16 * 0]
162 stp x2, x3, [sp, #16 * 1]
163 stp x4, x5, [sp, #16 * 2]
164 stp x6, x7, [sp, #16 * 3]
165 stp x8, x9, [sp, #16 * 4]
166 stp x10, x11, [sp, #16 * 5]
167 stp x12, x13, [sp, #16 * 6]
168 stp x14, x15, [sp, #16 * 7]
169 stp x16, x17, [sp, #16 * 8]
170 stp x18, x19, [sp, #16 * 9]
[all …]
Dsleep.S65 stp x29, lr, [x0, #SLEEP_STACK_DATA_CALLEE_REGS]
66 stp x19, x20, [x0,#SLEEP_STACK_DATA_CALLEE_REGS+16]
67 stp x21, x22, [x0,#SLEEP_STACK_DATA_CALLEE_REGS+32]
68 stp x23, x24, [x0,#SLEEP_STACK_DATA_CALLEE_REGS+48]
69 stp x25, x26, [x0,#SLEEP_STACK_DATA_CALLEE_REGS+64]
70 stp x27, x28, [x0,#SLEEP_STACK_DATA_CALLEE_REGS+80]
92 stp x29, lr, [sp, #-16]!
Dentry-ftrace.S50 stp x29, x30, [sp, #-16]!
175 stp x0, x1, [sp]
176 stp x2, x3, [sp, #16]
177 stp x4, x5, [sp, #32]
178 stp x6, x7, [sp, #48]
Dsmccc-call.S22 stp x0, x1, [x4, #ARM_SMCCC_RES_X0_OFFS]
23 stp x2, x3, [x4, #ARM_SMCCC_RES_X2_OFFS]
Defi-rt-wrapper.S12 stp x29, x30, [sp, #-32]!
20 stp x1, x18, [sp, #16]
Dhead.S140 stp x21, x1, [x0] // x0 .. x3 at kernel entry
141 stp x2, x3, [x0, #16]
304 1: stp xzr, xzr, [x0], #16
305 stp xzr, xzr, [x0], #16
306 stp xzr, xzr, [x0], #16
307 stp xzr, xzr, [x0], #16
417 stp xzr, x30, [sp, #-16]!
/Linux-v4.19/kernel/
Dtorture.c338 struct shuffle_task *stp; in torture_shuffle_task_register() local
342 stp = kmalloc(sizeof(*stp), GFP_KERNEL); in torture_shuffle_task_register()
343 if (WARN_ON_ONCE(stp == NULL)) in torture_shuffle_task_register()
345 stp->st_t = tp; in torture_shuffle_task_register()
347 list_add(&stp->st_l, &shuffle_task_list); in torture_shuffle_task_register()
357 struct shuffle_task *stp; in torture_shuffle_task_unregister_all() local
361 list_for_each_entry_safe(stp, p, &shuffle_task_list, st_l) { in torture_shuffle_task_unregister_all()
362 list_del(&stp->st_l); in torture_shuffle_task_unregister_all()
363 kfree(stp); in torture_shuffle_task_unregister_all()
374 struct shuffle_task *stp; in torture_shuffle_tasks() local
[all …]
/Linux-v4.19/arch/mips/boot/dts/lantiq/
Deasy50712.dts65 stp {
66 lantiq,groups = "stp";
67 lantiq,function = "stp";
78 lantiq,pins = "io4", "io5", "io6"; /* stp */
94 stp0: stp@E100BB0 {
96 compatible = "lantiq,gpio-stp-xway";
/Linux-v4.19/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 …]
/Linux-v4.19/Documentation/ABI/testing/
Dconfigfs-stp-policy1 What: /config/stp-policy
9 What: /config/stp-policy/<device>.<policy>
19 What: /config/stp-policy/<device>.<policy>/device
26 What: /config/stp-policy/<device>.<policy>/<node>
34 What: /config/stp-policy/<device>.<policy>/<node>/masters
41 What: /config/stp-policy/<device>.<policy>/<node>/channels
/Linux-v4.19/drivers/isdn/divert/
Disdn_divert.c596 char st[90], *p, *stp; in interrogate_success() local
639 stp = st; in interrogate_success()
640 sprintf(stp, "%d 0x%lx %d %s ", DIVERT_REPORT, ic->parm.dss1_io.ll_id, in interrogate_success()
642 stp += strlen(stp); in interrogate_success()
650 if (!(n1 = put_address(stp, p, n & 0xFF))) continue; in interrogate_success()
651 stp += strlen(stp); in interrogate_success()
656 sprintf(stp, " 0x%02x ", (*p++) & 0xFF); in interrogate_success()
657 stp += strlen(stp); in interrogate_success()
659 sprintf(stp, "%d ", (*p++) & 0xFF); in interrogate_success()
660 stp += strlen(stp); in interrogate_success()
[all …]
/Linux-v4.19/drivers/scsi/isci/
Drequest.c537 task_context->type.words[0] = *(u32 *)&ireq->stp.cmd; in scu_sata_request_construct_task_context()
550 ((char *) &ireq->stp.cmd) + in scu_sata_request_construct_task_context()
570 task_context->type.stp.fis_type = FIS_REGH2D; in scu_stp_raw_request_construct_task_context()
577 struct isci_stp_request *stp_req = &ireq->stp.req; in sci_stp_pio_request_construct()
643 struct host_to_dev_fis *h2d_fis = &ireq->stp.cmd; in sci_atapi_construct()
662 ireq->stp.rsp.fis_type = 0; in sci_atapi_construct()
1326 struct isci_stp_request *stp_req = &ireq->stp.req; in sci_stp_request_pio_data_out_trasmit_data_frame()
1344 task_context->type.stp.fis_type = FIS_DATA; in sci_stp_request_pio_data_out_trasmit_data_frame()
1352 struct isci_stp_request *stp_req = &ireq->stp.req; in sci_stp_request_pio_data_out_transmit_data()
1512 struct isci_stp_request *stp_req = &ireq->stp.req; in pio_data_out_tx_done_tc_event()
[all …]
/Linux-v4.19/arch/arm64/mm/
Dproc.S85 stp x2, x3, [x0]
86 stp x4, xzr, [x0, #16]
87 stp x5, x6, [x0, #32]
88 stp x7, x8, [x0, #48]
89 stp x9, x10, [x0, #64]
90 stp x11, x12, [x0, #80]
/Linux-v4.19/Documentation/devicetree/bindings/gpio/
Dgpio-stp-xway.txt10 - compatible : Should be "lantiq,gpio-stp-xway"
30 gpio1: stp@e100bb0 {
31 compatible = "lantiq,gpio-stp-xway";
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_defer.c536 struct xfs_trans *stp) in xfs_defer_move() argument
538 list_splice_init(&stp->t_dfops, &dtp->t_dfops); in xfs_defer_move()
546 dtp->t_flags |= (stp->t_flags & XFS_TRANS_LOWMODE); in xfs_defer_move()
548 xfs_defer_reset(stp); in xfs_defer_move()
/Linux-v4.19/arch/arm64/kernel/vdso/
Dgettimeofday.S122 stp x10, x11, [x1, #TSPEC_TV_SEC]
163 stp x10, x11, [x0, #TVAL_TV_SEC]
168 stp w4, w5, [x1, #TZ_MINWEST]
313 stp xzr, x2, [x1]

123