Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Depm.h231 PM_CPUPM_EVENT, /* CPUPM enabled: event driven mode */ enumerator
615 #define PM_EVENT_CPUPM (cpupm == PM_CPUPM_EVENT)
/titanic_41/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()
/titanic_41/usr/src/uts/common/os/
H A Dsunpm.c358 pm_cpupm_t cpupm_default_mode = PM_CPUPM_EVENT;