Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/x86/kvm/
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); variable
116 if (kvm_x86_ops.flush_remote_tlbs == hv_flush_remote_tlbs) { in hv_track_root_tdp()
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
/kernel/linux/linux-6.6/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.c3942 * flushes should be routed to hv_flush_remote_tlbs() without requesting in svm_flush_tlb_all()
3944 * a KVM bug or a prior hv_flush_remote_tlbs() call failed, both of in svm_flush_tlb_all()
3948 hv_flush_remote_tlbs(vcpu->kvm); in svm_flush_tlb_all()
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dvmx.c8510 vmx_x86_ops.flush_remote_tlbs = hv_flush_remote_tlbs; in hardware_setup()

Completed in 16 milliseconds