throttle_status   960 arch/powerpc/include/asm/opal-api.h 	__be64 throttle_status;
throttle_status   964 drivers/cpufreq/powernv-cpufreq.c 		omsg.throttle_status = be64_to_cpu(msg->params[2]);
throttle_status   983 drivers/cpufreq/powernv-cpufreq.c 		if (omsg.throttle_status >= 0 &&
throttle_status   984 drivers/cpufreq/powernv-cpufreq.c 		    omsg.throttle_status <= OCC_MAX_THROTTLE_STATUS) {
throttle_status   985 drivers/cpufreq/powernv-cpufreq.c 			chips[i].throttle_reason = omsg.throttle_status;
throttle_status   986 drivers/cpufreq/powernv-cpufreq.c 			chips[i].reason[omsg.throttle_status]++;
throttle_status   989 drivers/cpufreq/powernv-cpufreq.c 		if (!omsg.throttle_status)