Home
last modified time | relevance | path

Searched refs:req_pstate (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dpwrnow.c122 cpu_acpi_pstate_t *req_pstate; in pwrnow_pstate_transition() local
125 req_pstate = (cpu_acpi_pstate_t *)CPU_ACPI_PSTATES(handle); in pwrnow_pstate_transition()
126 req_pstate += req_state; in pwrnow_pstate_transition()
129 CPU_ACPI_FREQ(req_pstate)); in pwrnow_pstate_transition()
134 ctrl = CPU_ACPI_PSTATE_CTRL(req_pstate); in pwrnow_pstate_transition()
142 cpu_set_curr_clock((uint64_t)CPU_ACPI_FREQ(req_pstate) * 1000000); in pwrnow_pstate_transition()
H A Dspeedstep.c138 cpu_acpi_pstate_t *req_pstate; in speedstep_pstate_transition() local
141 req_pstate = (cpu_acpi_pstate_t *)CPU_ACPI_PSTATES(handle); in speedstep_pstate_transition()
142 req_pstate += req_state; in speedstep_pstate_transition()
144 DTRACE_PROBE1(ess_transition, uint32_t, CPU_ACPI_FREQ(req_pstate)); in speedstep_pstate_transition()
149 ctrl = CPU_ACPI_PSTATE_CTRL(req_pstate); in speedstep_pstate_transition()
157 cpu_set_curr_clock(((uint64_t)CPU_ACPI_FREQ(req_pstate) * 1000000)); in speedstep_pstate_transition()