| /linux/drivers/usb/gadget/legacy/ |
| H A D | dbgp.c | 94 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/arch/arm64/kernel/ |
| H A D | smccc-call.S | 14 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 …]
|
| H A D | efi-rt-wrapper.S | 10 stp x29, x30, [sp, #-112]! 18 stp x1, x18, [sp, #16] 26 stp x19, x20, [sp, #32] 27 stp x21, x22, [sp, #48] 28 stp x23, x24, [sp, #64] 29 stp x25, x26, [sp, #80] 30 stp x27, x28, [sp, #96] 34 stp x18, x29, [sp, #-16]!
|
| H A D | sleep.S | 66 stp x29, lr, [x0, #SLEEP_STACK_DATA_CALLEE_REGS] 67 stp x19, x20, [x0,#SLEEP_STACK_DATA_CALLEE_REGS+16] 68 stp x21, x22, [x0,#SLEEP_STACK_DATA_CALLEE_REGS+32] 69 stp x23, x24, [x0,#SLEEP_STACK_DATA_CALLEE_REGS+48] 70 stp x25, x26, [x0,#SLEEP_STACK_DATA_CALLEE_REGS+64] 71 stp x27, x28, [x0,#SLEEP_STACK_DATA_CALLEE_REGS+80] 93 stp x29, lr, [sp, #-16]!
|
| /linux/tools/testing/selftests/arm64/abi/ |
| H A D | syscall-abi-asm.S | 74 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 …]
|
| /linux/arch/arm64/kvm/hyp/nvhe/ |
| H A D | host.S | 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)] 173 stp x0, x1, [sp, #-16]! [all …]
|
| /linux/arch/arm64/kvm/hyp/ |
| H A D | hyp-entry.S | 20 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 …]
|
| /linux/drivers/tee/ |
| H A D | tee_heap.c | 401 struct tee_protmem_static_pool *stp = to_protmem_static_pool(pool); in protmem_pool_op_static_alloc() local 405 pa = gen_pool_alloc(stp->gen_pool, size); in protmem_pool_op_static_alloc() 411 gen_pool_free(stp->gen_pool, pa, size); in protmem_pool_op_static_alloc() 416 *offs = pa - stp->pa_base; in protmem_pool_op_static_alloc() 424 struct tee_protmem_static_pool *stp = to_protmem_static_pool(pool); in protmem_pool_op_static_free() local 429 gen_pool_free(stp->gen_pool, sg_phys(sg), sg->length); in protmem_pool_op_static_free() 438 struct tee_protmem_static_pool *stp = to_protmem_static_pool(pool); in protmem_pool_op_static_update_shm() local 440 shm->paddr = stp->pa_base + offs; in protmem_pool_op_static_update_shm() 448 struct tee_protmem_static_pool *stp = to_protmem_static_pool(pool); in protmem_pool_op_static_destroy_pool() local 450 gen_pool_destroy(stp->gen_pool); in protmem_pool_op_static_destroy_pool() [all …]
|
| /linux/arch/arm64/lib/ |
| H A D | kasan_sw_tags.S | 43 stp x2, x3, [sp, #8 * 2] 44 stp x4, x5, [sp, #8 * 4] 45 stp x6, x7, [sp, #8 * 6] 46 stp x8, x9, [sp, #8 * 8] 47 stp x10, x11, [sp, #8 * 10] 48 stp x12, x13, [sp, #8 * 12] 49 stp x14, x15, [sp, #8 * 14]
|
| /linux/arch/mips/alchemy/common/ |
| H A D | dbdma.c | 260 dbdev_tab_t *stp, *dtp; in au1xxx_dbdma_chan_alloc() local 272 stp = find_dbdev_id(srcid); in au1xxx_dbdma_chan_alloc() 273 if (stp == NULL) in au1xxx_dbdma_chan_alloc() 283 if (!(stp->dev_flags & DEV_FLAGS_INUSE) || in au1xxx_dbdma_chan_alloc() 284 (stp->dev_flags & DEV_FLAGS_ANYUSE)) { in au1xxx_dbdma_chan_alloc() 286 stp->dev_flags |= DEV_FLAGS_INUSE; in au1xxx_dbdma_chan_alloc() 293 stp->dev_flags &= ~DEV_FLAGS_INUSE; in au1xxx_dbdma_chan_alloc() 326 ctp->chan_src = stp; in au1xxx_dbdma_chan_alloc() 333 if (stp->dev_intlevel) in au1xxx_dbdma_chan_alloc() 335 if (stp->dev_intpolarity) in au1xxx_dbdma_chan_alloc() [all …]
|
| /linux/fs/nfsd/ |
| H A D | nfs4state.c | 484 set_access(u32 access, struct nfs4_ol_stateid *stp) in set_access() argument 489 stp->st_access_bmap |= mask; in set_access() 494 clear_access(u32 access, struct nfs4_ol_stateid *stp) in clear_access() argument 499 stp->st_access_bmap &= ~mask; in clear_access() 504 test_access(u32 access, struct nfs4_ol_stateid *stp) in test_access() argument 508 return (bool)(stp->st_access_bmap & mask); in test_access() 513 set_deny(u32 deny, struct nfs4_ol_stateid *stp) in set_deny() argument 518 stp->st_deny_bmap |= mask; in set_deny() 523 clear_deny(u32 deny, struct nfs4_ol_stateid *stp) in clear_deny() argument 528 stp->st_deny_bmap &= ~mask; in clear_deny() [all …]
|
| H A D | trace.h | 650 TP_PROTO(stateid_t *stp), 651 TP_ARGS(stp), 659 __entry->cl_boot = stp->si_opaque.so_clid.cl_boot; 660 __entry->cl_id = stp->si_opaque.so_clid.cl_id; 661 __entry->si_id = stp->si_opaque.so_id; 662 __entry->si_generation = stp->si_generation; 673 TP_PROTO(stateid_t *stp), \ 674 TP_ARGS(stp)) 693 TP_PROTO(u32 seqid, const stateid_t *stp), 694 TP_ARGS(seqid, stp), [all …]
|
| H A D | nfs4layouts.c | 228 struct nfs4_stid *stp; in nfsd4_alloc_layout_stateid() local 230 stp = nfs4_alloc_stid(cstate->clp, nfs4_layout_stateid_cache, in nfsd4_alloc_layout_stateid() 232 if (!stp) in nfsd4_alloc_layout_stateid() 236 stp->sc_file = fp; in nfsd4_alloc_layout_stateid() 238 stp->sc_export = exp_get(parent->sc_export); in nfsd4_alloc_layout_stateid() 240 ls = layoutstateid(stp); in nfsd4_alloc_layout_stateid() 259 nfs4_put_stid(stp); in nfsd4_alloc_layout_stateid() 269 nfs4_put_stid(stp); in nfsd4_alloc_layout_stateid() 274 stp->sc_type = SC_TYPE_LAYOUT; in nfsd4_alloc_layout_stateid()
|
| /linux/Documentation/ABI/testing/ |
| H A D | configfs-stp-policy | 1 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
|
| H A D | configfs-stp-policy-p_sys-t | 1 What: /config/stp-policy/<device>:p_sys-t.<policy>/<node>/uuid 13 What: /config/stp-policy/<device>:p_sys-t.<policy>/<node>/do_len 23 What: /config/stp-policy/<device>:p_sys-t.<policy>/<node>/ts_interval 32 What: /config/stp-policy/<device>:p_sys-t.<policy>/<node>/clocksync_interval
|
| /linux/Documentation/devicetree/bindings/pinctrl/ |
| H A D | lantiq,pinctrl-xway.txt | 47 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 …]
|
| /linux/kernel/ |
| H A D | torture.c | 493 struct shuffle_task *stp; in torture_shuffle_task_register() local 497 stp = kmalloc_obj(*stp); in torture_shuffle_task_register() 498 if (WARN_ON_ONCE(stp == NULL)) in torture_shuffle_task_register() 500 stp->st_t = tp; in torture_shuffle_task_register() 502 list_add(&stp->st_l, &shuffle_task_list); in torture_shuffle_task_register() 512 struct shuffle_task *stp; in torture_shuffle_task_unregister_all() local 516 list_for_each_entry_safe(stp, p, &shuffle_task_list, st_l) { in torture_shuffle_task_unregister_all() 517 list_del(&stp->st_l); in torture_shuffle_task_unregister_all() 518 kfree(stp); in torture_shuffle_task_unregister_all() 529 struct shuffle_task *stp; in torture_shuffle_tasks() local [all …]
|
| /linux/arch/mips/boot/dts/lantiq/ |
| H A D | danube_easy50712.dts | 67 stp { 68 lantiq,groups = "stp"; 69 lantiq,function = "stp"; 80 lantiq,pins = "io4", "io5", "io6"; /* stp */ 101 compatible = "lantiq,gpio-stp-xway";
|
| /linux/Documentation/trace/ |
| H A D | sys-t.rst | 17 # mkdir /config/stp-policy/dummy_stm.0:p_sys-t.my-policy/ 30 # cat /config/stp-policy/dummy_stm.0:p_sys-t.my-policy/protocol 37 # mkdir /config/stp-policy/dummy_stm.0:p_sys-t.my-policy/default 38 # ls /config/stp-policy/dummy_stm.0:p_sys-t.my-policy/default 59 See Documentation/ABI/testing/configfs-stp-policy-p_sys-t for more
|
| /linux/drivers/scsi/isci/ |
| H A D | request.h | 146 } stp; member 154 ireq = container_of(stp_req, typeof(*ireq), stp.req); in to_ireq()
|
| H A D | scu_remote_node_context.h | 225 struct stp_remote_node_context stp; member
|
| /linux/tools/testing/selftests/arm64/bti/ |
| H A D | trampoline.S | 22 stp x29, x30, [sp, #-16]!
|
| /linux/tools/testing/selftests/arm64/signal/ |
| H A D | signals.S | 16 stp x29, x30, [sp, #-16]!
|
| /linux/Documentation/trace/coresight/ |
| H A D | panic.rst | 224 a9be7bfd stp x29, x30, [sp, #-32]! 228 a90153f3 stp x19, x20, [sp, #16] 283 a9be7bfd stp x29, x30, [sp, #-32]! 287 a90153f3 stp x19, x20, [sp, #16] 313 a90363f7 stp x23, x24, [sp, #48]
|
| /linux/drivers/scsi/ |
| H A D | st.c | 363 DEB(const char *stp;) in st_chk_result() 445 stp = "read"; in st_chk_result() 447 stp = "write"; in st_chk_result() 449 stp = "ioctl"; in st_chk_result() 452 stp, STp->recover_count); in st_chk_result() 461 static struct st_request *st_allocate_request(struct scsi_tape *stp) in st_allocate_request() argument 467 streq->stp = stp; in st_allocate_request() 469 st_printk(KERN_ERR, stp, in st_allocate_request() 472 stp->buffer->syscall_result = -EINTR; in st_allocate_request() 474 stp->buffer->syscall_result = -EBUSY; in st_allocate_request() [all …]
|