Home
last modified time | relevance | path

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

/linux-6.1.9/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)");
3748 if (target_smt_mode && target_smt_mode < target_threads) in kvmppc_run_core()
3749 target_threads = target_smt_mode; in kvmppc_run_core()