Home
last modified time | relevance | path

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

/freebsd/sys/x86/include/
H A Dspecialreg.h327 #define MWAIT_C1 0x00 macro
/freebsd/sys/x86/x86/
H A Dmp_x86.c1552 cpu_mwait(0, MWAIT_C1); in cpustop_handler()
H A Dcpu_machdep.c740 __asm __volatile("sti; mwait" : : "a" (MWAIT_C1), "c" (0)); in cpu_idle_mwait()