Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv.c109 static int target_smt_mode; variable
110 module_param(target_smt_mode, int, 0644);
111 MODULE_PARM_DESC(target_smt_mode, "Target threads per core (0 = max)");
3776 if (target_smt_mode && target_smt_mode < target_threads) in kvmppc_run_core()
3777 target_threads = target_smt_mode; in kvmppc_run_core()