Searched refs:ds (Results 251 - 275 of 394) sorted by relevance

<<111213141516

/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dgf100.c53 nvkm_wr32(device, 0x405804, gr->zbc_color[zbc].ds[0]);
54 nvkm_wr32(device, 0x405808, gr->zbc_color[zbc].ds[1]);
55 nvkm_wr32(device, 0x40580c, gr->zbc_color[zbc].ds[2]);
56 nvkm_wr32(device, 0x405810, gr->zbc_color[zbc].ds[3]);
65 const u32 ds[4], const u32 l2[4])
74 if (memcmp(gr->zbc_color[i].ds, ds, sizeof(
75 gr->zbc_color[i].ds)))
91 memcpy(gr->zbc_color[zbc].ds, ds, sizeo
64 gf100_gr_zbc_color_get(struct gf100_gr *gr, int format, const u32 ds[4], const u32 l2[4]) argument
111 gf100_gr_zbc_depth_get(struct gf100_gr *gr, int format, const u32 ds, const u32 l2) argument
2169 gf100_gr_init_num_tpc_per_gpc(struct gf100_gr *gr, bool pd, bool ds) argument
[all...]
/linux-master/arch/x86/platform/efi/
H A Defi_64.c517 savesegment(ds, __ds); \
521 loadsegment(ds, __KERNEL_DS); \
526 loadsegment(ds, __ds); \
/linux-master/arch/x86/entry/
H A Dentry_32.S20 * 1C(%esp) - %ds
168 * We're called with %ds, %es, %fs, and %gs from the interrupted
222 pushl %ds
231 movl %edx, %ds
268 1: popl %ds
/linux-master/drivers/net/wireguard/
H A Dreceive.c389 INET_ECN_decapsulate(skb, PACKET_CB(skb)->ds, ip_hdr(skb)->tos);
393 INET_ECN_decapsulate(skb, PACKET_CB(skb)->ds, ipv6_get_dsfield(ipv6_hdr(skb)));
575 PACKET_CB(skb)->ds = ip_tunnel_get_dsfield(ip_hdr(skb), skb);
H A Dsend.c252 PACKET_CB(skb)->ds) && !is_keepalive))
378 PACKET_CB(skb)->ds = ip_tunnel_ecn_encap(0, ip_hdr(skb), skb);
H A Dqueueing.h64 u8 ds; member in struct:packet_cb
/linux-master/include/soc/mscc/
H A Docelot_vcap.h548 struct ocelot_vcap_u8 ds; member in struct:ocelot_vcap_key_ipv4
571 struct ocelot_vcap_u8 ds; member in struct:ocelot_vcap_key_ipv6
/linux-master/arch/x86/boot/compressed/
H A Dhead_64.S113 movl %eax, %ds
303 movl %eax, %ds
/linux-master/arch/x86/kernel/fpu/
H A Dregset.c346 * should be actually ds/cs at fpu exception time, but
351 savesegment(ds, env->fos);
353 env->fos = tsk->thread.ds;
388 /* cs and ds ignored */
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dptp.c532 dsa_switch_for_each_user_port(dp, chip->ds) {
533 upstream = dsa_upstream_port(chip->ds, dp->index);
/linux-master/arch/x86/include/asm/
H A Dprocessor.h269 unsigned short ds, __dsh; member in struct:x86_hw_tss
433 unsigned short ds; member in struct:thread_struct
/linux-master/arch/x86/kernel/
H A Dldt.c125 savesegment(ds, sel);
127 loadsegment(ds, sel);
H A Dperf_regs.c34 PT_REGS_OFFSET(PERF_REG_X86_DS, ds),
41 * ds, es, fs, gs in 64 bit mode.
H A Dvm86_32.c132 unsafe_put_user(regs->ds, &user->regs.ds, Efault_end);
270 vm86regs.ds = v.regs.ds;
/linux-master/drivers/mtd/nand/raw/
H A Ddiskonchip.c139 uint16_t ds[4], s[5], tmp, errval[8], syn[4]; local
144 ds[0] = ((ecc[4] & 0xff) >> 0) | ((ecc[5] & 0x03) << 8);
145 ds[1] = ((ecc[5] & 0xfc) >> 2) | ((ecc[2] & 0x0f) << 6);
146 ds[2] = ((ecc[2] & 0xf0) >> 4) | ((ecc[3] & 0x3f) << 4);
147 ds[3] = ((ecc[3] & 0xc0) >> 6) | ((ecc[0] & 0xff) << 2);
152 s[i] = ds[0];
155 * s[i] = ds[3]x^3 + ds[2]x^2 + ds[1]x^1 + ds[
[all...]
/linux-master/tools/testing/selftests/x86/
H A Dentry_from_vm86.c267 v86.regs.ds = load_addr / 16;
/linux-master/drivers/net/can/sja1000/
H A Dems_pcmcia.c15 #include <pcmcia/ds.h>
/linux-master/drivers/pcmcia/
H A Dsocket_sysfs.c28 #include <pcmcia/ds.h>
/linux-master/drivers/scsi/pcmcia/
H A Dqlogic_stub.c55 #include <pcmcia/ds.h>
/linux-master/arch/x86/boot/
H A Dvideo-vesa.c264 ireg.es = ds();
/linux-master/drivers/gpu/drm/amd/display/include/
H A Dbios_parser_types.h308 } ds; member in union:bp_spread_spectrum_parameters::__anon185
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dhw.h727 void (*set_desc_link)(void *ds, u32 link);
732 void (*set_txdesc)(struct ath_hw *ah, void *ds,
734 int (*proc_txdesc)(struct ath_hw *ah, void *ds,
736 int (*get_duration)(struct ath_hw *ah, const void *ds, int index);
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dsvm.h199 struct vmcb_seg ds; member in struct:vmcb_save_area
/linux-master/drivers/net/wireless/marvell/libertas/
H A Dtypes.h55 struct ieee_ie_ds_param_set ds; member in union:ieee_phy_param_set
/linux-master/drivers/net/dsa/hirschmann/
H A Dhellcreek.h278 struct dsa_switch *ds; member in struct:hellcreek

Completed in 292 milliseconds

<<111213141516