Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Depm.h235 PM_CPUPM_EVENT, /* CPUPM enabled: event driven mode */ enumerator
617 #define PM_EVENT_CPUPM (cpupm == PM_CPUPM_EVENT)
/illumos-gate/usr/src/uts/common/io/
H A Dpm.c2703 new_mode = cpupm = PM_CPUPM_EVENT; in pm_ioctl()
2719 } else if (old_mode == PM_CPUPM_EVENT) { in pm_ioctl()
2734 if (new_mode == PM_CPUPM_EVENT && in pm_ioctl()
2787 if (old_mode == PM_CPUPM_EVENT) { in pm_ioctl()
/illumos-gate/usr/src/uts/common/os/
H A Dsunpm.c359 pm_cpupm_t cpupm_default_mode = PM_CPUPM_EVENT;