Symbol: VCPU_SREG_DS
arch/x86/kvm/emulate.c
1146
ctxt->modrm_seg = VCPU_SREG_DS;
arch/x86/kvm/emulate.c
2637
tss->ds = get_segment_selector(ctxt, VCPU_SREG_DS);
arch/x86/kvm/emulate.c
2666
set_segment_selector(ctxt, tss->ds, VCPU_SREG_DS);
arch/x86/kvm/emulate.c
2690
ret = __load_segment_descriptor(ctxt, tss->ds, VCPU_SREG_DS, cpl,
arch/x86/kvm/emulate.c
2750
tss->ds = get_segment_selector(ctxt, VCPU_SREG_DS);
arch/x86/kvm/emulate.c
2785
set_segment_selector(ctxt, tss->ds, VCPU_SREG_DS);
arch/x86/kvm/emulate.c
2822
ret = __load_segment_descriptor(ctxt, tss->ds, VCPU_SREG_DS, cpl,
arch/x86/kvm/emulate.c
4746
op->val = VCPU_SREG_DS;
arch/x86/kvm/emulate.c
4925
ctxt->seg_override = VCPU_SREG_DS;
arch/x86/kvm/emulate.c
5169
ctxt->seg_override = VCPU_SREG_DS;
arch/x86/kvm/smm.c
216
enter_smm_save_seg_32(vcpu, &smram->ds, &smram->ds_sel, VCPU_SREG_DS);
arch/x86/kvm/smm.c
267
enter_smm_save_seg_64(vcpu, &smram->ds, VCPU_SREG_DS);
arch/x86/kvm/smm.c
354
kvm_set_segment(vcpu, &ds, VCPU_SREG_DS);
arch/x86/kvm/smm.c
497
rsm_load_seg_32(vcpu, &smstate->ds, smstate->ds_sel, VCPU_SREG_DS);
arch/x86/kvm/smm.c
558
rsm_load_seg_64(vcpu, &smstate->ds, VCPU_SREG_DS);
arch/x86/kvm/svm/svm.c
1558
case VCPU_SREG_DS: return &save->ds;
arch/x86/kvm/svm/svm.c
1617
case VCPU_SREG_DS:
arch/x86/kvm/vmx/nested.c
4878
__vmx_set_segment(vcpu, &seg, VCPU_SREG_DS);
arch/x86/kvm/vmx/sgx.c
33
vmx_get_segment(vcpu, &s, VCPU_SREG_DS);
arch/x86/kvm/vmx/vmx.c
3201
vmx_get_segment(vcpu, &vmx->rmode.segs[VCPU_SREG_DS], VCPU_SREG_DS);
arch/x86/kvm/vmx/vmx.c
3224
fix_pmode_seg(vcpu, VCPU_SREG_DS, &vmx->rmode.segs[VCPU_SREG_DS]);
arch/x86/kvm/vmx/vmx.c
3278
vmx_get_segment(vcpu, &vmx->rmode.segs[VCPU_SREG_DS], VCPU_SREG_DS);
arch/x86/kvm/vmx/vmx.c
3304
fix_rmode_seg(VCPU_SREG_DS, &vmx->rmode.segs[VCPU_SREG_DS]);
arch/x86/kvm/vmx/vmx.c
4028
if (!rmode_segment_valid(vcpu, VCPU_SREG_DS))
arch/x86/kvm/vmx/vmx.c
4044
if (!data_segment_valid(vcpu, VCPU_SREG_DS))
arch/x86/kvm/vmx/vmx.c
5110
seg_setup(VCPU_SREG_DS);
arch/x86/kvm/x86.c
12140
kvm_get_segment(vcpu, &sregs->ds, VCPU_SREG_DS);
arch/x86/kvm/x86.c
12403
kvm_set_segment(vcpu, &sregs->ds, VCPU_SREG_DS);