Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/arch/x86/kernel/cpu/
Dbugs.c1145 if (sched_smt_active()) in unpriv_ebpf_notify()
1742 if (sched_smt_active()) in update_stibp_strict()
1757 if (sched_smt_active()) in update_indir_branch_cond()
1782 if (sched_smt_active()) { in update_mds_branch_idle()
1798 if (sched_smt_active() && unprivileged_ebpf_enabled() && in cpu_bugs_smt_update()
1818 if (sched_smt_active() && !boot_cpu_has(X86_BUG_MSBDS_ONLY)) in cpu_bugs_smt_update()
1829 if (sched_smt_active()) in cpu_bugs_smt_update()
1840 if (sched_smt_active()) in cpu_bugs_smt_update()
2528 sched_smt_active())) { in l1tf_show_state()
2535 sched_smt_active() ? "vulnerable" : "disabled"); in l1tf_show_state()
[all …]
/Linux-v6.6/drivers/idle/
Dintel_idle.c180 bool smt_active = sched_smt_active(); in intel_idle_ibrs()
/Linux-v6.6/kernel/sched/
Dtopology.c396 if (sched_smt_active()) { in build_perf_domains()
Dfair.c7408 if (sched_smt_active()) { in select_idle_sibling()
9534 if (!sched_smt_active()) in sched_use_asym_prio()
/Linux-v6.6/kernel/
Dcpu.c3005 return snprintf(buf, PAGE_SIZE - 2, "%d\n", sched_smt_active()); in active_show()
/Linux-v6.6/arch/x86/kvm/vmx/
Dvmx.c7567 if (sched_smt_active()) in vmx_vm_init()