Home
last modified time | relevance | path

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

/freebsd/sys/x86/x86/
H A Dcpu_machdep.c103 #define STATE_MWAIT 0x1 macro
275 atomic_store_int(state, STATE_MWAIT); in acpi_cpu_idle_mwait()
284 if (atomic_load_int(state) == STATE_MWAIT) in acpi_cpu_idle_mwait()
613 if (cpu_idle_enter(state, STATE_MWAIT)) { in cpu_idle_mwait()
615 if (atomic_load_int(state) == STATE_MWAIT) in cpu_idle_mwait()
704 case STATE_MWAIT: in cpu_idle_wakeup()