Searched refs:VCPU_SREG_DS (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/arch/x86/kvm/ |
D | emulate.c | 1172 ctxt->modrm_seg = VCPU_SREG_DS; in decode_modrm() 2891 tss->ds = get_segment_selector(ctxt, VCPU_SREG_DS); in save_state_to_tss16() 2920 set_segment_selector(ctxt, tss->ds, VCPU_SREG_DS); in load_state_from_tss16() 2944 ret = __load_segment_descriptor(ctxt, tss->ds, VCPU_SREG_DS, cpl, in load_state_from_tss16() 3010 tss->ds = get_segment_selector(ctxt, VCPU_SREG_DS); in save_state_to_tss32() 3045 set_segment_selector(ctxt, tss->ds, VCPU_SREG_DS); in load_state_from_tss32() 3082 ret = __load_segment_descriptor(ctxt, tss->ds, VCPU_SREG_DS, cpl, in load_state_from_tss32() 4754 op->val = VCPU_SREG_DS; in decode_operand() 5013 ctxt->seg_override = VCPU_SREG_DS; in x86_decode_insn()
|
D | vmx.c | 3443 vmx_get_segment(vcpu, &vmx->rmode.segs[VCPU_SREG_DS], VCPU_SREG_DS); in enter_pmode() 3468 fix_pmode_seg(vcpu, VCPU_SREG_DS, &vmx->rmode.segs[VCPU_SREG_DS]); in enter_pmode() 3513 vmx_get_segment(vcpu, &vmx->rmode.segs[VCPU_SREG_DS], VCPU_SREG_DS); in enter_rmode() 3547 fix_rmode_seg(VCPU_SREG_DS, &vmx->rmode.segs[VCPU_SREG_DS]); in enter_rmode() 4146 if (!rmode_segment_valid(vcpu, VCPU_SREG_DS)) in guest_state_valid() 4162 if (!data_segment_valid(vcpu, VCPU_SREG_DS)) in guest_state_valid() 4900 seg_setup(VCPU_SREG_DS); in vmx_vcpu_reset() 10387 vmx_set_segment(vcpu, &seg, VCPU_SREG_DS); in load_vmcs12_host_state()
|
D | svm.c | 1306 case VCPU_SREG_DS: return &save->ds; in svm_seg() 1365 case VCPU_SREG_DS: in svm_get_segment()
|
D | x86.c | 6295 kvm_set_segment(vcpu, &ds, VCPU_SREG_DS); in process_smi() 6925 kvm_get_segment(vcpu, &sregs->ds, VCPU_SREG_DS); in kvm_arch_vcpu_ioctl_get_sregs() 7067 kvm_set_segment(vcpu, &sregs->ds, VCPU_SREG_DS); in kvm_arch_vcpu_ioctl_set_sregs()
|
/linux-4.4.14/arch/x86/include/asm/ |
D | kvm_host.h | 132 VCPU_SREG_DS, enumerator
|