Lines Matching refs:pdomain
366 struct acpi_psd_package *pdomain; in acpi_get_psd() local
381 pdomain = &(cpc_ptr->domain_info); in acpi_get_psd()
384 state.pointer = pdomain; in acpi_get_psd()
393 if (pdomain->num_entries != ACPI_PSD_REV0_ENTRIES) { in acpi_get_psd()
398 if (pdomain->revision != ACPI_PSD_REV0_REVISION) { in acpi_get_psd()
403 if (pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ALL && in acpi_get_psd()
404 pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ANY && in acpi_get_psd()
405 pdomain->coord_type != DOMAIN_COORD_TYPE_HW_ALL) { in acpi_get_psd()
429 struct acpi_psd_package *pdomain; in acpi_get_psd_map() local
451 pdomain = &(cpc_ptr->domain_info); in acpi_get_psd_map()
454 if (pdomain->num_processors <= 1) in acpi_get_psd_map()
458 count_target = pdomain->num_processors; in acpi_get_psd_map()
459 if (pdomain->coord_type == DOMAIN_COORD_TYPE_SW_ALL) in acpi_get_psd_map()
461 else if (pdomain->coord_type == DOMAIN_COORD_TYPE_HW_ALL) in acpi_get_psd_map()
463 else if (pdomain->coord_type == DOMAIN_COORD_TYPE_SW_ANY) in acpi_get_psd_map()
477 if (match_pdomain->domain != pdomain->domain) in acpi_get_psd_map()
486 if (pdomain->coord_type != match_pdomain->coord_type) { in acpi_get_psd_map()