VCPU_SREG_DS     1277 arch/x86/kvm/emulate.c 	ctxt->modrm_seg = VCPU_SREG_DS;
VCPU_SREG_DS     3067 arch/x86/kvm/emulate.c 	tss->ds = get_segment_selector(ctxt, VCPU_SREG_DS);
VCPU_SREG_DS     3096 arch/x86/kvm/emulate.c 	set_segment_selector(ctxt, tss->ds, VCPU_SREG_DS);
VCPU_SREG_DS     3120 arch/x86/kvm/emulate.c 	ret = __load_segment_descriptor(ctxt, tss->ds, VCPU_SREG_DS, cpl,
VCPU_SREG_DS     3181 arch/x86/kvm/emulate.c 	tss->ds = get_segment_selector(ctxt, VCPU_SREG_DS);
VCPU_SREG_DS     3216 arch/x86/kvm/emulate.c 	set_segment_selector(ctxt, tss->ds, VCPU_SREG_DS);
VCPU_SREG_DS     3253 arch/x86/kvm/emulate.c 	ret = __load_segment_descriptor(ctxt, tss->ds, VCPU_SREG_DS, cpl,
VCPU_SREG_DS     5162 arch/x86/kvm/emulate.c 		op->val = VCPU_SREG_DS;
VCPU_SREG_DS     5266 arch/x86/kvm/emulate.c 			ctxt->seg_override = VCPU_SREG_DS;
VCPU_SREG_DS     5446 arch/x86/kvm/emulate.c 		ctxt->seg_override = VCPU_SREG_DS;
VCPU_SREG_DS     2439 arch/x86/kvm/svm.c 	case VCPU_SREG_DS: return &save->ds;
VCPU_SREG_DS     2498 arch/x86/kvm/svm.c 	case VCPU_SREG_DS:
VCPU_SREG_DS     3906 arch/x86/kvm/vmx/nested.c 	vmx_set_segment(vcpu, &seg, VCPU_SREG_DS);
VCPU_SREG_DS     2653 arch/x86/kvm/vmx/vmx.c 	vmx_get_segment(vcpu, &vmx->rmode.segs[VCPU_SREG_DS], VCPU_SREG_DS);
VCPU_SREG_DS     2678 arch/x86/kvm/vmx/vmx.c 	fix_pmode_seg(vcpu, VCPU_SREG_DS, &vmx->rmode.segs[VCPU_SREG_DS]);
VCPU_SREG_DS     2724 arch/x86/kvm/vmx/vmx.c 	vmx_get_segment(vcpu, &vmx->rmode.segs[VCPU_SREG_DS], VCPU_SREG_DS);
VCPU_SREG_DS     2758 arch/x86/kvm/vmx/vmx.c 	fix_rmode_seg(VCPU_SREG_DS, &vmx->rmode.segs[VCPU_SREG_DS]);
VCPU_SREG_DS     3389 arch/x86/kvm/vmx/vmx.c 		if (!rmode_segment_valid(vcpu, VCPU_SREG_DS))
VCPU_SREG_DS     3405 arch/x86/kvm/vmx/vmx.c 		if (!data_segment_valid(vcpu, VCPU_SREG_DS))
VCPU_SREG_DS     4285 arch/x86/kvm/vmx/vmx.c 	seg_setup(VCPU_SREG_DS);
VCPU_SREG_DS     7921 arch/x86/kvm/x86.c 	kvm_set_segment(vcpu, &ds, VCPU_SREG_DS);
VCPU_SREG_DS     8727 arch/x86/kvm/x86.c 	kvm_get_segment(vcpu, &sregs->ds, VCPU_SREG_DS);
VCPU_SREG_DS     8928 arch/x86/kvm/x86.c 	kvm_set_segment(vcpu, &sregs->ds, VCPU_SREG_DS);