Searched refs:pdomain (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/drivers/acpi/ |
D | processor_perflib.c | 510 int acpi_processor_get_psd(acpi_handle handle, struct acpi_psd_package *pdomain) in acpi_processor_get_psd() argument 538 state.pointer = pdomain; in acpi_processor_get_psd() 548 if (pdomain->num_entries != ACPI_PSD_REV0_ENTRIES) { in acpi_processor_get_psd() 554 if (pdomain->revision != ACPI_PSD_REV0_REVISION) { in acpi_processor_get_psd() 560 if (pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ALL && in acpi_processor_get_psd() 561 pdomain->coord_type != DOMAIN_COORD_TYPE_SW_ANY && in acpi_processor_get_psd() 562 pdomain->coord_type != DOMAIN_COORD_TYPE_HW_ALL) { in acpi_processor_get_psd() 581 struct acpi_psd_package *pdomain; in acpi_processor_preregister_performance() local 620 pdomain = &(pr->performance->domain_info); in acpi_processor_preregister_performance() 621 if (acpi_processor_get_psd(pr->handle, pdomain)) { in acpi_processor_preregister_performance() [all …]
|
D | processor_throttling.c | 62 struct acpi_tsd_package *pdomain, *match_pdomain; in acpi_processor_update_tsd_coord() local 102 pdomain = &(pthrottling->domain_info); in acpi_processor_update_tsd_coord() 109 if (pdomain->num_processors <= 1) in acpi_processor_update_tsd_coord() 113 count_target = pdomain->num_processors; in acpi_processor_update_tsd_coord() 126 if (match_pdomain->domain != pdomain->domain) in acpi_processor_update_tsd_coord() 140 if (pdomain->coord_type != match_pdomain->coord_type) { in acpi_processor_update_tsd_coord() 159 if (match_pdomain->domain != pdomain->domain) in acpi_processor_update_tsd_coord() 578 struct acpi_tsd_package *pdomain; in acpi_processor_get_tsd() local 605 pdomain = &(pr->throttling.domain_info); in acpi_processor_get_tsd() 608 state.pointer = pdomain; in acpi_processor_get_tsd() [all …]
|
D | cppc_acpi.c | 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() [all …]
|
/Linux-v5.10/drivers/xen/ |
D | xen-acpi-processor.c | 160 struct acpi_psd_package *pdomain; in xen_copy_psd_data() local 170 pdomain = &(_pr->performance->domain_info); in xen_copy_psd_data() 175 if (pdomain->num_processors <= 1) { in xen_copy_psd_data() 176 if (pdomain->coord_type == DOMAIN_COORD_TYPE_SW_ALL) in xen_copy_psd_data() 178 else if (pdomain->coord_type == DOMAIN_COORD_TYPE_HW_ALL) in xen_copy_psd_data() 180 else if (pdomain->coord_type == DOMAIN_COORD_TYPE_SW_ANY) in xen_copy_psd_data() 184 memcpy(&(dst->domain_info), pdomain, sizeof(struct acpi_psd_package)); in xen_copy_psd_data()
|
/Linux-v5.10/drivers/s390/crypto/ |
D | zcrypt_ccamisc.h | 216 int cca_findcard(const u8 *key, u16 *pcardnr, u16 *pdomain, int verify);
|
D | zcrypt_ccamisc.c | 1758 static int findcard(u64 mkvp, u16 *pcardnr, u16 *pdomain, in findcard() argument 1837 if (pdomain) in findcard() 1838 *pdomain = dom; in findcard() 1851 int cca_findcard(const u8 *key, u16 *pcardnr, u16 *pdomain, int verify) in cca_findcard() argument 1872 return findcard(mkvp, pcardnr, pdomain, verify, minhwtype); in cca_findcard()
|
D | pkey_api.c | 261 u16 *pcardnr, u16 *pdomain, in pkey_verifykey() argument 292 if (pdomain) in pkey_verifykey() 293 *pdomain = domain; in pkey_verifykey()
|
/Linux-v5.10/include/acpi/ |
D | processor.h | 262 struct acpi_psd_package *pdomain);
|
/Linux-v5.10/drivers/iommu/amd/ |
D | iommu.c | 3089 struct protection_domain *pdomain; in amd_iommu_get_v2_domain() local 3098 pdomain = dev_data->domain; in amd_iommu_get_v2_domain() 3101 if (pdomain == NULL && dev_data->defer_attach) { in amd_iommu_get_v2_domain() 3103 pdomain = to_pdomain(io_domain); in amd_iommu_get_v2_domain() 3104 attach_device(dev, pdomain); in amd_iommu_get_v2_domain() 3107 if (pdomain == NULL) in amd_iommu_get_v2_domain() 3114 if (!(pdomain->flags & PD_IOMMUV2_MASK)) in amd_iommu_get_v2_domain() 3117 return &pdomain->domain; in amd_iommu_get_v2_domain()
|