Home
last modified time | relevance | path

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

/freebsd/sys/x86/x86/
H A Dcpu_machdep.c526 static int idle_mwait = 1; /* Use MONITOR/MWAIT for short idle. */ variable
527 SYSCTL_INT(_machdep, OID_AUTO, idle_mwait, CTLFLAG_RWTUN, &idle_mwait,
658 if ((cpu_feature2 & CPUID2_MON) && idle_mwait) { in cpu_idle()
820 idle_mwait = 0; in cpu_idle_tun()