Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dvmx.c1350 fix_pmode_dataseg(VCPU_SREG_DS, &vcpu->arch.rmode.ds); in enter_pmode()
1427 fix_rmode_seg(VCPU_SREG_DS, &vcpu->arch.rmode.ds); in enter_rmode()
1908 if (!rmode_segment_valid(vcpu, VCPU_SREG_DS)) in guest_state_valid()
1924 if (!data_segment_valid(vcpu, VCPU_SREG_DS)) in guest_state_valid()
2295 seg_setup(VCPU_SREG_DS); in vmx_vcpu_reset()
Dx86.c3263 kvm_get_segment(vcpu, &sregs->ds, VCPU_SREG_DS); in kvm_arch_vcpu_ioctl_get_sregs()
3500 tss->ds = get_segment_selector(vcpu, VCPU_SREG_DS); in save_state_to_tss32()
3536 if (kvm_load_segment_descriptor(vcpu, tss->ds, 1, VCPU_SREG_DS)) in load_state_from_tss32()
3564 tss->ds = get_segment_selector(vcpu, VCPU_SREG_DS); in save_state_to_tss16()
3595 if (kvm_load_segment_descriptor(vcpu, tss->ds, 1, VCPU_SREG_DS)) in load_state_from_tss16()
3794 kvm_set_segment(vcpu, &sregs->ds, VCPU_SREG_DS); in kvm_arch_vcpu_ioctl_set_sregs()
Dsvm.c727 case VCPU_SREG_DS: return &save->ds; in svm_seg()
Dx86_emulate.c985 set_seg_override(c, VCPU_SREG_DS); in x86_decode_insn()
/arch/x86/include/asm/
Dkvm_host.h126 VCPU_SREG_DS, enumerator