Home
last modified time | relevance | path

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

/linux/include/linux/sched/
A 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/arch/x86/kernel/cpu/
A Dbugs.c997 if (sched_smt_active()) in update_stibp_strict()
1012 if (sched_smt_active()) in update_indir_branch_cond()
1035 if (sched_smt_active()) in update_mds_branch_idle()
1064 if (sched_smt_active() && !boot_cpu_has(X86_BUG_MSBDS_ONLY)) in cpu_bugs_smt_update()
1075 if (sched_smt_active()) in cpu_bugs_smt_update()
1619 sched_smt_active())) { in l1tf_show_state()
1626 sched_smt_active() ? "vulnerable" : "disabled"); in l1tf_show_state()
1663 sched_smt_active() ? "mitigated" : "disabled")); in mds_show_state()
1667 sched_smt_active() ? "vulnerable" : "disabled"); in mds_show_state()
1682 sched_smt_active() ? "vulnerable" : "disabled"); in tsx_async_abort_show_state()
/linux/kernel/
A Dcpu.c2506 return snprintf(buf, PAGE_SIZE - 2, "%d\n", sched_smt_active()); in active_show()
/linux/kernel/sched/
A Dtopology.c374 if (sched_smt_active()) { in build_perf_domains()
A Dfair.c6442 if (sched_smt_active()) { in select_idle_sibling()
/linux/arch/x86/kvm/vmx/
A Dvmx.c6933 if (sched_smt_active()) in vmx_vm_init()

Completed in 53 milliseconds