Home
last modified time | relevance | path

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

/freebsd/sys/x86/x86/
H A Dmp_x86.c173 static bool stop_mwait = false; variable
174 SYSCTL_BOOL(_machdep, OID_AUTO, stop_mwait, CTLFLAG_RWTUN, &stop_mwait, 0,
1525 use_mwait = (stop_mwait && (cpu_feature2 & CPUID2_MON) != 0 && in cpustop_handler()