Home
last modified time | relevance | path

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

/arch/x86/kvm/
Dvmx.c626 static inline struct vcpu_vmx *to_vmx(struct kvm_vcpu *vcpu) in to_vmx() function
633 return &(to_vmx(vcpu)->pi_desc); in vcpu_to_pi_desc()
859 return to_vmx(vcpu)->nested.current_vmcs12; in get_vmcs12()
1678 if (to_vmx(vcpu)->rmode.vm86_active) in update_exception_bitmap()
1707 msr_bitmap = to_vmx(vcpu)->loaded_vmcs->msr_bitmap; in msr_write_intercepted()
1730 msr_bitmap = to_vmx(vcpu)->vmcs01.msr_bitmap; in msr_write_intercepted_l01()
1960 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_save_host_state()
2116 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_vcpu_load()
2190 __vmx_load_host_state(to_vmx(vcpu)); in vmx_vcpu_put()
2192 __loaded_vmcs_clear(to_vmx(vcpu)->loaded_vmcs); in vmx_vcpu_put()
[all …]