Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/kvm/svm/
Dsvm_onhyperv.h37 svm_x86_ops.tlb_remote_flush_with_range = in svm_hv_hardware_setup()
/Linux-v6.1/arch/x86/include/asm/
Dkvm-x86-ops.h57 KVM_X86_OP_OPTIONAL(tlb_remote_flush_with_range)
Dkvm_host.h1510 int (*tlb_remote_flush_with_range)(struct kvm *kvm, member
/Linux-v6.1/arch/x86/kvm/mmu/
Dmmu.c237 return kvm_x86_ops.tlb_remote_flush_with_range; in kvm_available_flush_tlb_with_range()
245 if (range && kvm_x86_ops.tlb_remote_flush_with_range) in kvm_flush_remote_tlbs_with_range()
/Linux-v6.1/arch/x86/kvm/vmx/
Dvmx.c8290 vmx_x86_ops.tlb_remote_flush_with_range = in hardware_setup()