Lines Matching refs:pdomain
358 struct acpi_psd_package *pdomain; in acpi_get_psd() local
373 pdomain = &(cpc_ptr->domain_info); in acpi_get_psd()
376 state.pointer = pdomain; in acpi_get_psd()
385 if (pdomain->num_entries != ACPI_PSD_REV0_ENTRIES) { in acpi_get_psd()
390 if (pdomain->revision != ACPI_PSD_REV0_REVISION) { in acpi_get_psd()
395 if (pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ALL && in acpi_get_psd()
396 pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ANY && in acpi_get_psd()
397 pdomain->coord_type != DOMAIN_COORD_TYPE_HW_ALL) { in acpi_get_psd()
421 struct acpi_psd_package *pdomain; in acpi_get_psd_map() local
443 pdomain = &(cpc_ptr->domain_info); in acpi_get_psd_map()
446 if (pdomain->num_processors <= 1) in acpi_get_psd_map()
450 count_target = pdomain->num_processors; in acpi_get_psd_map()
451 if (pdomain->coord_type == DOMAIN_COORD_TYPE_SW_ALL) in acpi_get_psd_map()
453 else if (pdomain->coord_type == DOMAIN_COORD_TYPE_HW_ALL) in acpi_get_psd_map()
455 else if (pdomain->coord_type == DOMAIN_COORD_TYPE_SW_ANY) in acpi_get_psd_map()
469 if (match_pdomain->domain != pdomain->domain) in acpi_get_psd_map()
478 if (pdomain->coord_type != match_pdomain->coord_type) { in acpi_get_psd_map()