Home
last modified time | relevance | path

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

/freebsd/sys/x86/x86/
H A Dcpu_machdep.c690 static int cpu_idle_apl31_workaround; variable
692 &cpu_idle_apl31_workaround, 0,
708 return (cpu_idle_apl31_workaround ? 0 : 1); in cpu_idle_wakeup()
833 cpu_idle_apl31_workaround = 1; in cpu_idle_tun()
836 TUNABLE_INT_FETCH("machdep.idle_apl31", &cpu_idle_apl31_workaround); in cpu_idle_tun()