Searched refs:to_vmx (Results 1 – 1 of 1) sorted by relevance
561 static inline struct vcpu_vmx *to_vmx(struct kvm_vcpu *vcpu) in to_vmx() function784 return to_vmx(vcpu)->nested.current_vmcs12; in get_vmcs12()1575 if (to_vmx(vcpu)->rmode.vm86_active) in update_exception_bitmap()1811 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_save_host_state()1921 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_vcpu_load()1969 __vmx_load_host_state(to_vmx(vcpu)); in vmx_vcpu_put()1971 __loaded_vmcs_clear(to_vmx(vcpu)->loaded_vmcs); in vmx_vcpu_put()2048 if (to_vmx(vcpu)->rmode.vm86_active) { in vmx_get_rflags()2050 save_rflags = to_vmx(vcpu)->rmode.save_rflags; in vmx_get_rflags()2053 to_vmx(vcpu)->rflags = rflags; in vmx_get_rflags()[all …]