Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dbugs.c959 if (sched_smt_active()) in unpriv_ebpf_notify()
1545 if (sched_smt_active()) in update_stibp_strict()
1560 if (sched_smt_active()) in update_indir_branch_cond()
1585 if (sched_smt_active()) { in update_mds_branch_idle()
1601 if (sched_smt_active() && unprivileged_ebpf_enabled() && in cpu_bugs_smt_update()
1621 if (sched_smt_active() && !boot_cpu_has(X86_BUG_MSBDS_ONLY)) in cpu_bugs_smt_update()
1632 if (sched_smt_active()) in cpu_bugs_smt_update()
1643 if (sched_smt_active()) in cpu_bugs_smt_update()
2143 sched_smt_active())) { in l1tf_show_state()
2150 sched_smt_active() ? "vulnerable" : "disabled"); in l1tf_show_state()
[all …]
/OK3568_Linux_fs/kernel/drivers/idle/
H A Dintel_idle.c146 bool smt_active = sched_smt_active(); in intel_idle_ibrs()
/OK3568_Linux_fs/kernel/kernel/sched/
H A Dtopology.c375 if (sched_smt_active()) { in build_perf_domains()
/OK3568_Linux_fs/kernel/kernel/
H A Dcpu.c2729 return snprintf(buf, PAGE_SIZE - 2, "%d\n", sched_smt_active()); in show_smt_active()
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmx.c7127 if (sched_smt_active()) in vmx_vm_init()