Home
last modified time | relevance | path

Searched refs:tlb_remote_flush (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/arch/x86/include/asm/
Dkvm_host.h1063 int (*tlb_remote_flush)(struct kvm *kvm); member
1245 if (kvm_x86_ops->tlb_remote_flush && in kvm_arch_flush_remote_tlb()
1246 !kvm_x86_ops->tlb_remote_flush(kvm)) in kvm_arch_flush_remote_tlb()
/Linux-v5.4/arch/x86/kvm/vmx/
Dvmx.c3006 if (kvm_x86_ops->tlb_remote_flush) { in vmx_set_cr3()
7643 kvm_x86_ops->tlb_remote_flush = hv_remote_flush_tlb; in hardware_setup()