Supported power management mode is CPU Hotplug.
You can offline cpu at runtime.
/* Offline cpu */
echo 0 > /sys/devices/system/cpu/cpu#/online
Note: cpu# is the cpu number you want to offline. cpu0 could not plug off as boot core.
/* Online cpu */
echo 1 > /sys/devices/system/cpu/cpu#/online
Note: For e6500 based cores, if all cores in one cluster are offline the cluster will automatically enter PCL10 state to save more power.