Searched refs:VCPU_SREG_DS (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/arch/x86/kvm/vmx/ |
D | vmx.c | 2681 vmx_get_segment(vcpu, &vmx->rmode.segs[VCPU_SREG_DS], VCPU_SREG_DS); in enter_pmode() 2706 fix_pmode_seg(vcpu, VCPU_SREG_DS, &vmx->rmode.segs[VCPU_SREG_DS]); in enter_pmode() 2752 vmx_get_segment(vcpu, &vmx->rmode.segs[VCPU_SREG_DS], VCPU_SREG_DS); in enter_rmode() 2786 fix_rmode_seg(VCPU_SREG_DS, &vmx->rmode.segs[VCPU_SREG_DS]); in enter_rmode() 3410 if (!rmode_segment_valid(vcpu, VCPU_SREG_DS)) in guest_state_valid() 3426 if (!data_segment_valid(vcpu, VCPU_SREG_DS)) in guest_state_valid() 4301 seg_setup(VCPU_SREG_DS); in vmx_vcpu_reset()
|
D | nested.c | 3896 vmx_set_segment(vcpu, &seg, VCPU_SREG_DS); in load_vmcs12_host_state()
|
/Linux-v5.4/arch/x86/kvm/ |
D | emulate.c | 1248 ctxt->modrm_seg = VCPU_SREG_DS; in decode_modrm() 3038 tss->ds = get_segment_selector(ctxt, VCPU_SREG_DS); in save_state_to_tss16() 3067 set_segment_selector(ctxt, tss->ds, VCPU_SREG_DS); in load_state_from_tss16() 3091 ret = __load_segment_descriptor(ctxt, tss->ds, VCPU_SREG_DS, cpl, in load_state_from_tss16() 3152 tss->ds = get_segment_selector(ctxt, VCPU_SREG_DS); in save_state_to_tss32() 3187 set_segment_selector(ctxt, tss->ds, VCPU_SREG_DS); in load_state_from_tss32() 3224 ret = __load_segment_descriptor(ctxt, tss->ds, VCPU_SREG_DS, cpl, in load_state_from_tss32() 5125 op->val = VCPU_SREG_DS; in decode_operand() 5391 ctxt->seg_override = VCPU_SREG_DS; in x86_decode_insn()
|
D | x86.c | 7848 kvm_set_segment(vcpu, &ds, VCPU_SREG_DS); in enter_smm() 8638 kvm_get_segment(vcpu, &sregs->ds, VCPU_SREG_DS); in __get_sregs() 8835 kvm_set_segment(vcpu, &sregs->ds, VCPU_SREG_DS); in __set_sregs()
|
D | svm.c | 2393 case VCPU_SREG_DS: return &save->ds; in svm_seg() 2452 case VCPU_SREG_DS: in svm_get_segment()
|
/Linux-v5.4/arch/x86/include/asm/ |
D | kvm_host.h | 173 VCPU_SREG_DS, enumerator
|