Home
last modified time | relevance | path

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

/linux-6.3-rc2/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-6.3-rc2/arch/x86/kernel/cpu/
A Dbugs.c1034 if (sched_smt_active()) in unpriv_ebpf_notify()
1636 if (sched_smt_active()) in update_stibp_strict()
1651 if (sched_smt_active()) in update_indir_branch_cond()
1676 if (sched_smt_active()) { in update_mds_branch_idle()
1723 if (sched_smt_active()) in cpu_bugs_smt_update()
1734 if (sched_smt_active()) in cpu_bugs_smt_update()
2269 sched_smt_active())) { in l1tf_show_state()
2276 sched_smt_active() ? "vulnerable" : "disabled"); in l1tf_show_state()
2317 sched_smt_active() ? "vulnerable" : "disabled"); in mds_show_state()
2332 sched_smt_active() ? "vulnerable" : "disabled"); in tsx_async_abort_show_state()
[all …]
/linux-6.3-rc2/drivers/idle/
A Dintel_idle.c179 bool smt_active = sched_smt_active(); in intel_idle_ibrs()
/linux-6.3-rc2/kernel/
A Dcpu.c2554 return snprintf(buf, PAGE_SIZE - 2, "%d\n", sched_smt_active()); in active_show()
/linux-6.3-rc2/kernel/sched/
A Dtopology.c396 if (sched_smt_active()) { in build_perf_domains()
A Dfair.c7091 if (sched_smt_active()) { in select_idle_sibling()
/linux-6.3-rc2/arch/x86/kvm/vmx/
A Dvmx.c7520 if (sched_smt_active()) in vmx_vm_init()

Completed in 53 milliseconds