Home
last modified time | relevance | path

Searched refs:VCPU_SREG_DS (Results 1 – 7 of 7) sorted by relevance

/linux/arch/x86/kvm/vmx/
A Dsgx.c32 vmx_get_segment(vcpu, &s, VCPU_SREG_DS); in sgx_get_encls_gva()
A Dvmx.c2737 vmx_get_segment(vcpu, &vmx->rmode.segs[VCPU_SREG_DS], VCPU_SREG_DS); in enter_pmode()
2760 fix_pmode_seg(vcpu, VCPU_SREG_DS, &vmx->rmode.segs[VCPU_SREG_DS]); in enter_pmode()
2806 vmx_get_segment(vcpu, &vmx->rmode.segs[VCPU_SREG_DS], VCPU_SREG_DS); in enter_rmode()
2840 fix_rmode_seg(VCPU_SREG_DS, &vmx->rmode.segs[VCPU_SREG_DS]); in enter_rmode()
3517 if (!rmode_segment_valid(vcpu, VCPU_SREG_DS)) in __vmx_guest_state_valid()
3533 if (!data_segment_valid(vcpu, VCPU_SREG_DS)) in __vmx_guest_state_valid()
4435 seg_setup(VCPU_SREG_DS); in vmx_vcpu_reset()
A Dnested.c4314 __vmx_set_segment(vcpu, &seg, VCPU_SREG_DS); in load_vmcs12_host_state()
/linux/arch/x86/kvm/
A Demulate.c1177 ctxt->modrm_seg = VCPU_SREG_DS; in decode_modrm()
2961 tss->ds = get_segment_selector(ctxt, VCPU_SREG_DS); in save_state_to_tss16()
2990 set_segment_selector(ctxt, tss->ds, VCPU_SREG_DS); in load_state_from_tss16()
3014 ret = __load_segment_descriptor(ctxt, tss->ds, VCPU_SREG_DS, cpl, in load_state_from_tss16()
3075 tss->ds = get_segment_selector(ctxt, VCPU_SREG_DS); in save_state_to_tss32()
3110 set_segment_selector(ctxt, tss->ds, VCPU_SREG_DS); in load_state_from_tss32()
3147 ret = __load_segment_descriptor(ctxt, tss->ds, VCPU_SREG_DS, cpl, in load_state_from_tss32()
5001 op->val = VCPU_SREG_DS; in decode_operand()
5105 ctxt->seg_override = VCPU_SREG_DS; in x86_decode_insn()
5286 ctxt->seg_override = VCPU_SREG_DS; in x86_decode_insn()
A Dx86.c9450 kvm_set_segment(vcpu, &ds, VCPU_SREG_DS); in enter_smm()
10358 kvm_get_segment(vcpu, &sregs->ds, VCPU_SREG_DS); in __get_sregs_common()
10583 kvm_set_segment(vcpu, &sregs->ds, VCPU_SREG_DS); in __set_sregs_common()
/linux/arch/x86/include/asm/
A Dkvm_host.h186 VCPU_SREG_DS, enumerator
/linux/arch/x86/kvm/svm/
A Dsvm.c1660 case VCPU_SREG_DS: return &save->ds; in svm_seg()
1719 case VCPU_SREG_DS: in svm_get_segment()

Completed in 74 milliseconds