Searched refs:CPU_ACPI_PSTATES (Results 1 – 4 of 4) sorted by relevance
365 CPU_ACPI_PSTATES(handle) = kmem_zalloc(CPU_ACPI_PSTATES_SIZE(cnt), in cpu_acpi_cache_pstate()367 pstate = (cpu_acpi_pstate_t *)CPU_ACPI_PSTATES(handle); in cpu_acpi_cache_pstate()863 if (CPU_ACPI_PSTATES(handle)) { in cpu_acpi_free_pstate_data()864 kmem_free(CPU_ACPI_PSTATES(handle), in cpu_acpi_free_pstate_data()867 CPU_ACPI_PSTATES(handle) = NULL; in cpu_acpi_free_pstate_data()1066 pstate = (cpu_acpi_pstate_t *)CPU_ACPI_PSTATES(handle); in cpu_acpi_get_speeds()
122 req_pstate = (cpu_acpi_pstate_t *)CPU_ACPI_PSTATES(handle); in pwrnow_pstate_transition()
138 req_pstate = (cpu_acpi_pstate_t *)CPU_ACPI_PSTATES(handle); in speedstep_pstate_transition()
47 #define CPU_ACPI_PSTATES(sp) sp->cs_pstates.ss_states macro