Home
last modified time | relevance | path

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

/Linux-v6.6/arch/x86/kvm/svm/
Dsvm_onhyperv.h16 static struct kvm_x86_ops svm_x86_ops; variable
48 svm_x86_ops.flush_remote_tlbs = hv_flush_remote_tlbs; in svm_hv_hardware_setup()
49 svm_x86_ops.flush_remote_tlbs_range = hv_flush_remote_tlbs_range; in svm_hv_hardware_setup()
65 svm_x86_ops.enable_l2_tlb_flush = in svm_hv_hardware_setup()
Dsvm.c4909 static struct kvm_x86_ops svm_x86_ops __initdata = {
5255 svm_x86_ops.vcpu_blocking = NULL; in svm_hardware_setup()
5256 svm_x86_ops.vcpu_unblocking = NULL; in svm_hardware_setup()
5257 svm_x86_ops.vcpu_get_apicv_inhibit_reasons = NULL; in svm_hardware_setup()
5259 svm_x86_ops.allow_apicv_in_x2apic_without_x2apic_virtualization = true; in svm_hardware_setup()
5287 svm_x86_ops.is_vnmi_pending = NULL; in svm_hardware_setup()
5288 svm_x86_ops.set_vnmi_pending = NULL; in svm_hardware_setup()
5330 .runtime_ops = &svm_x86_ops,