The CPU Power Management code should support _TPC ACPI event notification.
The _TPC method (Throttling Present Capabilities) is the ACPI control method that
dynamically indicates to OSPM the number of throttling states currently supported by the
platform.
For more information about _TPC refer the ACPI 3.0b - section 8.4.3.3
Solaris does not do any monitoring and changing of T-States similar to P-States.
It just supports the TPC notification. When the OSPM receives a _TPC event, it refers
to the corresponding state in the _TSS object and throttles the processor to the required
level indicated by the _TPC event.