VCPU_SREG_DS 757 arch/x86/kvm/svm.c case VCPU_SREG_DS: return &save->ds; VCPU_SREG_DS 1309 arch/x86/kvm/vmx.c fix_pmode_dataseg(VCPU_SREG_DS, &vcpu->arch.rmode.ds); VCPU_SREG_DS 1381 arch/x86/kvm/vmx.c fix_rmode_seg(VCPU_SREG_DS, &vcpu->arch.rmode.ds); VCPU_SREG_DS 2053 arch/x86/kvm/vmx.c seg_setup(VCPU_SREG_DS); VCPU_SREG_DS 3117 arch/x86/kvm/x86.c kvm_get_segment(vcpu, &sregs->ds, VCPU_SREG_DS); VCPU_SREG_DS 3333 arch/x86/kvm/x86.c tss->ds = get_segment_selector(vcpu, VCPU_SREG_DS); VCPU_SREG_DS 3369 arch/x86/kvm/x86.c if (kvm_load_segment_descriptor(vcpu, tss->ds, 1, VCPU_SREG_DS)) VCPU_SREG_DS 3397 arch/x86/kvm/x86.c tss->ds = get_segment_selector(vcpu, VCPU_SREG_DS); VCPU_SREG_DS 3428 arch/x86/kvm/x86.c if (kvm_load_segment_descriptor(vcpu, tss->ds, 1, VCPU_SREG_DS)) VCPU_SREG_DS 3628 arch/x86/kvm/x86.c kvm_set_segment(vcpu, &sregs->ds, VCPU_SREG_DS); VCPU_SREG_DS 963 arch/x86/kvm/x86_emulate.c set_seg_override(c, VCPU_SREG_DS);