Lines Matching refs:pdomain
392 struct acpi_psd_package *pdomain; in acpi_get_psd() local
407 pdomain = &(cpc_ptr->domain_info); in acpi_get_psd()
410 state.pointer = pdomain; in acpi_get_psd()
419 if (pdomain->num_entries != ACPI_PSD_REV0_ENTRIES) { in acpi_get_psd()
424 if (pdomain->revision != ACPI_PSD_REV0_REVISION) { in acpi_get_psd()
429 if (pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ALL && in acpi_get_psd()
430 pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ANY && in acpi_get_psd()
431 pdomain->coord_type != DOMAIN_COORD_TYPE_HW_ALL) { in acpi_get_psd()
489 struct acpi_psd_package *pdomain; in acpi_get_psd_map() local
500 pdomain = &(cpc_ptr->domain_info); in acpi_get_psd_map()
502 if (pdomain->num_processors <= 1) in acpi_get_psd_map()
506 count_target = pdomain->num_processors; in acpi_get_psd_map()
507 if (pdomain->coord_type == DOMAIN_COORD_TYPE_SW_ALL) in acpi_get_psd_map()
509 else if (pdomain->coord_type == DOMAIN_COORD_TYPE_HW_ALL) in acpi_get_psd_map()
511 else if (pdomain->coord_type == DOMAIN_COORD_TYPE_SW_ANY) in acpi_get_psd_map()
523 if (match_pdomain->domain != pdomain->domain) in acpi_get_psd_map()
530 if (pdomain->coord_type != match_pdomain->coord_type) in acpi_get_psd_map()