Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kvm/svm/
Dsvm_onhyperv.h36 svm_x86_ops.tlb_remote_flush = hv_remote_flush_tlb; in svm_hv_hardware_setup()
/Linux-v6.1/arch/x86/kvm/
Dkvm_onhyperv.c100 if (kvm_x86_ops.tlb_remote_flush == hv_remote_flush_tlb) { in hv_track_root_tdp()
/Linux-v6.1/arch/x86/include/asm/
Dkvm-x86-ops.h56 KVM_X86_OP_OPTIONAL(tlb_remote_flush)
Dkvm_host.h1509 int (*tlb_remote_flush)(struct kvm *kvm); member
1710 if (kvm_x86_ops.tlb_remote_flush && in kvm_arch_flush_remote_tlb()
/Linux-v6.1/arch/x86/kvm/vmx/
Dvmx.c8289 vmx_x86_ops.tlb_remote_flush = hv_remote_flush_tlb; in hardware_setup()