Home
last modified time | relevance | path

Searched refs:mwait_cpustop_broken (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/x86/include/
H A Dx86_smp.h66 extern bool mwait_cpustop_broken;
/freebsd/sys/x86/x86/
H A Dcpu_machdep.c227 bool mwait_cpustop_broken = false; variable
228 SYSCTL_BOOL(_machdep, OID_AUTO, mwait_cpustop_broken, CTLFLAG_RDTUN,
229 &mwait_cpustop_broken, 0,
821 mwait_cpustop_broken = true; in cpu_idle_tun()
834 mwait_cpustop_broken = true; in cpu_idle_tun()
H A Dmp_x86.c1529 !mwait_cpustop_broken); in cpustop_handler()