Home
last modified time | relevance | path

Searched refs:svm_x86_ops (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/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.c4911 static struct kvm_x86_ops svm_x86_ops __initdata = {
5257 svm_x86_ops.vcpu_blocking = NULL; in svm_hardware_setup()
5258 svm_x86_ops.vcpu_unblocking = NULL; in svm_hardware_setup()
5259 svm_x86_ops.vcpu_get_apicv_inhibit_reasons = NULL; in svm_hardware_setup()
5261 svm_x86_ops.allow_apicv_in_x2apic_without_x2apic_virtualization = true; in svm_hardware_setup()
5289 svm_x86_ops.is_vnmi_pending = NULL; in svm_hardware_setup()
5290 svm_x86_ops.set_vnmi_pending = NULL; in svm_hardware_setup()
5332 .runtime_ops = &svm_x86_ops,
/kernel/linux/linux-5.10/arch/x86/kvm/svm/
H A Dsvm.c4211 static struct kvm_x86_ops svm_x86_ops __initdata = {
4340 .runtime_ops = &svm_x86_ops,

Completed in 12 milliseconds