Home
last modified time | relevance | path

Searched refs:CPU_ACPI_PSTATES (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/os/cpupm/
H A Dcpu_acpi.c365 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()
H A Dpwrnow.c125 req_pstate = (cpu_acpi_pstate_t *)CPU_ACPI_PSTATES(handle); in pwrnow_pstate_transition()
H A Dspeedstep.c141 req_pstate = (cpu_acpi_pstate_t *)CPU_ACPI_PSTATES(handle); in speedstep_pstate_transition()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dcpu_acpi.h47 #define CPU_ACPI_PSTATES(sp) sp->cs_pstates.ss_states macro