Searched refs:VCPU_SREG_DS (Results 1 - 8 of 8) sorted by relevance

/linux-master/arch/x86/kvm/
H A Dsmm.c215 enter_smm_save_seg_32(vcpu, &smram->ds, &smram->ds_sel, VCPU_SREG_DS);
266 enter_smm_save_seg_64(vcpu, &smram->ds, VCPU_SREG_DS);
349 kvm_set_segment(vcpu, &ds, VCPU_SREG_DS);
492 rsm_load_seg_32(vcpu, &smstate->ds, smstate->ds_sel, VCPU_SREG_DS);
553 rsm_load_seg_64(vcpu, &smstate->ds, VCPU_SREG_DS);
H A Demulate.c1191 ctxt->modrm_seg = VCPU_SREG_DS;
2684 tss->ds = get_segment_selector(ctxt, VCPU_SREG_DS);
2713 set_segment_selector(ctxt, tss->ds, VCPU_SREG_DS);
2737 ret = __load_segment_descriptor(ctxt, tss->ds, VCPU_SREG_DS, cpl,
2797 tss->ds = get_segment_selector(ctxt, VCPU_SREG_DS);
2832 set_segment_selector(ctxt, tss->ds, VCPU_SREG_DS);
2869 ret = __load_segment_descriptor(ctxt, tss->ds, VCPU_SREG_DS, cpl,
4735 op->val = VCPU_SREG_DS;
4839 ctxt->seg_override = VCPU_SREG_DS;
5022 ctxt->seg_override = VCPU_SREG_DS;
[all...]
H A Dx86.c11544 kvm_get_segment(vcpu, &sregs->ds, VCPU_SREG_DS);
11784 kvm_set_segment(vcpu, &sregs->ds, VCPU_SREG_DS);
/linux-master/arch/x86/kvm/vmx/
H A Dsgx.c33 vmx_get_segment(vcpu, &s, VCPU_SREG_DS);
H A Dvmx.c3001 vmx_get_segment(vcpu, &vmx->rmode.segs[VCPU_SREG_DS], VCPU_SREG_DS);
3024 fix_pmode_seg(vcpu, VCPU_SREG_DS, &vmx->rmode.segs[VCPU_SREG_DS]);
3078 vmx_get_segment(vcpu, &vmx->rmode.segs[VCPU_SREG_DS], VCPU_SREG_DS);
3104 fix_rmode_seg(VCPU_SREG_DS, &vmx->rmode.segs[VCPU_SREG_DS]);
3798 if (!rmode_segment_valid(vcpu, VCPU_SREG_DS))
3814 if (!data_segment_valid(vcpu, VCPU_SREG_DS))
[all...]
H A Dnested.c4600 __vmx_set_segment(vcpu, &seg, VCPU_SREG_DS);
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h203 VCPU_SREG_DS, enumerator in enum:__anon5
/linux-master/arch/x86/kvm/svm/
H A Dsvm.c1692 case VCPU_SREG_DS: return &save->ds;
1751 case VCPU_SREG_DS:

Completed in 220 milliseconds