Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/svm/
H A Dhyperv.h40 return hv_vcpu->vp_assist_page.nested_control.features.directhypercall; in nested_svm_l2_tlb_flush_enabled()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dhyperv.c331 if (unlikely(!hv_vcpu->vp_assist_page.enlighten_vmentry)) in nested_get_evmptr()
334 return hv_vcpu->vp_assist_page.current_nested_vmcs; in nested_get_evmptr()
531 return hv_vcpu->vp_assist_page.nested_control.features.directhypercall; in nested_evmcs_l2_tlb_flush_enabled()
/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h668 struct hv_vp_assist_page vp_assist_page; member
/openbmc/linux/arch/x86/kvm/
H A Dhyperv.c932 &hv_vcpu->vp_assist_page, sizeof(struct hv_vp_assist_page)); in kvm_hv_get_assist_page()