Lines Matching defs:handle
556 cpu_acpi_handle_t handle;
566 handle = mach_state->ms_acpi_handle;
567 ASSERT(CPU_ACPI_CSTATES(handle) != NULL);
570 cstates = (cpu_acpi_cstate_t *)CPU_ACPI_CSTATES(handle);
572 cpu_max_cstates = cpu_acpi_get_max_cstates(handle);
603 * Consequently there is no need to handle cache coherency
654 cpu_acpi_handle_t handle = mach_state->ms_acpi_handle;
663 if ((ret = cpu_acpi_cache_cstate_data(handle)) != 0) {
673 cstate = (cpu_acpi_cstate_t *)CPU_ACPI_CSTATES(handle);
675 cpu_max_cstates = cpu_acpi_get_max_cstates(handle);
739 cpu_acpi_handle_t handle = mach_state->ms_acpi_handle;
749 cstate = (cpu_acpi_cstate_t *)CPU_ACPI_CSTATES(handle);
751 cpu_max_cstates = cpu_acpi_get_max_cstates(handle);
762 cpu_acpi_free_cstate_data(handle);
794 cpu_acpi_handle_t handle = mach_state->ms_acpi_handle;
819 cstate = (cpu_acpi_cstate_t *)CPU_ACPI_CSTATES(handle);
821 cpu_max_cstates = cpu_acpi_get_max_cstates(handle);
831 cpu_acpi_free_cstate_data(handle);
918 * handle _CST notification
926 cpu_acpi_handle_t handle;
958 handle = mach_state->ms_acpi_handle;
959 ASSERT(handle != NULL);
964 if (cpu_acpi_cache_cstate_data(handle) != 0) {
969 mcpu->max_cstates = cpu_acpi_get_max_cstates(handle);
988 * handle the number or the type of available processor power states change