Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/sched/
Dsmt.h10 static __always_inline bool sched_smt_active(void) in sched_smt_active() function
15 static inline bool sched_smt_active(void) { return false; } in sched_smt_active() function
/Linux-v5.10/arch/x86/kernel/cpu/
Dbugs.c967 if (sched_smt_active()) in update_stibp_strict()
982 if (sched_smt_active()) in update_indir_branch_cond()
1005 if (sched_smt_active()) in update_mds_branch_idle()
1034 if (sched_smt_active() && !boot_cpu_has(X86_BUG_MSBDS_ONLY)) in cpu_bugs_smt_update()
1045 if (sched_smt_active()) in cpu_bugs_smt_update()
1556 sched_smt_active())) { in l1tf_show_state()
1563 sched_smt_active() ? "vulnerable" : "disabled"); in l1tf_show_state()
1600 sched_smt_active() ? "mitigated" : "disabled")); in mds_show_state()
1604 sched_smt_active() ? "vulnerable" : "disabled"); in mds_show_state()
1619 sched_smt_active() ? "vulnerable" : "disabled"); in tsx_async_abort_show_state()
/Linux-v5.10/kernel/
Dcpu.c2355 return snprintf(buf, PAGE_SIZE - 2, "%d\n", sched_smt_active()); in show_smt_active()
/Linux-v5.10/kernel/sched/
Dtopology.c369 if (sched_smt_active()) { in build_perf_domains()
/Linux-v5.10/arch/x86/kvm/vmx/
Dvmx.c6986 if (sched_smt_active()) in vmx_vm_init()