Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dx86_smp.h66 extern bool mwait_cpustop_broken;
/f-stack/freebsd/x86/x86/
H A Dcpu_machdep.c191 bool mwait_cpustop_broken = false; variable
192 SYSCTL_BOOL(_machdep, OID_AUTO, mwait_cpustop_broken, CTLFLAG_RDTUN,
193 &mwait_cpustop_broken, 0,
771 mwait_cpustop_broken = true; in cpu_idle_tun()
783 mwait_cpustop_broken = true; in cpu_idle_tun()
H A Dmp_x86.c1476 !mwait_cpustop_broken); in cpustop_handler()