Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/sys/
H A Dcpupm_mach.h78 } cpupm_state_ops_t; typedef
105 cpupm_state_ops_t *cma_ops;
H A Dcpupm_throttle.h35 cpupm_state_ops_t cpupm_throttle_ops;
H A Dpwrnow.h37 extern cpupm_state_ops_t pwrnow_ops;
H A Dspeedstep.h37 extern cpupm_state_ops_t speedstep_ops;
H A Dcpu_idle.h61 extern cpupm_state_ops_t cpu_idle_ops;
/titanic_50/usr/src/uts/i86pc/os/cpupm/
H A Dpwrnow.c46 cpupm_state_ops_t pwrnow_ops = {
H A Dspeedstep.c50 cpupm_state_ops_t speedstep_ops = {
H A Dcpupm_throttle.c39 cpupm_state_ops_t cpupm_throttle_ops = {
H A Dcpu_idle.c75 cpupm_state_ops_t cpu_idle_ops = {
H A Dcpupm_mach.c615 cpupm_state_ops_t *state_ops; in cpupm_state_change()