Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h1777 void (*hv_inject_synthetic_vmexit_post_tlb_flush)(struct kvm_vcpu *vcpu); member
/openbmc/linux/arch/x86/kvm/svm/
H A Dnested.c1821 .hv_inject_synthetic_vmexit_post_tlb_flush = svm_hv_inject_synthetic_vmexit_post_tlb_flush,
/openbmc/linux/arch/x86/kvm/
H A Dhyperv.c2347 kvm_x86_ops.nested_ops->hv_inject_synthetic_vmexit_post_tlb_flush(vcpu); in kvm_hv_hypercall_complete()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dnested.c7154 .hv_inject_synthetic_vmexit_post_tlb_flush = vmx_hv_inject_synthetic_vmexit_post_tlb_flush,