Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/power/
A Dhibernate.c205 if (cpu_smt_control == CPU_SMT_DISABLED || in arch_resume_nosmt()
206 cpu_smt_control == CPU_SMT_FORCE_DISABLED) { in arch_resume_nosmt()
207 enum cpuhp_smt_control old = cpu_smt_control; in arch_resume_nosmt()
/linux-6.3-rc2/kernel/
A Dcpu.c425 cpu_smt_control = CPU_SMT_FORCE_DISABLED; in cpu_smt_disable()
428 cpu_smt_control = CPU_SMT_DISABLED; in cpu_smt_disable()
439 cpu_smt_control = CPU_SMT_NOT_SUPPORTED; in cpu_smt_check_topology()
451 if (cpu_smt_control == CPU_SMT_ENABLED) in cpu_smt_allowed()
470 cpu_smt_control != CPU_SMT_NOT_SUPPORTED; in cpu_smt_possible()
2285 cpu_smt_control = ctrlval; in cpuhp_smt_disable()
2295 cpu_smt_control = CPU_SMT_ENABLED; in cpuhp_smt_enable()
2493 if (cpu_smt_control == CPU_SMT_FORCE_DISABLED) in __store_smt_control()
2496 if (cpu_smt_control == CPU_SMT_NOT_SUPPORTED) in __store_smt_control()
2503 if (ctrlval != cpu_smt_control) { in __store_smt_control()
[all …]
/linux-6.3-rc2/include/linux/
A Dcpu.h214 extern enum cpuhp_smt_control cpu_smt_control;
221 # define cpu_smt_control (CPU_SMT_NOT_IMPLEMENTED) macro
/linux-6.3-rc2/arch/x86/kernel/cpu/
A Dbugs.c1158 if (cpu_smt_control == CPU_SMT_FORCE_DISABLED || in spectre_v2_user_select_mitigation()
1159 cpu_smt_control == CPU_SMT_NOT_SUPPORTED) in spectre_v2_user_select_mitigation()

Completed in 13 milliseconds