Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/sys/
H A Dcpupm_mach.h185 extern void cpupm_remove_domains(cpu_t *, int, cpupm_state_domains_t **);
/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dpwrnow.c308 cpupm_remove_domains(cp, CPUPM_P_STATES, &cpupm_pstate_domains); in pwrnow_stop()
H A Dspeedstep.c260 cpupm_remove_domains(cp, CPUPM_P_STATES, &cpupm_pstate_domains); in speedstep_stop()
H A Dcpupm_throttle.c286 cpupm_remove_domains(cp, CPUPM_T_STATES, &cpupm_tstate_domains); in cpupm_throttle_stop()
H A Dcpu_idle.c846 cpupm_remove_domains(cp, CPUPM_C_STATES, &cpupm_cstate_domains); in cpu_idle_stop()
H A Dcpupm_mach.c535 cpupm_remove_domains(cpu_t *cp, int state, cpupm_state_domains_t **dom_ptr) in cpupm_remove_domains() function