Home
last modified time | relevance | path

Searched refs:shared_type (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/acpi/
H A Dprocessor_perflib.c667 pr->performance->shared_type = CPUFREQ_SHARED_TYPE_ALL; in acpi_processor_preregister_performance()
669 pr->performance->shared_type = CPUFREQ_SHARED_TYPE_HW; in acpi_processor_preregister_performance()
671 pr->performance->shared_type = CPUFREQ_SHARED_TYPE_ANY; in acpi_processor_preregister_performance()
713 match_pr->performance->shared_type = in acpi_processor_preregister_performance()
714 pr->performance->shared_type; in acpi_processor_preregister_performance()
730 pr->performance->shared_type = CPUFREQ_SHARED_TYPE_NONE; in acpi_processor_preregister_performance()
H A Dprocessor_throttling.c184 pthrottling->shared_type = DOMAIN_COORD_TYPE_SW_ALL; in acpi_processor_update_tsd_coord()
621 pthrottling->shared_type = pdomain->coord_type; in acpi_processor_get_tsd()
632 pthrottling->shared_type = DOMAIN_COORD_TYPE_SW_ALL; in acpi_processor_get_tsd()
1098 if (p_throttling->shared_type == DOMAIN_COORD_TYPE_SW_ANY) { in __acpi_processor_set_throttling()
1199 pthrottling->shared_type = DOMAIN_COORD_TYPE_SW_ALL; in acpi_processor_get_throttling_info()
/linux/drivers/xen/
H A Dxen-acpi-processor.c168 dst->shared_type = _pr->performance->shared_type; in xen_copy_psd_data()
177 dst->shared_type = CPUFREQ_SHARED_TYPE_ALL; in xen_copy_psd_data()
179 dst->shared_type = CPUFREQ_SHARED_TYPE_HW; in xen_copy_psd_data()
181 dst->shared_type = CPUFREQ_SHARED_TYPE_ANY; in xen_copy_psd_data()
/linux/include/xen/interface/
H A Dplatform.h403 uint32_t shared_type; /* coordination type of this processor */ member