/linux-4.4.14/arch/arm64/include/asm/ |
D | fpsimdmacros.h | 21 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 …]
|
D | assembler.h | 34 stp \xreg1, \xreg2, [sp, #-16]!
|
/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | dbgp.c | 93 int stp; in dbgp_complete() local 98 stp = 1; in dbgp_complete() 103 stp = 2; in dbgp_complete() 112 stp = 3; in dbgp_complete() 124 "complete: failure (%d:%d) ==> %d\n", stp, err, status); in dbgp_complete() 129 int err, stp; in dbgp_enable_ep_req() local 135 stp = 1; in dbgp_enable_ep_req() 142 stp = 2; in dbgp_enable_ep_req() 150 stp = 3; in dbgp_enable_ep_req() 162 "enable ep req: failure (%d:%d)\n", stp, err); in dbgp_enable_ep_req() [all …]
|
/linux-4.4.14/fs/nfsd/ |
D | trace.h | 15 TP_PROTO(stateid_t *stp), 16 TP_ARGS(stp), 24 __entry->cl_boot = stp->si_opaque.so_clid.cl_boot; 25 __entry->cl_id = stp->si_opaque.so_clid.cl_id; 26 __entry->si_id = stp->si_opaque.so_id; 27 __entry->si_generation = stp->si_generation; 38 TP_PROTO(stateid_t *stp), \ 39 TP_ARGS(stp))
|
D | nfs4state.c | 598 struct nfs4_ol_stateid *stp; in nfs4_alloc_open_stateid() local 604 stp = openlockstateid(stid); in nfs4_alloc_open_stateid() 605 stp->st_stid.sc_free = nfs4_free_ol_stateid; in nfs4_alloc_open_stateid() 606 return stp; in nfs4_alloc_open_stateid() 945 set_access(u32 access, struct nfs4_ol_stateid *stp) in set_access() argument 950 stp->st_access_bmap |= mask; in set_access() 955 clear_access(u32 access, struct nfs4_ol_stateid *stp) in clear_access() argument 960 stp->st_access_bmap &= ~mask; in clear_access() 965 test_access(u32 access, struct nfs4_ol_stateid *stp) in test_access() argument 969 return (bool)(stp->st_access_bmap & mask); in test_access() [all …]
|
D | nfs4layouts.c | 190 struct nfs4_stid *stp; in nfsd4_alloc_layout_stateid() local 192 stp = nfs4_alloc_stid(cstate->clp, nfs4_layout_stateid_cache); in nfsd4_alloc_layout_stateid() 193 if (!stp) in nfsd4_alloc_layout_stateid() 195 stp->sc_free = nfsd4_free_layout_stateid; in nfsd4_alloc_layout_stateid() 197 stp->sc_file = fp; in nfsd4_alloc_layout_stateid() 199 ls = layoutstateid(stp); in nfsd4_alloc_layout_stateid() 223 stp->sc_type = NFS4_LAYOUT_STID; in nfsd4_alloc_layout_stateid()
|
/linux-4.4.14/arch/arm64/lib/ |
D | memmove.S | 117 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 …]
|
D | memset.S | 93 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 …]
|
D | memcpy.S | 68 stp \ptr, \regB, [\regC], \val
|
D | copy_to_user.S | 64 USER(9998f, stp \ptr, \regB, [\regC], \val)
|
D | copy_in_user.S | 66 USER(9998f, stp \ptr, \regB, [\regC], \val)
|
D | copy_from_user.S | 65 stp \ptr, \regB, [\regC], \val
|
/linux-4.4.14/arch/mips/alchemy/common/ |
D | dbdma.c | 259 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-4.4.14/arch/arm64/kernel/ |
D | entry.S | 73 stp x0, x1, [sp, #16 * 0] 74 stp x2, x3, [sp, #16 * 1] 75 stp x4, x5, [sp, #16 * 2] 76 stp x6, x7, [sp, #16 * 3] 77 stp x8, x9, [sp, #16 * 4] 78 stp x10, x11, [sp, #16 * 5] 79 stp x12, x13, [sp, #16 * 6] 80 stp x14, x15, [sp, #16 * 7] 81 stp x16, x17, [sp, #16 * 8] 82 stp x18, x19, [sp, #16 * 9] [all …]
|
D | sleep.S | 65 stp x29, lr, [sp, #-96]! 66 stp x19, x20, [sp,#16] 67 stp x21, x22, [sp,#32] 68 stp x23, x24, [sp,#48] 69 stp x25, x26, [sp,#64] 70 stp x27, x28, [sp,#80]
|
D | entry-ftrace.S | 49 stp x29, x30, [sp, #-16]! 184 stp x0, x1, [sp] 185 stp x2, x3, [sp, #16] 186 stp x4, x5, [sp, #32] 187 stp x6, x7, [sp, #48]
|
D | head.S | 235 stp x21, x1, [x0] // x0 .. x3 at kernel entry 236 stp x2, x3, [x0, #16] 329 1: stp xzr, xzr, [x0], #16 330 stp xzr, xzr, [x0], #16 331 stp xzr, xzr, [x0], #16 332 stp xzr, xzr, [x0], #16
|
D | efi-entry.S | 37 stp x29, x30, [sp, #-32]!
|
/linux-4.4.14/kernel/ |
D | torture.c | 285 struct shuffle_task *stp; in torture_shuffle_task_register() local 289 stp = kmalloc(sizeof(*stp), GFP_KERNEL); in torture_shuffle_task_register() 290 if (WARN_ON_ONCE(stp == NULL)) in torture_shuffle_task_register() 292 stp->st_t = tp; in torture_shuffle_task_register() 294 list_add(&stp->st_l, &shuffle_task_list); in torture_shuffle_task_register() 304 struct shuffle_task *stp; in torture_shuffle_task_unregister_all() local 308 list_for_each_entry_safe(stp, p, &shuffle_task_list, st_l) { in torture_shuffle_task_unregister_all() 309 list_del(&stp->st_l); in torture_shuffle_task_unregister_all() 310 kfree(stp); in torture_shuffle_task_unregister_all() 321 struct shuffle_task *stp; in torture_shuffle_tasks() local [all …]
|
/linux-4.4.14/arch/mips/boot/dts/lantiq/ |
D | easy50712.dts | 64 stp { 65 lantiq,groups = "stp"; 66 lantiq,function = "stp"; 77 lantiq,pins = "io4", "io5", "io6"; /* stp */ 93 stp0: stp@E100BB0 { 95 compatible = "lantiq,gpio-stp-xway";
|
/linux-4.4.14/Documentation/ABI/testing/ |
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
|
/linux-4.4.14/arch/arm64/kvm/ |
D | hyp.S | 47 stp x19, x20, [x3] 48 stp x21, x22, [x3, #16] 49 stp x23, x24, [x3, #32] 50 stp x25, x26, [x3, #48] 51 stp x27, x28, [x3, #64] 52 stp x29, lr, [x3, #80] 58 stp x19, x20, [x3, #96] 130 stp x4, x5, [x3] 131 stp x6, x7, [x3, #16] 132 stp x8, x9, [x3, #32] [all …]
|
/linux-4.4.14/drivers/isdn/divert/ |
D | isdn_divert.c | 599 char st[90], *p, *stp; in interrogate_success() local 642 stp = st; in interrogate_success() 643 sprintf(stp, "%d 0x%lx %d %s ", DIVERT_REPORT, ic->parm.dss1_io.ll_id, in interrogate_success() 645 stp += strlen(stp); in interrogate_success() 653 if (!(n1 = put_address(stp, p, n & 0xFF))) continue; in interrogate_success() 654 stp += strlen(stp); in interrogate_success() 659 sprintf(stp, " 0x%02x ", (*p++) & 0xFF); in interrogate_success() 660 stp += strlen(stp); in interrogate_success() 662 sprintf(stp, "%d ", (*p++) & 0xFF); in interrogate_success() 663 stp += strlen(stp); in interrogate_success() [all …]
|
/linux-4.4.14/arch/arm64/mm/ |
D | proc.S | 75 stp x2, x3, [x0] 76 stp x4, x5, [x0, #16] 77 stp x6, x7, [x0, #32] 78 stp x8, x9, [x0, #48] 79 stp x10, x11, [x0, #64]
|
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/ |
D | lantiq,pinctrl-xway.txt | 42 spi_cs4, spi_cs5, spi_cs6, asc0, asc0 cts rts, stp, nmi , gpt1, gpt2, 50 spi, asc, cgu, jtag, exin, stp, gpt, nmi, pci, ebu, mdio 82 stp { 83 lantiq,groups = "stp"; 84 lantiq,function = "stp"; 91 lantiq,pins = "io4", "io5", "io6"; /* stp */
|
/linux-4.4.14/drivers/scsi/isci/ |
D | request.c | 537 task_context->type.words[0] = *(u32 *)&ireq->stp.cmd; in scu_sata_reqeust_construct_task_context() 550 ((char *) &ireq->stp.cmd) + in scu_sata_reqeust_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 …]
|
D | request.h | 146 } stp; member 154 ireq = container_of(stp_req, typeof(*ireq), stp.req); in to_ireq()
|
D | scu_remote_node_context.h | 225 struct stp_remote_node_context stp; member
|
D | scu_task_context.h | 428 struct stp_task_context stp; member
|
D | task.c | 718 &ireq->stp.rsp, in isci_task_request_complete()
|
/linux-4.4.14/Documentation/devicetree/bindings/gpio/ |
D | gpio-stp-xway.txt | 10 - compatible : Should be "lantiq,gpio-stp-xway" 30 gpio1: stp@E100BB0 { 31 compatible = "lantiq,gpio-stp-xway";
|
/linux-4.4.14/arch/arm64/kernel/vdso/ |
D | gettimeofday.S | 71 stp x10, x11, [x0, #TVAL_TV_SEC] 76 stp w4, w5, [x1, #TZ_MINWEST] 162 stp x10, x11, [x1, #TSPEC_TV_SEC] 190 stp xzr, x2, [x1]
|
/linux-4.4.14/Documentation/trace/ |
D | stm.txt | 31 associated with it, located in "stp-policy" subsystem directory in 37 $ ls /config/stp-policy/dummy_stm.my-policy/user 39 $ cat /config/stp-policy/dummy_stm.my-policy/user/masters 41 $ cat /config/stp-policy/dummy_stm.my-policy/user/channels
|
/linux-4.4.14/net/802/ |
D | Makefile | 12 obj-$(CONFIG_STP) += stp.o
|
/linux-4.4.14/drivers/isdn/hisax/ |
D | callc.c | 1014 init_PStack(struct PStack **stp) { in init_PStack() argument 1015 *stp = kmalloc(sizeof(struct PStack), GFP_ATOMIC); in init_PStack() 1016 if (!*stp) in init_PStack() 1018 (*stp)->next = NULL; in init_PStack() 1019 (*stp)->l1.l1l2 = dummy_pstack; in init_PStack() 1020 (*stp)->l1.l1hw = dummy_pstack; in init_PStack() 1021 (*stp)->l1.l1tei = dummy_pstack; in init_PStack() 1022 (*stp)->l2.l2tei = dummy_pstack; in init_PStack() 1023 (*stp)->l2.l2l1 = dummy_pstack; in init_PStack() 1024 (*stp)->l2.l2l3 = dummy_pstack; in init_PStack() [all …]
|
/linux-4.4.14/drivers/scsi/ |
D | st.c | 361 DEB(const char *stp;) in st_chk_result() 433 stp = "read"; in st_chk_result() 435 stp = "write"; in st_chk_result() 437 stp = "ioctl"; in st_chk_result() 440 stp, STp->recover_count); in st_chk_result() 449 static struct st_request *st_allocate_request(struct scsi_tape *stp) in st_allocate_request() argument 455 streq->stp = stp; in st_allocate_request() 457 st_printk(KERN_ERR, stp, in st_allocate_request() 460 stp->buffer->syscall_result = -EINTR; in st_allocate_request() 462 stp->buffer->syscall_result = -EBUSY; in st_allocate_request() [all …]
|
D | st.h | 30 struct scsi_tape *stp; member
|
D | osst.c | 241 const char *stp; in osst_chk_result() local 306 stp = "read"; in osst_chk_result() 308 stp = "write"; in osst_chk_result() 310 stp = "ioctl"; in osst_chk_result() 311 printk(OSST_DEB_MSG "%s:D: Recovered %s error (%d).\n", name, stp, in osst_chk_result() 326 struct osst_tape *STp = SRpnt->stp; in osst_end_async() 327 struct rq_map_data *mdata = &SRpnt->stp->buffer->map_data; in osst_end_async() 361 struct rq_map_data *mdata = &SRpnt->stp->buffer->map_data; in osst_execute() 366 req = blk_get_request(SRpnt->stp->device->request_queue, write, GFP_KERNEL); in osst_execute() 459 SRpnt->stp = STp; in osst_do_scsi() [all …]
|
D | esp_scsi.c | 1508 u8 stp; in esp_msgin_sdtr() local 1527 stp = DIV_ROUND_UP(period << 2, one_clock); in esp_msgin_sdtr() 1528 if (stp && esp->rev >= FAS236) { in esp_msgin_sdtr() 1529 if (stp >= 50) in esp_msgin_sdtr() 1530 stp--; in esp_msgin_sdtr() 1533 stp = 0; in esp_msgin_sdtr() 1536 esp_setsync(esp, tp, period, offset, stp, offset); in esp_msgin_sdtr()
|
D | osst.h | 636 struct osst_tape *stp; member
|
/linux-4.4.14/scripts/ |
D | checkstack.pl | 50 $re = qr/^.*stp.*sp,\#-([0-9]{1,8})\]\!/o;
|
/linux-4.4.14/drivers/scsi/csiostor/ |
D | csio_wr.c | 744 struct csio_qstatus_page *stp = (struct csio_qstatus_page *)q->vwrap; in csio_wr_cleanup_eq_stpg() local 746 memset(stp, 0, sizeof(*stp)); in csio_wr_cleanup_eq_stpg() 864 struct csio_qstatus_page *stp = (struct csio_qstatus_page *)q->vwrap; in csio_wr_get() local 865 uint16_t cidx = q->cidx = ntohs(stp->cidx); in csio_wr_get()
|
/linux-4.4.14/drivers/scsi/arm/ |
D | fas216.h | 294 unsigned char stp; /* synchronous transfer period */ member
|
D | fas216.c | 217 info->device[i].disconnect_ok, info->device[i].stp, in fas216_dumpinfo() 474 fas216_writeb(info, REG_STP, info->device[target].stp); in fas216_set_sync() 598 dev->stp = fas216_syncperiod(info, msg[3] * 4); in fas216_handlesync() 611 dev->stp = info->scsi.async_stp; in fas216_handlesync() 1609 info->device[i].stp = info->scsi.async_stp; in fas216_bus_reset()
|
/linux-4.4.14/arch/arm64/crypto/ |
D | sha2-ce-core.S | 151 3: stp dga, dgb, [x0]
|
D | aes-modes.S | 37 #define FRAME_PUSH stp x29, x30, [sp,#-16]! ; mov x29, sp
|
/linux-4.4.14/drivers/tty/ |
D | tty_io.c | 346 char *str, *stp; in tty_find_polling_driver() local 362 stp = str; in tty_find_polling_driver() 363 if (*stp == ',') in tty_find_polling_driver() 364 stp++; in tty_find_polling_driver() 365 if (*stp == '\0') in tty_find_polling_driver() 366 stp = NULL; in tty_find_polling_driver() 369 p->ops->poll_init && !p->ops->poll_init(p, tty_line, stp)) { in tty_find_polling_driver()
|
/linux-4.4.14/drivers/gpio/ |
D | Makefile | 90 obj-$(CONFIG_GPIO_STP_XWAY) += gpio-stp-xway.o
|
/linux-4.4.14/drivers/isdn/hardware/eicon/ |
D | divacapi.h | 645 unsigned stp:1; member
|
/linux-4.4.14/net/xfrm/ |
D | xfrm_policy.c | 2559 struct xfrm_tmpl *stp[XFRM_MAX_DEPTH]; in __xfrm_policy_check() local 2582 xfrm_tmpl_sort(stp, tpp, xfrm_nr, family, net); in __xfrm_policy_check() 2583 tpp = stp; in __xfrm_policy_check()
|
/linux-4.4.14/drivers/scsi/megaraid/ |
D | megaraid_sas.h | 1509 struct megasas_stp_frame stp; member
|
/linux-4.4.14/drivers/net/ethernet/micrel/ |
D | ksz884x.c | 6761 static int stp; variable 7250 module_param(stp, int, 0); 7255 MODULE_PARM_DESC(stp, "STP support");
|
/linux-4.4.14/Documentation/ |
D | DMA-API.txt | 597 Modules linked in: nfsd exportfs bridge stp llc r8169
|
/linux-4.4.14/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 1380 brctl stp br0 off
|