Searched refs:CPU_ACPI_CSTATES (Results 1 – 3 of 3) sorted by relevance
732 if (CPU_ACPI_CSTATES(handle) && in cpu_acpi_cache_cst()734 kmem_free(CPU_ACPI_CSTATES(handle), in cpu_acpi_cache_cst()736 CPU_ACPI_CSTATES(handle) = NULL; in cpu_acpi_cache_cst()741 if (CPU_ACPI_CSTATES(handle) == NULL) in cpu_acpi_cache_cst()742 CPU_ACPI_CSTATES(handle) = kmem_zalloc(alloc_size, KM_SLEEP); in cpu_acpi_cache_cst()743 cstate = (cpu_acpi_cstate_t *)CPU_ACPI_CSTATES(handle); in cpu_acpi_cache_cst()794 kmem_free(CPU_ACPI_CSTATES(handle), alloc_size); in cpu_acpi_cache_cst()795 CPU_ACPI_CSTATES(handle) = NULL; in cpu_acpi_cache_cst()799 cstate = (cpu_acpi_cstate_t *)CPU_ACPI_CSTATES(handle); in cpu_acpi_cache_cst()803 kmem_free(CPU_ACPI_CSTATES(handle), alloc_size); in cpu_acpi_cache_cst()[all …]
567 ASSERT(CPU_ACPI_CSTATES(handle) != NULL); in cpu_acpi_idle()570 cstates = (cpu_acpi_cstate_t *)CPU_ACPI_CSTATES(handle); in cpu_acpi_idle()673 cstate = (cpu_acpi_cstate_t *)CPU_ACPI_CSTATES(handle); in cpu_idle_init()749 cstate = (cpu_acpi_cstate_t *)CPU_ACPI_CSTATES(handle); in cpu_idle_fini()819 cstate = (cpu_acpi_cstate_t *)CPU_ACPI_CSTATES(handle); in cpu_idle_stop()
74 #define CPU_ACPI_CSTATES(sp) sp->cs_cstates.ss_states macro