Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/x86/
H A Dcpu_machdep.c106 #define STATE_MWAIT 0x1 macro
241 atomic_store_int(state, STATE_MWAIT); in acpi_cpu_idle_mwait()
250 if (atomic_load_int(state) == STATE_MWAIT) in acpi_cpu_idle_mwait()
553 atomic_store_int(state, STATE_MWAIT); in cpu_idle_mwait()
564 if (atomic_load_int(state) == STATE_MWAIT) in cpu_idle_mwait()
657 case STATE_MWAIT: in cpu_idle_wakeup()