Lines Matching defs:pdomain
62 struct acpi_tsd_package *pdomain, *match_pdomain;
102 pdomain = &(pthrottling->domain_info);
109 if (pdomain->num_processors <= 1)
113 count_target = pdomain->num_processors;
126 if (match_pdomain->domain != pdomain->domain)
140 if (pdomain->coord_type != match_pdomain->coord_type) {
159 if (match_pdomain->domain != pdomain->domain)
578 struct acpi_tsd_package *pdomain;
605 pdomain = &(pr->throttling.domain_info);
608 state.pointer = pdomain;
618 if (pdomain->num_entries != ACPI_TSD_REV0_ENTRIES) {
624 if (pdomain->revision != ACPI_TSD_REV0_REVISION) {
632 pthrottling->shared_type = pdomain->coord_type;
639 if (pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ALL &&
640 pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ANY &&
641 pdomain->coord_type != DOMAIN_COORD_TYPE_HW_ALL) {