shared_type       463 drivers/acpi/cppc_acpi.c 			pr->shared_type = CPUFREQ_SHARED_TYPE_ALL;
shared_type       465 drivers/acpi/cppc_acpi.c 			pr->shared_type = CPUFREQ_SHARED_TYPE_HW;
shared_type       467 drivers/acpi/cppc_acpi.c 			pr->shared_type = CPUFREQ_SHARED_TYPE_ANY;
shared_type       516 drivers/acpi/cppc_acpi.c 			match_pr->shared_type = pr->shared_type;
shared_type       532 drivers/acpi/cppc_acpi.c 			pr->shared_type = CPUFREQ_SHARED_TYPE_ALL;
shared_type       650 drivers/acpi/processor_perflib.c 			pr->performance->shared_type = CPUFREQ_SHARED_TYPE_ALL;
shared_type       652 drivers/acpi/processor_perflib.c 			pr->performance->shared_type = CPUFREQ_SHARED_TYPE_HW;
shared_type       654 drivers/acpi/processor_perflib.c 			pr->performance->shared_type = CPUFREQ_SHARED_TYPE_ANY;
shared_type       696 drivers/acpi/processor_perflib.c 			match_pr->performance->shared_type = 
shared_type       697 drivers/acpi/processor_perflib.c 					pr->performance->shared_type;
shared_type       713 drivers/acpi/processor_perflib.c 			pr->performance->shared_type = CPUFREQ_SHARED_TYPE_ALL;
shared_type       187 drivers/acpi/processor_throttling.c 			pthrottling->shared_type = DOMAIN_COORD_TYPE_SW_ALL;
shared_type       632 drivers/acpi/processor_throttling.c 	pthrottling->shared_type = pdomain->coord_type;
shared_type       643 drivers/acpi/processor_throttling.c 		pthrottling->shared_type = DOMAIN_COORD_TYPE_SW_ALL;
shared_type      1113 drivers/acpi/processor_throttling.c 	if (p_throttling->shared_type == DOMAIN_COORD_TYPE_SW_ANY) {
shared_type      1216 drivers/acpi/processor_throttling.c 		pthrottling->shared_type = DOMAIN_COORD_TYPE_SW_ALL;
shared_type       436 drivers/cpufreq/acpi-cpufreq.c 	mask = policy->shared_type == CPUFREQ_SHARED_TYPE_ANY ?
shared_type       672 drivers/cpufreq/acpi-cpufreq.c 	policy->shared_type = perf->shared_type;
shared_type       678 drivers/cpufreq/acpi-cpufreq.c 	if (policy->shared_type == CPUFREQ_SHARED_TYPE_ALL ||
shared_type       679 drivers/cpufreq/acpi-cpufreq.c 	    policy->shared_type == CPUFREQ_SHARED_TYPE_ANY) {
shared_type       687 drivers/cpufreq/acpi-cpufreq.c 		policy->shared_type = CPUFREQ_SHARED_TYPE_ALL;
shared_type       696 drivers/cpufreq/acpi-cpufreq.c 		policy->shared_type = CPUFREQ_SHARED_TYPE_HW;
shared_type       822 drivers/cpufreq/acpi-cpufreq.c 		!(policy_is_shared(policy) && policy->shared_type != CPUFREQ_SHARED_TYPE_ANY);
shared_type       320 drivers/cpufreq/cppc_cpufreq.c 	policy->shared_type = cpu->shared_type;
shared_type       322 drivers/cpufreq/cppc_cpufreq.c 	if (policy->shared_type == CPUFREQ_SHARED_TYPE_ANY) {
shared_type       334 drivers/cpufreq/cppc_cpufreq.c 	} else if (policy->shared_type == CPUFREQ_SHARED_TYPE_ALL) {
shared_type        65 drivers/cpufreq/sfi-cpufreq.c 	policy->shared_type = CPUFREQ_SHARED_TYPE_HW;
shared_type       447 drivers/cpufreq/speedstep-centrino.c 		if (policy->shared_type == CPUFREQ_SHARED_TYPE_ANY)
shared_type       482 drivers/cpufreq/speedstep-centrino.c 		if (policy->shared_type == CPUFREQ_SHARED_TYPE_ANY)
shared_type       168 drivers/xen/xen-acpi-processor.c 	dst->shared_type = _pr->performance->shared_type;
shared_type       177 drivers/xen/xen-acpi-processor.c 			dst->shared_type = CPUFREQ_SHARED_TYPE_ALL;
shared_type       179 drivers/xen/xen-acpi-processor.c 			dst->shared_type = CPUFREQ_SHARED_TYPE_HW;
shared_type       181 drivers/xen/xen-acpi-processor.c 			dst->shared_type = CPUFREQ_SHARED_TYPE_ANY;
shared_type       132 include/acpi/cppc_acpi.h 	unsigned int shared_type;
shared_type       134 include/acpi/processor.h 	unsigned int shared_type;
shared_type       187 include/acpi/processor.h 	unsigned int shared_type;
shared_type        57 include/linux/cpufreq.h 	unsigned int		shared_type; /* ACPI: ANY or ALL affected CPUs
shared_type       420 include/xen/interface/platform.h 	uint32_t shared_type;     /* coordination type of this processor */