Searched refs:pdomain (Results 1 – 7 of 7) sorted by relevance
/drivers/acpi/ |
D | processor_perflib.c | 523 int acpi_processor_get_psd(acpi_handle handle, struct acpi_psd_package *pdomain) in acpi_processor_get_psd() argument 551 state.pointer = pdomain; in acpi_processor_get_psd() 560 if (pdomain->num_entries != ACPI_PSD_REV0_ENTRIES) { in acpi_processor_get_psd() 566 if (pdomain->revision != ACPI_PSD_REV0_REVISION) { in acpi_processor_get_psd() 572 if (pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ALL && in acpi_processor_get_psd() 573 pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ANY && in acpi_processor_get_psd() 574 pdomain->coord_type != DOMAIN_COORD_TYPE_HW_ALL) { in acpi_processor_get_psd() 593 struct acpi_psd_package *pdomain; in acpi_processor_preregister_performance() local 631 pdomain = &(pr->performance->domain_info); in acpi_processor_preregister_performance() 632 if (acpi_processor_get_psd(pr->handle, pdomain)) { in acpi_processor_preregister_performance() [all …]
|
D | processor_throttling.c | 58 struct acpi_tsd_package *pdomain, *match_pdomain; in acpi_processor_update_tsd_coord() local 98 pdomain = &(pthrottling->domain_info); in acpi_processor_update_tsd_coord() 105 if (pdomain->num_processors <= 1) in acpi_processor_update_tsd_coord() 109 count_target = pdomain->num_processors; in acpi_processor_update_tsd_coord() 121 if (match_pdomain->domain != pdomain->domain) in acpi_processor_update_tsd_coord() 135 if (pdomain->coord_type != match_pdomain->coord_type) { in acpi_processor_update_tsd_coord() 153 if (match_pdomain->domain != pdomain->domain) in acpi_processor_update_tsd_coord() 566 struct acpi_tsd_package *pdomain; in acpi_processor_get_tsd() local 593 pdomain = &(pr->throttling.domain_info); in acpi_processor_get_tsd() 596 state.pointer = pdomain; in acpi_processor_get_tsd() [all …]
|
D | cppc_acpi.c | 379 struct acpi_psd_package *pdomain; in acpi_get_psd() local 394 pdomain = &(cpc_ptr->domain_info); in acpi_get_psd() 397 state.pointer = pdomain; in acpi_get_psd() 406 if (pdomain->num_entries != ACPI_PSD_REV0_ENTRIES) { in acpi_get_psd() 411 if (pdomain->revision != ACPI_PSD_REV0_REVISION) { in acpi_get_psd() 416 if (pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ALL && in acpi_get_psd() 417 pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ANY && in acpi_get_psd() 418 pdomain->coord_type != DOMAIN_COORD_TYPE_HW_ALL) { in acpi_get_psd() 476 struct acpi_psd_package *pdomain; in acpi_get_psd_map() local 487 pdomain = &(cpc_ptr->domain_info); in acpi_get_psd_map() [all …]
|
/drivers/xen/ |
D | xen-acpi-processor.c | 161 struct acpi_psd_package *pdomain; in xen_copy_psd_data() local 171 pdomain = &(_pr->performance->domain_info); in xen_copy_psd_data() 176 if (pdomain->num_processors <= 1) { in xen_copy_psd_data() 177 if (pdomain->coord_type == DOMAIN_COORD_TYPE_SW_ALL) in xen_copy_psd_data() 179 else if (pdomain->coord_type == DOMAIN_COORD_TYPE_HW_ALL) in xen_copy_psd_data() 181 else if (pdomain->coord_type == DOMAIN_COORD_TYPE_SW_ANY) in xen_copy_psd_data() 185 memcpy(&(dst->domain_info), pdomain, sizeof(struct acpi_psd_package)); in xen_copy_psd_data()
|
/drivers/s390/crypto/ |
D | zcrypt_ccamisc.h | 216 int cca_findcard(const u8 *key, u16 *pcardnr, u16 *pdomain, int verify);
|
D | zcrypt_ccamisc.c | 1774 static int findcard(u64 mkvp, u16 *pcardnr, u16 *pdomain, in findcard() argument 1853 if (pdomain) in findcard() 1854 *pdomain = dom; in findcard() 1868 int cca_findcard(const u8 *key, u16 *pcardnr, u16 *pdomain, int verify) in cca_findcard() argument 1889 return findcard(mkvp, pcardnr, pdomain, verify, minhwtype); in cca_findcard()
|
D | pkey_api.c | 331 u16 *pcardnr, u16 *pdomain, in pkey_verifykey() argument 362 if (pdomain) in pkey_verifykey() 363 *pdomain = domain; in pkey_verifykey()
|