Searched refs:ss (Results 326 - 333 of 333) sorted by relevance

<<11121314

/linux-master/arch/x86/kernel/
H A Dsev.c1045 vmsa->ss = vmsa->ds;
/linux-master/drivers/infiniband/ulp/srp/
H A Dib_srp.c3428 ret = srp_parse_in(net, &target->rdma_cm.src.ss, p,
3445 ret = srp_parse_in(net, &target->rdma_cm.dst.ss, p,
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dwmi.h2115 #define WMI_MAX_SPATIAL_STREAM 3 /* default max ss */
2185 #define WMI_VHT_MAX_MCS_4_SS_MASK(r, ss) ((3 & (r)) << (((ss) - 1) << 1))
5065 * - nss - b5:b4 - ss number (0 mean 1ss)
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Ddce_v10_0.c2554 struct amdgpu_atom_ss ss; local
2594 0, 0, ATOM_DISABLE, 0, 0, 0, 0, 0, false, &ss);
3392 /* this is needed for the pll/ss setup to work correctly in some cases */
H A Ddce_v6_0.c2469 struct amdgpu_atom_ss ss; local
2508 0, 0, ATOM_DISABLE, 0, 0, 0, 0, 0, false, &ss);
3216 /* this is needed for the pll/ss setup to work correctly in some cases */
/linux-master/arch/x86/events/
H A Dcore.c2832 ss_base = get_segment_base(regs->ss);
/linux-master/sound/pci/rme9652/
H A Dhdspm.c6201 levels->speed = ss;
/linux-master/arch/x86/kvm/
H A Dx86.c8623 * leave the flag on in this case. The same goes for mov ss
11548 kvm_get_segment(vcpu, &sregs->ss, VCPU_SREG_SS);
11788 kvm_set_segment(vcpu, &sregs->ss, VCPU_SREG_SS);

Completed in 397 milliseconds

<<11121314