Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kvm/
Dkvm_onhyperv.h18 if (kvm_x86_ops.tlb_remote_flush == hv_remote_flush_tlb) { in hv_track_root_tdp()
/Linux-v5.15/arch/x86/kvm/svm/
Dsvm_onhyperv.h56 svm_x86_ops.tlb_remote_flush = hv_remote_flush_tlb; in svm_hv_hardware_setup()
/Linux-v5.15/arch/x86/include/asm/
Dkvm-x86-ops.h52 KVM_X86_OP_NULL(tlb_remote_flush)
Dkvm_host.h1346 int (*tlb_remote_flush)(struct kvm *kvm); member
1550 if (kvm_x86_ops.tlb_remote_flush && in kvm_arch_flush_remote_tlb()
/Linux-v5.15/arch/x86/kvm/vmx/
Dvmx.c7798 vmx_x86_ops.tlb_remote_flush = hv_remote_flush_tlb; in hardware_setup()