Home
last modified time | relevance | path

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

/arch/x86/kvm/svm/
A 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()
A Dsvm.c5045 static struct kvm_x86_ops svm_x86_ops __initdata = {
5416 svm_x86_ops.vcpu_blocking = NULL; in svm_hardware_setup()
5417 svm_x86_ops.vcpu_unblocking = NULL; in svm_hardware_setup()
5418 svm_x86_ops.vcpu_get_apicv_inhibit_reasons = NULL; in svm_hardware_setup()
5420 svm_x86_ops.allow_apicv_in_x2apic_without_x2apic_virtualization = true; in svm_hardware_setup()
5448 svm_x86_ops.is_vnmi_pending = NULL; in svm_hardware_setup()
5449 svm_x86_ops.set_vnmi_pending = NULL; in svm_hardware_setup()
5484 .runtime_ops = &svm_x86_ops,

Completed in 13 milliseconds