Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dcpu_idle.c480 if (cpu_idle_enter(IDLE_STATE_C1, 0, in acpi_cpu_cstate()
508 if (cpu_idle_enter((uint_t)cs_type, 0, in acpi_cpu_cstate()
521 if (cpu_idle_enter((uint_t)cs_type, 0, in acpi_cpu_cstate()
/illumos-gate/usr/src/uts/common/sys/
H A Dcpu_event.h183 extern int cpu_idle_enter(int state, int flag,
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmp_machdep.c554 if (cpu_idle_enter(IDLE_STATE_C1, 0, in cpu_idle()
737 if (cpu_idle_enter(IDLE_STATE_C1, 0, in cpu_idle_mwait()
/illumos-gate/usr/src/uts/common/os/
H A Dcpu_event.c631 cpu_idle_enter(int state, int flag, in cpu_idle_enter() function