Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dkvm_host.h1137 int (*tlb_remote_flush)(struct kvm *kvm); member
1340 if (kvm_x86_ops.tlb_remote_flush && in kvm_arch_flush_remote_tlb()
1341 !kvm_x86_ops.tlb_remote_flush(kvm)) in kvm_arch_flush_remote_tlb()
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx.c3173 if (kvm_x86_ops.tlb_remote_flush) { in vmx_load_mmu_pgd()
7930 vmx_x86_ops.tlb_remote_flush = hv_remote_flush_tlb; in hardware_setup()