Home
last modified time | relevance | path

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

/linux/arch/x86/kvm/vmx/
H A Dvmx.c646 evmcs = (struct hv_enlightened_vmcs *)to_vmx(vcpu)->loaded_vmcs->vmcs; in hv_enable_l2_tlb_flush()
926 if (to_vmx(vcpu)->rmode.vm86_active) in vmx_update_exception_bitmap()
1338 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_prepare_switch_to_guest()
1483 struct vcpu_vmx *vmx = to_vmx(vcpu); in grow_ple_window()
1499 struct vcpu_vmx *vmx = to_vmx(vcpu); in shrink_ple_window()
1515 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_vcpu_load_vmcs()
1587 vmx_prepare_switch_to_host(to_vmx(vcpu)); in vmx_vcpu_put()
1593 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_switch_loaded_vmcs()
1604 struct vcpu_vmx *vmx = to_vmx(vcpu); in vmx_load_vmcs01()
1620 vmx_switch_loaded_vmcs(vcpu, &to_vmx(vcpu)->nested.vmcs02); in vmx_put_vmcs01()
[all …]
H A Dvmx.h662 static __always_inline struct vcpu_vmx *to_vmx(struct kvm_vcpu *vcpu) in to_vmx() function
700 (secondary_exec_controls_get(to_vmx(vcpu)) & in is_unrestricted_guest()