Home
last modified time | relevance | path

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

/dragonfly/sys/platform/pc64/x86_64/
H A Dmachdep.c196 #define CPU_MWAIT_C3 3 macro
633 for (i = CPU_MWAIT_C1; i < CPU_MWAIT_C3; ++i) in cpu_mwait_attach()
639 for (i = CPU_MWAIT_C1; i < CPU_MWAIT_C3; ++i) { in cpu_mwait_attach()
3413 old_cx_idx = allow_auto ? CPU_MWAIT_C3 : CPU_MWAIT_CX_MAX; in cpu_mwait_cx_hint2name()
3446 cx_idx = CPU_MWAIT_C3; in cpu_mwait_cx_name2hint()
3479 if (cx_idx >= CPU_MWAIT_C3 && cpu_mwait_c3_preamble) in cpu_mwait_cx_transit()
3481 if (old_cx_idx < CPU_MWAIT_C3 && cx_idx >= CPU_MWAIT_C3) { in cpu_mwait_cx_transit()
3487 } else if (old_cx_idx >= CPU_MWAIT_C3 && cx_idx < CPU_MWAIT_C3) { in cpu_mwait_cx_transit()