Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dsmm.c218 enter_smm_save_seg_32(vcpu, &smram->ds, &smram->ds_sel, VCPU_SREG_DS); in enter_smm_save_state_32()
273 enter_smm_save_seg_64(vcpu, &smram->ds, VCPU_SREG_DS); in enter_smm_save_state_64()
357 kvm_set_segment(vcpu, &ds, VCPU_SREG_DS); in enter_smm()
500 rsm_load_seg_32(vcpu, &smstate->ds, smstate->ds_sel, VCPU_SREG_DS); in rsm_load_state_32()
561 rsm_load_seg_64(vcpu, &smstate->ds, VCPU_SREG_DS); in rsm_load_state_64()
H A Demulate.c1190 ctxt->modrm_seg = VCPU_SREG_DS; in decode_modrm()
2681 tss->ds = get_segment_selector(ctxt, VCPU_SREG_DS); in save_state_to_tss16()
2710 set_segment_selector(ctxt, tss->ds, VCPU_SREG_DS); in load_state_from_tss16()
2734 ret = __load_segment_descriptor(ctxt, tss->ds, VCPU_SREG_DS, cpl, in load_state_from_tss16()
2794 tss->ds = get_segment_selector(ctxt, VCPU_SREG_DS); in save_state_to_tss32()
2829 set_segment_selector(ctxt, tss->ds, VCPU_SREG_DS); in load_state_from_tss32()
2866 ret = __load_segment_descriptor(ctxt, tss->ds, VCPU_SREG_DS, cpl, in load_state_from_tss32()
4739 op->val = VCPU_SREG_DS; in decode_operand()
4843 ctxt->seg_override = VCPU_SREG_DS; in x86_decode_insn()
5026 ctxt->seg_override = VCPU_SREG_DS; in x86_decode_insn()
[all...]
H A Dx86.c11315 kvm_get_segment(vcpu, &sregs->ds, VCPU_SREG_DS); in __get_sregs_common()
11556 kvm_set_segment(vcpu, &sregs->ds, VCPU_SREG_DS); in __set_sregs_common()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dsgx.c33 vmx_get_segment(vcpu, &s, VCPU_SREG_DS); in sgx_get_encls_gva()
H A Dvmx.c3012 vmx_get_segment(vcpu, &vmx->rmode.segs[VCPU_SREG_DS], VCPU_SREG_DS); in enter_pmode()
3035 fix_pmode_seg(vcpu, VCPU_SREG_DS, &vmx->rmode.segs[VCPU_SREG_DS]); in enter_pmode()
3089 vmx_get_segment(vcpu, &vmx->rmode.segs[VCPU_SREG_DS], VCPU_SREG_DS); in enter_rmode()
3115 fix_rmode_seg(VCPU_SREG_DS, &vmx->rmode.segs[VCPU_SREG_DS]); in enter_rmode()
3808 if (!rmode_segment_valid(vcpu, VCPU_SREG_DS)) in __vmx_guest_state_valid()
3824 if (!data_segment_valid(vcpu, VCPU_SREG_DS)) in __vmx_guest_state_valid()
[all...]
H A Dnested.c4556 __vmx_set_segment(vcpu, &seg, VCPU_SREG_DS); in load_vmcs12_host_state()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dvmx.c2815 vmx_get_segment(vcpu, &vmx->rmode.segs[VCPU_SREG_DS], VCPU_SREG_DS); in enter_pmode()
2838 fix_pmode_seg(vcpu, VCPU_SREG_DS, &vmx->rmode.segs[VCPU_SREG_DS]); in enter_pmode()
2884 vmx_get_segment(vcpu, &vmx->rmode.segs[VCPU_SREG_DS], VCPU_SREG_DS); in enter_rmode()
2918 fix_rmode_seg(VCPU_SREG_DS, &vmx->rmode.segs[VCPU_SREG_DS]); in enter_rmode()
3592 if (!rmode_segment_valid(vcpu, VCPU_SREG_DS)) in __vmx_guest_state_valid()
3608 if (!data_segment_valid(vcpu, VCPU_SREG_DS)) in __vmx_guest_state_valid()
[all...]
H A Dnested.c4317 vmx_set_segment(vcpu, &seg, VCPU_SREG_DS); in load_vmcs12_host_state()
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Demulate.c1325 ctxt->modrm_seg = VCPU_SREG_DS; in decode_modrm()
3106 tss->ds = get_segment_selector(ctxt, VCPU_SREG_DS); in save_state_to_tss16()
3135 set_segment_selector(ctxt, tss->ds, VCPU_SREG_DS); in load_state_from_tss16()
3159 ret = __load_segment_descriptor(ctxt, tss->ds, VCPU_SREG_DS, cpl, in load_state_from_tss16()
3220 tss->ds = get_segment_selector(ctxt, VCPU_SREG_DS); in save_state_to_tss32()
3255 set_segment_selector(ctxt, tss->ds, VCPU_SREG_DS); in load_state_from_tss32()
3292 ret = __load_segment_descriptor(ctxt, tss->ds, VCPU_SREG_DS, cpl, in load_state_from_tss32()
5157 op->val = VCPU_SREG_DS; in decode_operand()
5261 ctxt->seg_override = VCPU_SREG_DS; in x86_decode_insn()
5441 ctxt->seg_override = VCPU_SREG_DS; in x86_decode_insn()
[all...]
H A Dx86.c8898 kvm_set_segment(vcpu, &ds, VCPU_SREG_DS); in enter_smm()
9770 kvm_get_segment(vcpu, &sregs->ds, VCPU_SREG_DS); in __get_sregs()
9976 kvm_set_segment(vcpu, &sregs->ds, VCPU_SREG_DS); in __set_sregs()
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dkvm_host.h178 VCPU_SREG_DS, enumerator
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H A Dsvm.c1510 case VCPU_SREG_DS: return &save->ds; in svm_seg()
1569 case VCPU_SREG_DS: in svm_get_segment()
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dkvm_host.h194 VCPU_SREG_DS, enumerator
/kernel/linux/linux-6.6/arch/x86/kvm/svm/
H A Dsvm.c1708 case VCPU_SREG_DS: return &save->ds; in svm_seg()
1767 case VCPU_SREG_DS: in svm_get_segment()

Completed in 89 milliseconds