Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/kvm/
Dvmx.c611 static inline struct vcpu_vmx *to_vmx(struct kvm_vcpu *vcpu) in to_vmx() function
618 return &(to_vmx(vcpu)->pi_desc); in vcpu_to_pi_desc()
839 return to_vmx(vcpu)->nested.current_vmcs12; in get_vmcs12()
1649 if (to_vmx(vcpu)->rmode.vm86_active) in update_exception_bitmap()
1885 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_save_host_state()
2041 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_vcpu_load()
2114 __vmx_load_host_state(to_vmx(vcpu)); in vmx_vcpu_put()
2116 __loaded_vmcs_clear(to_vmx(vcpu)->loaded_vmcs); in vmx_vcpu_put()
2193 if (to_vmx(vcpu)->rmode.vm86_active) { in vmx_get_rflags()
2195 save_rflags = to_vmx(vcpu)->rmode.save_rflags; in vmx_get_rflags()
[all …]