Home
last modified time | relevance | path

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

/linux-5.19.10/arch/powerpc/kvm/
Dbook3s_hv.c106 static int target_smt_mode; variable
107 module_param(target_smt_mode, int, 0644);
108 MODULE_PARM_DESC(target_smt_mode, "Target threads per core (0 = max)");
3665 if (target_smt_mode && target_smt_mode < target_threads) in kvmppc_run_core()
3666 target_threads = target_smt_mode; in kvmppc_run_core()