Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dspecialreg.h306 #define MWAIT_C1 0x00 macro
/f-stack/freebsd/x86/x86/
H A Dcpu_machdep.c565 __asm __volatile("sti; mwait" : : "a" (MWAIT_C1), "c" (0)); in cpu_idle_mwait()
H A Dmp_x86.c1492 cpu_mwait(0, MWAIT_C1); in cpustop_handler()