Searched refs:svm_x86_ops (Results 1 – 2 of 2) sorted by relevance
16 static struct kvm_x86_ops svm_x86_ops; variable48 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()
4994 static struct kvm_x86_ops svm_x86_ops __initdata = {5363 svm_x86_ops.vcpu_blocking = NULL; in svm_hardware_setup()5364 svm_x86_ops.vcpu_unblocking = NULL; in svm_hardware_setup()5365 svm_x86_ops.vcpu_get_apicv_inhibit_reasons = NULL; in svm_hardware_setup()5367 svm_x86_ops.allow_apicv_in_x2apic_without_x2apic_virtualization = true; in svm_hardware_setup()5395 svm_x86_ops.is_vnmi_pending = NULL; in svm_hardware_setup()5396 svm_x86_ops.set_vnmi_pending = NULL; in svm_hardware_setup()5430 .runtime_ops = &svm_x86_ops,