Home
last modified time | relevance | path

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

/freebsd/sys/x86/x86/
H A Dcpu_machdep.c225 bool mwait_cpustop_broken = false; variable
226 SYSCTL_BOOL(_machdep, OID_AUTO, mwait_cpustop_broken, CTLFLAG_RDTUN,
227 &mwait_cpustop_broken, 0,
819 mwait_cpustop_broken = true; in cpu_idle_tun()
832 mwait_cpustop_broken = true; in cpu_idle_tun()
H A Dmp_x86.c1526 !mwait_cpustop_broken); in cpustop_handler()
/freebsd/sys/x86/include/
H A Dx86_smp.h66 extern bool mwait_cpustop_broken;