Searched refs:VCPU_SREG_DS (Results 1 – 8 of 8) sorted by relevance
| /arch/x86/kvm/ |
| A D | smm.c | 216 enter_smm_save_seg_32(vcpu, &smram->ds, &smram->ds_sel, VCPU_SREG_DS); in enter_smm_save_state_32() 267 enter_smm_save_seg_64(vcpu, &smram->ds, VCPU_SREG_DS); in enter_smm_save_state_64() 350 kvm_set_segment(vcpu, &ds, VCPU_SREG_DS); in enter_smm() 493 rsm_load_seg_32(vcpu, &smstate->ds, smstate->ds_sel, VCPU_SREG_DS); in rsm_load_state_32() 554 rsm_load_seg_64(vcpu, &smstate->ds, VCPU_SREG_DS); in rsm_load_state_64()
|
| A D | emulate.c | 1195 ctxt->modrm_seg = VCPU_SREG_DS; in decode_modrm() 2660 tss->ds = get_segment_selector(ctxt, VCPU_SREG_DS); in save_state_to_tss16() 2689 set_segment_selector(ctxt, tss->ds, VCPU_SREG_DS); in load_state_from_tss16() 2713 ret = __load_segment_descriptor(ctxt, tss->ds, VCPU_SREG_DS, cpl, in load_state_from_tss16() 2773 tss->ds = get_segment_selector(ctxt, VCPU_SREG_DS); in save_state_to_tss32() 2808 set_segment_selector(ctxt, tss->ds, VCPU_SREG_DS); in load_state_from_tss32() 2845 ret = __load_segment_descriptor(ctxt, tss->ds, VCPU_SREG_DS, cpl, in load_state_from_tss32() 4712 op->val = VCPU_SREG_DS; in decode_operand() 4816 ctxt->seg_override = VCPU_SREG_DS; in x86_decode_insn() 4999 ctxt->seg_override = VCPU_SREG_DS; in x86_decode_insn()
|
| A D | x86.c | 11679 kvm_get_segment(vcpu, &sregs->ds, VCPU_SREG_DS); in __get_sregs_common() 11925 kvm_set_segment(vcpu, &sregs->ds, VCPU_SREG_DS); in __set_sregs_common()
|
| /arch/x86/kvm/vmx/ |
| A D | sgx.c | 33 vmx_get_segment(vcpu, &s, VCPU_SREG_DS); in sgx_get_encls_gva()
|
| A D | vmx.c | 3004 vmx_get_segment(vcpu, &vmx->rmode.segs[VCPU_SREG_DS], VCPU_SREG_DS); in enter_pmode() 3027 fix_pmode_seg(vcpu, VCPU_SREG_DS, &vmx->rmode.segs[VCPU_SREG_DS]); in enter_pmode() 3081 vmx_get_segment(vcpu, &vmx->rmode.segs[VCPU_SREG_DS], VCPU_SREG_DS); in enter_rmode() 3107 fix_rmode_seg(VCPU_SREG_DS, &vmx->rmode.segs[VCPU_SREG_DS]); in enter_rmode() 3812 if (!rmode_segment_valid(vcpu, VCPU_SREG_DS)) in __vmx_guest_state_valid() 3828 if (!data_segment_valid(vcpu, VCPU_SREG_DS)) in __vmx_guest_state_valid() 4787 seg_setup(VCPU_SREG_DS); in vmx_vcpu_reset()
|
| A D | nested.c | 4790 __vmx_set_segment(vcpu, &seg, VCPU_SREG_DS); in load_vmcs12_host_state()
|
| /arch/x86/include/asm/ |
| A D | kvm_host.h | 210 VCPU_SREG_DS, enumerator
|
| /arch/x86/kvm/svm/ |
| A D | svm.c | 1583 case VCPU_SREG_DS: return &save->ds; in svm_seg() 1642 case VCPU_SREG_DS: in svm_get_segment()
|
Completed in 73 milliseconds