Lines Matching defs:pdomain
58 struct acpi_tsd_package *pdomain, *match_pdomain;
98 pdomain = &(pthrottling->domain_info);
105 if (pdomain->num_processors <= 1)
109 count_target = pdomain->num_processors;
121 if (match_pdomain->domain != pdomain->domain)
135 if (pdomain->coord_type != match_pdomain->coord_type) {
153 if (match_pdomain->domain != pdomain->domain)
566 struct acpi_tsd_package *pdomain;
593 pdomain = &(pr->throttling.domain_info);
596 state.pointer = pdomain;
606 if (pdomain->num_entries != ACPI_TSD_REV0_ENTRIES) {
612 if (pdomain->revision != ACPI_TSD_REV0_REVISION) {
620 pthrottling->shared_type = pdomain->coord_type;
627 if (pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ALL &&
628 pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ANY &&
629 pdomain->coord_type != DOMAIN_COORD_TYPE_HW_ALL) {