Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kvm/svm/
H 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()
H A Dsvm.c5140 static struct kvm_x86_ops svm_x86_ops __initdata = {
5511 svm_x86_ops.vcpu_blocking = NULL; in svm_hardware_setup()
5512 svm_x86_ops.vcpu_unblocking = NULL; in svm_hardware_setup()
5513 svm_x86_ops.vcpu_get_apicv_inhibit_reasons = NULL; in svm_hardware_setup()
5515 svm_x86_ops.allow_apicv_in_x2apic_without_x2apic_virtualization = true; in svm_hardware_setup()
5543 svm_x86_ops.is_vnmi_pending = NULL; in svm_hardware_setup()
5544 svm_x86_ops.set_vnmi_pending = NULL; in svm_hardware_setup()
5578 .runtime_ops = &svm_x86_ops,