Home
last modified time | relevance | path

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

/kernel/linux/linux-5.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
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
Dbugs.c967 if (sched_smt_active()) in unpriv_ebpf_notify()
1564 if (sched_smt_active()) in update_stibp_strict()
1579 if (sched_smt_active()) in update_indir_branch_cond()
1604 if (sched_smt_active()) { in update_mds_branch_idle()
1620 if (sched_smt_active() && unprivileged_ebpf_enabled() && in cpu_bugs_smt_update()
1640 if (sched_smt_active() && !boot_cpu_has(X86_BUG_MSBDS_ONLY)) in cpu_bugs_smt_update()
1651 if (sched_smt_active()) in cpu_bugs_smt_update()
1662 if (sched_smt_active()) in cpu_bugs_smt_update()
2164 sched_smt_active())) { in l1tf_show_state()
2171 sched_smt_active() ? "vulnerable" : "disabled"); in l1tf_show_state()
[all …]
/kernel/linux/linux-5.10/drivers/idle/
Dintel_idle.c146 bool smt_active = sched_smt_active(); in intel_idle_ibrs()
/kernel/linux/linux-5.10/kernel/sched/
Dtopology.c369 if (sched_smt_active()) { in build_perf_domains()
/kernel/linux/linux-5.10/kernel/
Dcpu.c2429 return snprintf(buf, PAGE_SIZE - 2, "%d\n", sched_smt_active()); in show_smt_active()
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
Dvmx.c7145 if (sched_smt_active()) in vmx_vm_init()
/kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/
Dlinux-5.10.patch2225 - if (sched_smt_active())