Symbol: VCPU_SREG_DS
arch/x86/kvm/emulate.c
1147
ctxt->modrm_seg = VCPU_SREG_DS;
arch/x86/kvm/emulate.c
2651
tss->ds = get_segment_selector(ctxt, VCPU_SREG_DS);
arch/x86/kvm/emulate.c
2680
set_segment_selector(ctxt, tss->ds, VCPU_SREG_DS);
arch/x86/kvm/emulate.c
2704
ret = __load_segment_descriptor(ctxt, tss->ds, VCPU_SREG_DS, cpl,
arch/x86/kvm/emulate.c
2764
tss->ds = get_segment_selector(ctxt, VCPU_SREG_DS);
arch/x86/kvm/emulate.c
2799
set_segment_selector(ctxt, tss->ds, VCPU_SREG_DS);
arch/x86/kvm/emulate.c
2836
ret = __load_segment_descriptor(ctxt, tss->ds, VCPU_SREG_DS, cpl,
arch/x86/kvm/emulate.c
4748
op->val = VCPU_SREG_DS;
arch/x86/kvm/emulate.c
4927
ctxt->seg_override = VCPU_SREG_DS;
arch/x86/kvm/emulate.c
5171
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
1618
case VCPU_SREG_DS: return &save->ds;
arch/x86/kvm/svm/svm.c
1677
case VCPU_SREG_DS:
arch/x86/kvm/vmx/nested.c
4893
__vmx_set_segment(vcpu, &seg, VCPU_SREG_DS);
arch/x86/kvm/vmx/sgx.c
34
vmx_get_segment(vcpu, &s, VCPU_SREG_DS);
arch/x86/kvm/vmx/vmx.c
3128
vmx_get_segment(vcpu, &vmx->rmode.segs[VCPU_SREG_DS], VCPU_SREG_DS);
arch/x86/kvm/vmx/vmx.c
3151
fix_pmode_seg(vcpu, VCPU_SREG_DS, &vmx->rmode.segs[VCPU_SREG_DS]);
arch/x86/kvm/vmx/vmx.c
3205
vmx_get_segment(vcpu, &vmx->rmode.segs[VCPU_SREG_DS], VCPU_SREG_DS);
arch/x86/kvm/vmx/vmx.c
3231
fix_rmode_seg(VCPU_SREG_DS, &vmx->rmode.segs[VCPU_SREG_DS]);
arch/x86/kvm/vmx/vmx.c
3951
if (!rmode_segment_valid(vcpu, VCPU_SREG_DS))
arch/x86/kvm/vmx/vmx.c
3967
if (!data_segment_valid(vcpu, VCPU_SREG_DS))
arch/x86/kvm/vmx/vmx.c
5042
seg_setup(VCPU_SREG_DS);
arch/x86/kvm/x86.c
12179
kvm_get_segment(vcpu, &sregs->ds, VCPU_SREG_DS);
arch/x86/kvm/x86.c
12440
kvm_set_segment(vcpu, &sregs->ds, VCPU_SREG_DS);