Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kvm/
Dkvm_onhyperv.c90 int hv_remote_flush_tlb(struct kvm *kvm) in hv_remote_flush_tlb() function
94 EXPORT_SYMBOL_GPL(hv_remote_flush_tlb);
100 if (kvm_x86_ops.tlb_remote_flush == hv_remote_flush_tlb) { in hv_track_root_tdp()
Dkvm_onhyperv.h12 int hv_remote_flush_tlb(struct kvm *kvm);
/linux-6.1.9/arch/x86/kvm/svm/
Dsvm_onhyperv.h36 svm_x86_ops.tlb_remote_flush = hv_remote_flush_tlb; in svm_hv_hardware_setup()
/linux-6.1.9/arch/x86/kvm/vmx/
Dvmx.c8286 vmx_x86_ops.tlb_remote_flush = hv_remote_flush_tlb; in hardware_setup()