Searched refs:CPU_SMT_FORCE_DISABLED (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dcpu_smt.h8 CPU_SMT_FORCE_DISABLED, enumerator in enum:cpuhp_smt_control
/linux-master/arch/x86/power/
H A Dhibernate.c206 cpu_smt_control == CPU_SMT_FORCE_DISABLED) {
/linux-master/kernel/
H A Dcpu.c606 cpu_smt_control = CPU_SMT_FORCE_DISABLED;
689 return cpu_smt_control != CPU_SMT_FORCE_DISABLED &&
2931 if (cpu_smt_control == CPU_SMT_FORCE_DISABLED)
2944 ctrlval = CPU_SMT_FORCE_DISABLED;
2964 force_off = ctrlval != cpu_smt_control && ctrlval == CPU_SMT_FORCE_DISABLED;
2987 [CPU_SMT_FORCE_DISABLED] = "forceoff",
/linux-master/arch/x86/kernel/cpu/
H A Dbugs.c1322 if (cpu_smt_control == CPU_SMT_FORCE_DISABLED ||

Completed in 291 milliseconds