Searched refs:svm_x86_ops (Results 1 – 2 of 2) sorted by relevance
14 static struct kvm_x86_ops svm_x86_ops; variable36 svm_x86_ops.tlb_remote_flush = hv_remote_flush_tlb; in svm_hv_hardware_setup()37 svm_x86_ops.tlb_remote_flush_with_range = in svm_hv_hardware_setup()54 svm_x86_ops.enable_direct_tlbflush = in svm_hv_hardware_setup()
4683 static struct kvm_x86_ops svm_x86_ops __initdata = {5002 enable_apicv = avic = avic && avic_hardware_setup(&svm_x86_ops); in svm_hardware_setup()5005 svm_x86_ops.vcpu_blocking = NULL; in svm_hardware_setup()5006 svm_x86_ops.vcpu_unblocking = NULL; in svm_hardware_setup()5007 svm_x86_ops.vcpu_get_apicv_inhibit_reasons = NULL; in svm_hardware_setup()5071 .runtime_ops = &svm_x86_ops,