Searched refs:CPU_ACPI_FREQ (Results 1 – 4 of 4) sorted by relevance
126 CPU_ACPI_FREQ(req_pstate)); in pwrnow_pstate_transition()139 cpu_set_curr_clock((uint64_t)CPU_ACPI_FREQ(req_pstate) * 1000000); in pwrnow_pstate_transition()
141 DTRACE_PROBE1(ess_transition, uint32_t, CPU_ACPI_FREQ(req_pstate)); in speedstep_pstate_transition()154 cpu_set_curr_clock(((uint64_t)CPU_ACPI_FREQ(req_pstate) * 1000000)); in speedstep_pstate_transition()
1069 hspeeds[i] = CPU_ACPI_FREQ(pstate); in cpu_acpi_get_speeds()
50 #define CPU_ACPI_FREQ(pstate) pstate->ps_freq macro