Home
last modified time | relevance | path

Searched refs:target_smt_mode (Results 1 – 1 of 1) sorted by relevance

/linux/arch/powerpc/kvm/
H A Dbook3s_hv.c108 static int target_smt_mode; variable
109 module_param(target_smt_mode, int, 0644);
110 MODULE_PARM_DESC(target_smt_mode, "Target threads per core (0 = max)");
3860 if (target_smt_mode && target_smt_mode < target_threads) in kvmppc_run_core()
3861 target_threads = target_smt_mode; in kvmppc_run_core()