match_pr          428 drivers/acpi/cppc_acpi.c 	struct cppc_cpudata *pr, *match_pr;
match_pr          502 drivers/acpi/cppc_acpi.c 			match_pr = all_cpu_data[j];
match_pr          503 drivers/acpi/cppc_acpi.c 			if (!match_pr)
match_pr          516 drivers/acpi/cppc_acpi.c 			match_pr->shared_type = pr->shared_type;
match_pr          517 drivers/acpi/cppc_acpi.c 			cpumask_copy(match_pr->shared_cpu_map,
match_pr          582 drivers/acpi/processor_perflib.c 	struct acpi_processor *match_pr;
match_pr          660 drivers/acpi/processor_perflib.c 			match_pr = per_cpu(processors, j);
match_pr          661 drivers/acpi/processor_perflib.c 			if (!match_pr)
match_pr          664 drivers/acpi/processor_perflib.c 			match_pdomain = &(match_pr->performance->domain_info);
match_pr          688 drivers/acpi/processor_perflib.c 			match_pr = per_cpu(processors, j);
match_pr          689 drivers/acpi/processor_perflib.c 			if (!match_pr)
match_pr          692 drivers/acpi/processor_perflib.c 			match_pdomain = &(match_pr->performance->domain_info);
match_pr          696 drivers/acpi/processor_perflib.c 			match_pr->performance->shared_type = 
match_pr          698 drivers/acpi/processor_perflib.c 			cpumask_copy(match_pr->performance->shared_cpu_map,
match_pr           61 drivers/acpi/processor_throttling.c 	struct acpi_processor *pr, *match_pr;
match_pr          120 drivers/acpi/processor_throttling.c 			match_pr = per_cpu(processors, j);
match_pr          121 drivers/acpi/processor_throttling.c 			if (!match_pr)
match_pr          124 drivers/acpi/processor_throttling.c 			match_pthrottling = &(match_pr->throttling);
match_pr          153 drivers/acpi/processor_throttling.c 			match_pr = per_cpu(processors, j);
match_pr          154 drivers/acpi/processor_throttling.c 			if (!match_pr)
match_pr          157 drivers/acpi/processor_throttling.c 			match_pthrottling = &(match_pr->throttling);
match_pr         1072 drivers/acpi/processor_throttling.c 	struct acpi_processor *match_pr;
match_pr         1127 drivers/acpi/processor_throttling.c 			match_pr = per_cpu(processors, i);
match_pr         1132 drivers/acpi/processor_throttling.c 			if (!match_pr) {
match_pr         1141 drivers/acpi/processor_throttling.c 			if (!match_pr->flags.throttling) {
match_pr         1148 drivers/acpi/processor_throttling.c 			arg.pr = match_pr;