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

/linux-master/arch/x86/kvm/svm/
H A Davic.c62 static bool force_avic; variable
63 module_param_unsafe(force_avic, bool, 0444);
1194 if (!boot_cpu_has(X86_FEATURE_AVIC) && !force_avic) {
1197 pr_warn(FW_BUG "Try enable AVIC using force_avic option");
1204 } else if (force_avic) {

Completed in 101 milliseconds