Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kvm/
H A Dkvm_onhyperv.c116 if (kvm_x86_ops.flush_remote_tlbs == hv_flush_remote_tlbs) { in hv_track_root_tdp()
/openbmc/linux/arch/x86/kvm/svm/
H A Dsvm_onhyperv.h48 svm_x86_ops.flush_remote_tlbs = hv_flush_remote_tlbs; in svm_hv_hardware_setup()
/openbmc/linux/arch/x86/include/asm/
H A Dkvm-x86-ops.h58 KVM_X86_OP_OPTIONAL(flush_remote_tlbs)
H A Dkvm_host.h1606 int (*flush_remote_tlbs)(struct kvm *kvm); member
1822 if (kvm_x86_ops.flush_remote_tlbs && in kvm_arch_flush_remote_tlbs()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c8541 vmx_x86_ops.flush_remote_tlbs = hv_flush_remote_tlbs; in hardware_setup()