Searched refs:check_apicv_inhibit_reasons (Results 1 – 4 of 4) sorted by relevance
1170 bool (*check_apicv_inhibit_reasons)(ulong bit); member
4257 .check_apicv_inhibit_reasons = svm_check_apicv_inhibit_reasons,
8635 if (!kvm_x86_ops.check_apicv_inhibit_reasons || in kvm_request_apicv_update()8636 !kvm_x86_ops.check_apicv_inhibit_reasons(bit)) in kvm_request_apicv_update()
7659 .check_apicv_inhibit_reasons = vmx_check_apicv_inhibit_reasons,