Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/
H A Dkvm_onhyperv.h11 int hv_flush_remote_tlbs(struct kvm *kvm);
14 static inline int hv_flush_remote_tlbs(struct kvm *kvm) in hv_flush_remote_tlbs() function
H A Dkvm_onhyperv.c106 int hv_flush_remote_tlbs(struct kvm *kvm) in hv_flush_remote_tlbs() function
110 EXPORT_SYMBOL_GPL(hv_flush_remote_tlbs);
116 if (kvm_x86_ops.flush_remote_tlbs == hv_flush_remote_tlbs) { in hv_track_root_tdp()
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm_onhyperv.h48 svm_x86_ops.flush_remote_tlbs = hv_flush_remote_tlbs; in svm_hv_hardware_setup()
H A Dsvm.c3966 hv_flush_remote_tlbs(vcpu->kvm); in svm_flush_tlb_all()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c8537 vmx_x86_ops.flush_remote_tlbs = hv_flush_remote_tlbs; in hardware_setup()