Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/sched/
H 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
/openbmc/linux/arch/x86/kernel/cpu/
H A Dbugs.c1204 if (sched_smt_active()) in unpriv_ebpf_notify()
1877 if (sched_smt_active()) in update_stibp_strict()
1892 if (sched_smt_active()) in update_indir_branch_cond()
1915 if (sched_smt_active()) { in update_mds_branch_idle()
1962 if (sched_smt_active()) in cpu_bugs_smt_update()
1973 if (sched_smt_active()) in cpu_bugs_smt_update()
2669 sched_smt_active())) { in l1tf_show_state()
2676 sched_smt_active() ? "vulnerable" : "disabled"); in l1tf_show_state()
2717 sched_smt_active() ? "vulnerable" : "disabled"); in mds_show_state()
2732 sched_smt_active() ? "vulnerable" : "disabled"); in tsx_async_abort_show_state()
[all …]
/openbmc/linux/drivers/idle/
H A Dintel_idle.c175 bool smt_active = sched_smt_active(); in intel_idle_ibrs()
/openbmc/linux/kernel/
H A Dcpu.c3035 return snprintf(buf, PAGE_SIZE - 2, "%d\n", sched_smt_active()); in active_show()
/openbmc/linux/kernel/sched/
H A Dtopology.c396 if (sched_smt_active()) { in build_perf_domains()
H A Dfair.c7528 if (sched_smt_active()) { in select_idle_sibling()
9649 if (!sched_smt_active()) in sched_use_asym_prio()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dvmx.c7586 if (sched_smt_active()) in vmx_vm_init()