Searched refs:pdomain (Results 1 – 7 of 7) sorted by relevance
/drivers/acpi/ |
D | processor_perflib.c | 527 int acpi_processor_get_psd(acpi_handle handle, struct acpi_psd_package *pdomain) in acpi_processor_get_psd() argument 555 state.pointer = pdomain; in acpi_processor_get_psd() 565 if (pdomain->num_entries != ACPI_PSD_REV0_ENTRIES) { in acpi_processor_get_psd() 571 if (pdomain->revision != ACPI_PSD_REV0_REVISION) { in acpi_processor_get_psd() 577 if (pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ALL && in acpi_processor_get_psd() 578 pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ANY && in acpi_processor_get_psd() 579 pdomain->coord_type != DOMAIN_COORD_TYPE_HW_ALL) { in acpi_processor_get_psd() 598 struct acpi_psd_package *pdomain; in acpi_processor_preregister_performance() local 636 pdomain = &(pr->performance->domain_info); in acpi_processor_preregister_performance() 637 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() 122 if (match_pdomain->domain != pdomain->domain) in acpi_processor_update_tsd_coord() 136 if (pdomain->coord_type != match_pdomain->coord_type) { in acpi_processor_update_tsd_coord() 155 if (match_pdomain->domain != pdomain->domain) in acpi_processor_update_tsd_coord() 568 struct acpi_tsd_package *pdomain; in acpi_processor_get_tsd() local 595 pdomain = &(pr->throttling.domain_info); in acpi_processor_get_tsd() 598 state.pointer = pdomain; in acpi_processor_get_tsd() [all …]
|
D | cppc_acpi.c | 369 struct acpi_psd_package *pdomain; in acpi_get_psd() local 384 pdomain = &(cpc_ptr->domain_info); in acpi_get_psd() 387 state.pointer = pdomain; in acpi_get_psd() 396 if (pdomain->num_entries != ACPI_PSD_REV0_ENTRIES) { in acpi_get_psd() 401 if (pdomain->revision != ACPI_PSD_REV0_REVISION) { in acpi_get_psd() 406 if (pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ALL && in acpi_get_psd() 407 pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ANY && in acpi_get_psd() 408 pdomain->coord_type != DOMAIN_COORD_TYPE_HW_ALL) { in acpi_get_psd() 445 struct acpi_psd_package *pdomain; in acpi_get_psd_map() local 456 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 | 1767 static int findcard(u64 mkvp, u16 *pcardnr, u16 *pdomain, in findcard() argument 1846 if (pdomain) in findcard() 1847 *pdomain = dom; in findcard() 1860 int cca_findcard(const u8 *key, u16 *pcardnr, u16 *pdomain, int verify) in cca_findcard() argument 1881 return findcard(mkvp, pcardnr, pdomain, verify, minhwtype); in cca_findcard()
|
D | pkey_api.c | 267 u16 *pcardnr, u16 *pdomain, in pkey_verifykey() argument 298 if (pdomain) in pkey_verifykey() 299 *pdomain = domain; in pkey_verifykey()
|