Lines Matching refs:pdomain
372 struct acpi_psd_package *pdomain; in acpi_get_psd() local
387 pdomain = &(cpc_ptr->domain_info); in acpi_get_psd()
390 state.pointer = pdomain; in acpi_get_psd()
399 if (pdomain->num_entries != ACPI_PSD_REV0_ENTRIES) { in acpi_get_psd()
404 if (pdomain->revision != ACPI_PSD_REV0_REVISION) { in acpi_get_psd()
409 if (pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ALL && in acpi_get_psd()
410 pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ANY && in acpi_get_psd()
411 pdomain->coord_type != DOMAIN_COORD_TYPE_HW_ALL) { in acpi_get_psd()
469 struct acpi_psd_package *pdomain; in acpi_get_psd_map() local
480 pdomain = &(cpc_ptr->domain_info); in acpi_get_psd_map()
482 if (pdomain->num_processors <= 1) in acpi_get_psd_map()
486 count_target = pdomain->num_processors; in acpi_get_psd_map()
487 if (pdomain->coord_type == DOMAIN_COORD_TYPE_SW_ALL) in acpi_get_psd_map()
489 else if (pdomain->coord_type == DOMAIN_COORD_TYPE_HW_ALL) in acpi_get_psd_map()
491 else if (pdomain->coord_type == DOMAIN_COORD_TYPE_SW_ANY) in acpi_get_psd_map()
503 if (match_pdomain->domain != pdomain->domain) in acpi_get_psd_map()
510 if (pdomain->coord_type != match_pdomain->coord_type) in acpi_get_psd_map()