Home
last modified time | relevance | path

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

/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/drivers/cpufreq/
H A Dcppc_cpufreq.c687 policy->shared_type = cpu_data->shared_type; in cppc_cpufreq_cpu_init()
689 switch (policy->shared_type) { in cppc_cpufreq_cpu_init()
704 policy->shared_type); in cppc_cpufreq_cpu_init()
/linux/include/acpi/
H A Dcppc_acpi.h157 unsigned int shared_type; member
/linux/include/xen/interface/
H A Dplatform.h403 uint32_t shared_type; /* coordination type of this processor */ member
/linux/drivers/acpi/
H A Dcppc_acpi.c604 cpu_data->shared_type = CPUFREQ_SHARED_TYPE_ALL; in acpi_get_psd_map()
606 cpu_data->shared_type = CPUFREQ_SHARED_TYPE_HW; in acpi_get_psd_map()
608 cpu_data->shared_type = CPUFREQ_SHARED_TYPE_ANY; in acpi_get_psd_map()
638 cpu_data->shared_type = CPUFREQ_SHARED_TYPE_NONE; in acpi_get_psd_map()