Searched refs:ds (Results 226 - 250 of 394) sorted by relevance

1234567891011>>

/linux-master/drivers/crypto/cavium/zip/
H A Dzip_deflate.c88 zip_cmd->s.ds = 0;
/linux-master/drivers/infiniband/hw/mthca/
H A Dmthca_srq.c211 int ds; local
228 ds = max(64UL,
232 if (!mthca_is_memfree(dev) && (ds > dev->limits.max_desc_sz))
235 srq->wqe_shift = ilog2(ds);
/linux-master/arch/mips/include/asm/xtalk/
H A Dxwidget.h241 unsigned ds:2; member in struct:__anon2118
/linux-master/arch/x86/boot/
H A Dedd.c51 buf_base = (ds() << 4) + (u32)&_end;
H A Dboot.h47 static inline u16 ds(void) function
50 asm("movw %%ds,%0" : "=rm" (seg));
231 u16 es, ds; member in struct:biosregs::__anon66::__anon68
/linux-master/drivers/parport/
H A Dparport_cs.c52 #include <pcmcia/ds.h>
/linux-master/drivers/usb/host/
H A Dsl811_cs.c25 #include <pcmcia/ds.h>
/linux-master/arch/x86/math-emu/
H A Dfpu_system.h81 #define FPU_DS (*(unsigned short *) &(FPU_info->regs->ds))
/linux-master/lib/zstd/common/
H A Dcpu.h148 D(ds, 21)
/linux-master/arch/x86/platform/olpc/
H A Dxo1-wakeup.S41 movw %ax, %ds
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_vl.c117 dev_dbg(priv->ds->dev, "max_cycle_time %lld its_base_time %lld\n",
411 struct dsa_port *dp = dsa_to_port(priv->ds, port);
512 struct dsa_port *dp = dsa_to_port(priv->ds, port);
588 struct dsa_port *dp = dsa_to_port(priv->ds, port);
/linux-master/drivers/scsi/pcmcia/
H A Daha152x_stub.c56 #include <pcmcia/ds.h>
/linux-master/drivers/s390/scsi/
H A Dzfcp_fc.h213 * @ds: FC directory service
219 struct zfcp_fc_wka_port ds; member in struct:zfcp_fc_wka_ports
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dsvm.c84 vmcb_set_seg(&save->ds, get_ds(), 0, -1U, data_seg_attr);
/linux-master/arch/x86/include/asm/
H A Dsegment.h316 #define __loadsegment_ds(value) __loadsegment_simple(ds, (value))
H A Dkexec.h90 asm volatile("movl %%ds, %%eax;" :"=a"(newregs->ds));
/linux-master/drivers/net/dsa/microchip/
H A Dksz8863_smi.c194 dsa_switch_shutdown(dev->ds);
/linux-master/arch/x86/kernel/
H A Dftrace_32.S107 * We do _NOT_ restore: ss, flags, cs, gs, fs, es, ds
121 pushl %ds
/linux-master/net/dsa/
H A Dtag.h40 if (dp->ds->index == device && dp->index == port &&
/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayout.h41 struct nfs4_pnfs_ds *ds; member in struct:nfs4_ff_layout_ds
/linux-master/arch/x86/platform/pvh/
H A Dhead.S36 * - `ds`, `es`: must be a 32-bit read/write data segment with a base of
60 mov %eax,%ds
/linux-master/drivers/crypto/
H A Dn2_core.c467 int err, bs, ds; local
475 ds = crypto_shash_digestsize(child_shash);
476 BUG_ON(ds > N2_HASH_KEY_MAX);
482 keylen = ds;
613 int ds; local
615 ds = n2alg->digest_size;
617 memcpy(req->result, n2alg->hash_zero, ds);
623 n2alg->hw_op_hashsz, ds,
633 int ds; local
635 ds
[all...]
/linux-master/drivers/staging/media/atomisp/pci/runtime/binary/src/
H A Dbinary.c74 bool binary_supports_yuv_ds = info->enable.ds & 2;
1093 if (!(candidate->enable.ds & 2) && enable_yuv_ds) {
1097 ((candidate->enable.ds & 2) != 0),
1101 if ((candidate->enable.ds & 2) && !enable_yuv_ds) {
1105 ((candidate->enable.ds & 2) != 0),
1111 candidate->enable.ds && need_ds)
1152 if (!candidate->enable.ds && need_ds && !(xcandidate->num_output_pins > 1)) {
1155 __LINE__, candidate->enable.ds, (int)need_ds);
/linux-master/drivers/net/can/usb/
H A Dgs_usb.c1019 struct gs_device_state ds; local
1025 &ds, sizeof(ds),
1031 if (le32_to_cpu(ds.state) >= CAN_STATE_MAX)
1034 *state = le32_to_cpu(ds.state);
1035 bec->txerr = le32_to_cpu(ds.txerr);
1036 bec->rxerr = le32_to_cpu(ds.rxerr);
/linux-master/drivers/scsi/
H A Dqlogicpti.c901 struct dataseg *ds; local
914 ds = cmd->dataseg;
922 ds[i].d_base = sg_dma_address(s);
923 ds[i].d_count = sg_dma_len(s);
941 ds = cont->dataseg;
946 ds[i].d_base = sg_dma_address(s);
947 ds[i].d_count = sg_dma_len(s);

Completed in 347 milliseconds

1234567891011>>