Searched refs:check_apicv_inhibit_reasons (Results 1 – 4 of 4) sorted by relevance
1175 bool (*check_apicv_inhibit_reasons)(ulong bit); member
4269 .check_apicv_inhibit_reasons = svm_check_apicv_inhibit_reasons,
8886 if (!kvm_x86_ops.check_apicv_inhibit_reasons || in kvm_request_apicv_update()8887 !kvm_x86_ops.check_apicv_inhibit_reasons(bit)) in kvm_request_apicv_update()
7806 .check_apicv_inhibit_reasons = vmx_check_apicv_inhibit_reasons,