Searched refs:stop_mwait (Results 1 – 1 of 1) sorted by relevance
173 static bool stop_mwait = false; variable174 SYSCTL_BOOL(_machdep, OID_AUTO, stop_mwait, CTLFLAG_RWTUN, &stop_mwait, 0,1528 use_mwait = (stop_mwait && (cpu_feature2 & CPUID2_MON) != 0 && in cpustop_handler()